/*
	Theme Name: Fifolc 2025
	Text Domain: fifolc
	Version: 1.0
	Requires PHP: 5.2.4
	Author: Fabrício Fernandes
*/

.grid-container {
    max-width: 80rem;
}

#owl-participants a {cursor: inherit; }

.owl-prev, .owl-next {
	outline: none !important;
    cursor: pointer;
}

body {
	color: #333;
	font-weight: 500;
}

body.home {
	color: white;
}

a {
	color: #FFCC00;
	    transition: background-color .25s ease-out, color .25s ease-out;
}
a:hover {
	color: #FFCC00;
	    transition: background-color .25s ease-out, color .25s ease-out;
}

p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 1.2rem;
}

body, p, h1, h2, h3, h4, h5, input, label, button, textarea, select {
    font-family: 'Roboto', Arial;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #18469F;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0px;
	padding-top: 8px;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-left {
	display: flex;
	align-items: center;
}

.header-logo {
	display: flex;
	align-items: center;
	grid-gap: 15px;
	color: #ffffff;
}

.header-logo span {
	font-size: 11px;
	line-height: 14px;
}

.header-right nav ul.menu li a {
	color: #ffffff;
    font-size: 15px;
    font-weight: 900;
	text-transform: uppercase;
    padding: 15px 12px;
}

.dropdown.menu>li.is-active>a,
.header-right nav ul.menu li a:hover {
	color: #FFCC00;
}
.header-right nav ul.menu li ul {
	list-style: none;
	margin: 0;
	border: none;
	overflow: hidden;
	max-height: 300px;
	border-radius: 10px;
	overflow-y: auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0px;
}
.header-right nav ul.menu li ul li a {
	color: #333333;
	font-weight: normal;
	font-size: 16px;
	padding: 15px 5px;
	text-transform: none;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 600;
}
.header-right nav ul.menu li ul li a:hover {
	background-color: #FFCC00;
	color: #333333;
}
.header-right nav ul.menu li ul li:last-child a {
	border-bottom: none;
}

.header-right nav ul.menu li:hover a::after {
    border-color: #FFCC00 transparent transparent;
	    transition: border-color .25s ease-out, color .25s ease-out;
}

#bg-tile {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('assets/img/tile.png') repeat;
	z-index: 1;
	opacity: 0.3;
}

#video {
	width: 100%;
	height: 100vh;
	position: relative;
}

.scrolldown {
	position: absolute !important;
	bottom: 40px;
	left: 50%;
	margin-left: -15px;
	cursor: pointer;
	z-index: 2;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-bottom-width: 0;
    border-color: #fff transparent transparent;
    right: 7px;
    left: auto;
    margin-top: -2px;
	    transition: border-color .25s ease-out, color .25s ease-out;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 20px;
}


.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.grid-text {
	padding: 80px 50px;
	height: 100%;
	display: flex;
	align-items: center;
}
.grid-text p {
	margin-bottom: 0;
}
.subtitle {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 5px;
	color: #FFCC00;
}

.title {
	color: white;
	font-size: 60px;
	line-height: 58px;
	font-weight: 900;
	margin-bottom: 25px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.title.link {
	display: flex;
	align-items: center;
	grid-gap: 22px;
}
.title a {
    font-size: 18px;
    font-weight: normal;
    line-height: 43px;
	letter-spacing: 0;
    display: flex;
    align-items: center;
    grid-gap: 8px;
	font-weight: 900;
    text-transform: uppercase;
}

.title a:focus,
.title a:active {
	color: #FFCC00;
}

.title a svg {
	width: 21px;
	height: auto;
}



.grid-img {
	height: 100%;
}
.grid-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.section-cta {
	margin-top: 30px;
}

.button {
	margin-bottom: 0;
	background-color: #F27E11;
	color: white;
	border-radius: 200px;
	padding: 20px 45px;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}
.button:active,
.button:focus {
	background-color: #F5990E;
	color: white;
}
.button:hover {
	background-color: #F5990E;
	color: white
}

.bg-orange-hot {
	background-color: #B82514
}
.bg-green {
	background-color: #4B9620;
}
.bg-blue {
	background-color: #18469F;
}
.bg-yellow {
	background-color: #FFCC00;
}
.bg-pool {
	background-color: #20AFCE;
}
.bg-black {
	background-color: black;
}
.bg-orange {
	background-color: #F27E11;
}

.section {
	padding: 100px 0;
}

.attractions-header {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.attractions-header-left p {
	margin-bottom: 0;
}
.attractions-header-right {
	display: flex;
	grid-gap: 20px;
	align-items: center;
}
.attractions-header-right svg {
	width: 100px;
	height: auto;
    color: white;
}


/* copy from here */
.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }
  40% {
    opacity: 1;
    height: 10px;
  }
  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }
  100% {
    height: 3px;
    opacity: 0;
  }
}
.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chevrondown {
  margin-top: -3px;
  position: relative;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}
.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
/*copy until here */

b, strong {
	font-weight: 900;
}

.owl-stage-outer {
	overflow: inherit !important;
}

.attraction {
	display: block;
	text-align: left;
	color: white;
}
.attraction:focus,
.attraction:active,
.attraction:hover {
	color: white;
}
.attraction-thumb {
	width: 100%;
	height: 380px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.attraction-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.attraction-name {
font-weight: 900;
    font-size: 23px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 5px;
}
.attraction-location {
	display: flex;
	align-items: center;
	grid-gap: 5px;
	font-size: 18px;
	justify-content: left;
}
.attraction-location svg {
	margin-top: -1px;
}


.programation-buttons {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 35px;
}
.programation-button {
	border-radius: 200px;
	display: block;
	color: white;
	padding: 18px 10px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	background-color: #F27E11;
}
.programation-button:active,
.programation-button:focus,
.programation-button:hover {
	background-color: #F5990E;
	color: white;
	border-color: #F5990E;
}

.programation-wrap {
	position: relative;
	padding: 100px 0;
}
.programation-wrap .grid-x {
	position: relative;
}
.programation-wrap .overlay {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.70);
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.programation-wrap img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.numbers {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 50px;
}
.number-item {
	background-color:#1C51B3;
	padding: 40px;
	border-radius: 20px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.number-item b {
	display: block;
	font-weight: 900;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.number-item span {
	display: block;
	line-height: 22px;
	font-size: 18px;
}
.number-item svg {
	width: 60px;
	height: auto;
	color: #FFCC00;
}



.pt-0 {
}

#spidochetube_player {
	margin-top: 15px;
}
#spidochetube_player iframe {
	width: 100%;
	height: 500px !important;
	object-fit: cover;
}

#spidochetube_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
    margin-top: 35px;
	margin-bottom: 45px;
	grid-row-gap: 45px;
}
#spidochetube_list li a {
	display: block;
	color: white;
}
#spidochetube_list li.spidochetube_current a {
	font-weight: 900;
	color: #FFCC00;
}
#spidochetube_list li a img {
	width: 100%;
	height: 220px;
	border-radius: 20px;
	object-fit: cover;
}
#spidochetube_list li a span {
	font-size: 18px;
    margin-top: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.spidochetube_inner {
	text-align: center;
}

.title-link {
	display: flex;
	justify-content: center;
	grid-gap: 22px;
}


.brands {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
	margin-top: 40px;
}
.brands img {
	border-radius: 20px;
	width: 100%;
}

.relative {
	position: relative;
}

#programation {
  /* The image used */
  background-image: url("assets/img/bg-programacao.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
footer {
  /* The image used */
  background-image: url("assets/img/bg-footer.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  background-size: cover;
  position: relative;
}
footer .grid-container {
	position: relative;
}


.social {
	display: flex;
	justify-content: center;
	margin: 30px 0 40px;
	grid-gap: 10px;
}
.social a {
	color: white;
    padding: 0 20px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
	background-color: #F27E11;
    align-items: center;
    justify-content: center;
}
.social a:hover {
	background-color: #F5990E;
}
.social a svg {
	width: 45px;
	height: auto;
}

.realization b {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}
.realization img {
	background-color: white;
	padding: 30px;
	border-radius: 20px;
}

footer .overlay {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.copyright {
	margin-top: 40px;
}
.copyright div:nth-child(1) {
	margin-bottom: 16px;
	font-size: 18px;
}
.copyright div {
	font-size: 13px;
	line-height: 20px;
}
.copyright a {
	font-weight: 900;
	color: white;
}

.dev {
	margin-top: 15px;
	font-size: 11px;
}
.dev a {
	color: white;
	font-weight: 300;
	letter-spacing: 1px;
}
.dev a:hover {
	opacity: 0.8;
}


#s1 .grid-text {
}
#s2 .svg-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: -300px;
	z-index: 1;
}
#s2 .svg-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: -300px;
	z-index: 1;
}

#s3 .svg-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: -300px;
	z-index: 1;
}
#s3 .svg-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: -300px;
	z-index: 1;
}

#s4 {
}


#s5 .svg-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: -300px;
	z-index: 1;
}
#s5 .svg-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: -300px;
	z-index: 1;
}

#s6 {
}
#s6 .svg-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: -300px;
	z-index: 1;
}



.content-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 80px;
}

.content-schedule {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}

.content-schedule-ul {
	display: flex;
	margin-bottom: 55px;
	background-color: transparent;
	border: none;
	grid-gap: 12px;
}
.content-schedule-ul:before,
.content-schedule-ul:after {
	display: none;
}
.content-schedule-ul li {
	text-align: center;
}

.cpt_schedule-template-default .content-schedule-ul li {
	flex: 1;
}

.tax-tx_grupos .content-schedule-ul,
.post-type-archive-cpt_participantes .content-schedule-ul {
	justify-content: center;
	margin-bottom: 65px;
}
.tax-tx_grupos .content-schedule-ul li,
.post-type-archive-cpt_participantes .content-schedule-ul li {
	width: 210px;
}
.tabs-title>a {
	background-color: transparent;
	border: 2px solid;
	color: white;
	border-radius: 20px;
	text-transform: capitalize;
	font-size: 20px;
	outline: none;
	line-height: 22px;
	padding: 30px 40px;
	font-weight: 900;
	position: relative;
	transition: border-color .25s ease-out, color .25s ease-out;
}
.tabs-title>a:hover {
	transition: border-color .25s ease-out, color .25s ease-out;
	background-color: transparent;
	color: #FFCC00;
	border-color: #FFCC00;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	color: #1C51B3;
	background-color: #fff;
	border-color: white;
}


.single-cpt_editions .tabs-title>a:focus, 
.single-cpt_editions .tabs-title>a[aria-selected=true],
.tax-tx_grupos .tabs-title>a:focus, 
.tax-tx_grupos .tabs-title>a[aria-selected=true],
.post-type-archive-cpt_participantes .tabs-title>a:focus, 
.post-type-archive-cpt_participantes .tabs-title>a[aria-selected=true] {
	color: #4B9620 !important;
}

.tabs-content.editions {
	background-color: transparent;
	padding: 0;
	border: none;
}
.editions-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.editions-group .attraction-thumb {
	height: 150px;
	width: 150px;
	margin: 0;
}
.editions-group a.attraction {
	display: flex;
	text-align: left;
	grid-gap: 13px;
	align-items: center;
}
.editions-group .attraction-content {
	flex: 1;
}
.editions-group .attraction-content .attraction-location {
	justify-content: left;
	font-size: 14px;
	line-height:15px;
}
.editions-group .attraction-content h3 {
    padding: 0;
    font-size: 16px;
    line-height: 19px;
	margin-bottom: 10px;
}

.cpt_schedule-template-default .svg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: -300px;
    z-index: 1;
}

.gallery-edition {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
}
.gallery-edition li a {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 20px;
	transition: opacity .25s ease-out, color .25s ease-out;
	background-color: #222;
}
.gallery-edition li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-edition li a:hover {
	opacity: 0.7;
	transition: opacity .25s ease-out, color .25s ease-out;
}


.page-template-page-contact main,
.page-template-page-simple main,
.page-template-page-about main,
.page-template-page-registrations main {
    background-color: #B82514;
    position: relative;
}

.page-template-page-contact main .svg-top,
.page-template-page-simple main .svg-top,
.page-template-page-about main .svg-top,
.page-template-page-registrations main .svg-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -300px;
}

.page-template-page-contact .svg-bottom,
.page-template-page-simple .svg-bottom,
.page-template-page-about .svg-bottom,
.page-template-page-registrations .svg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: -300px;
    z-index: 1;
}
.page-template-page-contact .hero,
.page-template-page-simple .hero,
.page-template-page-about .hero,
.page-template-page-registrations .hero {
    padding-bottom: 130px;
}


.tabs-title>a[aria-selected=true]:after, 
.tabs-title>a[aria-selected=true]:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tabs-title>a[aria-selected=true]:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
.tabs-title>a[aria-selected=true]:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 18px;
	margin-left: -18px;
}



.content-schedule-ul.editions li {
	flex: 1;
}


.content-schedule-row {
	display: flex;
	align-items: center;
	background-color: #1C51B3;
	color: white;
	overflow: hidden;
	border-radius: 20px;
}
.content-schedule-row h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 900;
}

.content-schedule-name {
	flex: 1;
	padding: 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1px;
	align-items: center;
}
.content-schedule-name span {
	display: flex;
	align-items: center;
	grid-gap: 4px;
	font-size: 18px;
}
.content-schedule-name span svg {
	width: 18px;
	height: auto;
	margin-top: 1px;
}

.content-schedule-row b {
	height: 100%;
	padding: 25px 30px;
	font-size: 22px;
	display: flex;
	align-items: center;
	grid-gap: 6px;
}
.content-schedule-row b:nth-child(1) {
	background-color: #F27E11;
    width: 175px;
    justify-content: center;
    padding: 0;
    display: grid;
    align-content: center;
    font-size: 25px;
    grid-gap: 1px;
	padding-left: 4px;
}
.content-schedule-row b svg {
	width: 30px;
	height: auto;
	margin: 0 auto;
}

.content-schedule {
	padding: 0;
	border: none;
	background-color: transparent;
}
.tabs-panel-group {
	padding: 0;
}

.content-schedule-group {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}


.cpt_schedule-template-default main {
	background-color: #18469F;
	position: relative;
}
.cpt_schedule-template-default .section {
}
.cpt_schedule-template-default .hero {
	padding-bottom: 130px;
}
.cpt_schedule-template-default main .svg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -300px;
}


.atracoes-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	grid-row-gap: 35px;
}


.single-cpt_editions main,
.tax-tx_grupos main,
.post-type-archive-cpt_participantes main {
	background-color: #4B9620;
	position: relative;
}

.single-cpt_editions .hero,
.tax-tx_grupos .hero,
.post-type-archive-cpt_participantes .hero {
	padding-bottom: 130px;
}

.single-cpt_editions main .svg-top,
.tax-tx_grupos main .svg-top,
.post-type-archive-cpt_participantes main .svg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -300px;
}

.single-cpt_editions .svg-bottom,
.tax-tx_grupos .svg-bottom,
.post-type-archive-cpt_participantes .svg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: -300px;
    z-index: 1;
}




.single-post main,
.blog main {
	background-color: #4B9620;
}
.single-post .hero,
.blog .hero {
	padding-bottom: 130px;
}

.single-post main,
.blog main {
	position: relative;
}
.single-post .svg-top,
.blog main .svg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: -300px;
}
.single-post .svg-bottom,
.blog .svg-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: -300px;
    z-index: 1;
}







.fetch a.button {
	margin-top: 60px;
}


.hero {
	background-color: #222;
  /* The image used */
  background-image: url("assets/img/bg-programacao.jpg");
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 64px;
	padding-top: 130px;
}

.hero .overlay {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.60);
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.hero h1 {
	color: white;
	z-index: 1;
	margin-bottom: 0;
}

.content-schedule-none {
	color: white;
	font-size: 20px;
}

.content-main p,
.content-main ul,
.content-main ol {
	color: white;
	font-size: 18px;
}
.content-main .title {
	margin-bottom: 35px;
}
.content-main-inner h2 {
	font-size: 35px;
	color: white;
	margin-bottom: 25px;
	line-height: 40px;
	margin-top: 35px;
	font-weight: 900;
}
.content-main-inner h3 {
	font-size: 25px;
	color: white;
	margin-bottom: 25px;
	line-height: 30px;
	margin-top: 35px;
	font-weight: 900;
}

.other-programations {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
.other-programations a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.other-programations.editions {
	grid-template-columns: 1fr 1fr 1fr;
}


.acf-fields > .acf-field {
	padding: 0 !important;
	margin-bottom: 17px !important;
	border: none !important;
}
.acf-field .acf-label {
	margin: 0 0 2px !important;
}
.acf-field .acf-label label {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

.acf-field--post-title {
	display: none;
}

.acf-fields > .acf-tab-wrap .acf-tab-group {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	display: flex !important;
	grid-gap: 10px !important;
}
.acf-fields > .acf-tab-wrap {
	background: none !important;
	margin-bottom: 40px !important;
	overflow: inherit !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group::after,
.acf-fields > .acf-tab-wrap .acf-tab-group::before {
	display: none !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li {
	flex: 1 !important;
	margin: 0 !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li a {
	background: transparent !important;
    border-color: #4B9620 !important;
	color: #4B9620 !important; 
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    padding: 30px 20px;
    text-align: center;
	font-weight: 900 !important;
	border-radius: 20px;
    font-size: 15px;
	border: 2px solid #4B9620 !important;
	transition: all .25s ease-out, color .25s ease-out;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li a:hover {
	color: #F27E11 !important;
	border-color: #F27E11 !important;
	
	transition: all .25s ease-out, color .25s ease-out;
}

.form-user {
	background-color: white;
	padding: 40px;
	border-radius: 20px;
}
.form-user input[type=file],
.form-user textarea,
.form-user input[type=text],
.form-user input[type=email],
.form-user select {
	height: auto;
	border-radius: 10px;
	font-size: 18px !important;
	background-color: #fff !important;
	color: black;
	padding: 12px 18px !important;
	box-shadow: none !important;
	border: 1px solid #ccc !important;
	margin: 0 !important;
}
.form-user select {
	padding-right: 30px !important;
}
.form-user input[type=file] {
	font-size: 16px !important;
	margin: 0 !important;
	cursor: pointer;
	padding: 12px !important;
}

.acf-fields > .acf-field.acf-field-68649b2b23a0b {
	margin: 30px 0 !important;
}
.acf-repeater .acf-actions .acf-button {
	float: none !important;
}

.acf-table > tbody > tr > th, .acf-table > tbody > tr > td, .acf-table > thead > tr > th, .acf-table > thead > tr > td {
	padding: 14px !important;
}

.acf-repeater .acf-row-handle.order + td {
    border-left-color: #ccc !important;
}
.acf-table > tbody > tr > td,
.acf-repeater .acf-row-handle.order,
.acf-repeater thead,
.acf-table > thead > tr > th {
	border-color: #ccc !important;
} 
.acf-repeater .acf-row-handle .acf-icon {
    margin: 10px 0 0 -2px !important;
}
.acf-table > tbody > tr > td:first-child {
    border-left-width: 1px !important;
}
.acf-table > tbody > tr > td {
	border-width: 1px 1px 0 1px !important;
}
.acf-repeater .acf-row {
    border-bottom: 1px solid #ccc !important; 
}
.acf-form-submit {
	margin-top: 40px;
}
.acf-form-submit input {
	display: block;
	width: 100%;
	padding: 25px;
}

.form-user h2 {
	color: #111;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 45px;
}
.form-user p.text-center {
	color: #222;
	margin-bottom: 40px;
}
.form-user p.text-center a {
	font-weight: 800 !important;
	color: #F27E11;
	border-bottom: 1px solid;
}
.form-user p.text-center a:hover {
	color: #4B9620;
	border-bottom-color: white;
}

.acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
    background: #4B9620 !important;
	color: #fff !important;
	border-color: #4B9620 !important;
	position: relative;
}

.acf-fields > .acf-tab-wrap .acf-tab-group li.active a:after, .acf-fields > .acf-tab-wrap .acf-tab-group li.active a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #4B9620;
    border-width: 18px;
    margin-left: -18px;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #4B9620;
    border-width: 12px;
    margin-left: -12px;
}

.div-success {
	display: none;
}

.acf-actions .acf-button {
	text-transform: none !important;
    background-color: transparent !important;
    border: 2px solid #F27E11 !important;
    color: #F27E11 !important;
    padding: 14px 28px;
    font-size: 16px !important;
}
.acf-actions .acf-button:hover {
	background-color: #F27E11 !important;
	color: #fff !important;
}

.acf-fields > .acf-field.up {
	margin-bottom: 30px !important;
}

.acf-field p.description {
    display: block !important;
    margin-top: 6px !important;
    color: #333 !important;
    font-size: 13px !important;
    margin-bottom: 7px !important;
    margin-top: 0 !important;
}
.acf-field p.description a {
	color: #4B9620 !important;
}
.acf-field p.description a:hover {
	text-decoration: underline;
}


.wpcf7-form {
	margin: 40px 0 0;
	background-color: white;
	border-radius: 20px;
	padding: 40px;
}
.wpcf7-form .fields p {
	display: flex;
	grid-gap: 20px;
}
.wpcf7-form p label {
	flex: 1;
	font-size: 16px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	    height: auto;
    border-radius: 10px;
    font-size: 18px !important;
    background-color: #fff !important;
    color: black;
    padding: 12px 18px !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    margin: 0 !important;
	margin-top: 3px !important;
	margin-bottom: 20px !important;
}
.wpcf7-form textarea {
	    height: 200px;
    border-radius: 10px;
    font-size: 18px !important;
    background-color: #fff !important;
    color: black;
    padding: 12px 18px !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    margin: 0 !important;
	margin-top: 3px !important;
	margin-bottom: 30px !important;
}
.wpcf7-form .button {
	padding: 25px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-form p {
	margin: 0;
}
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	padding: 13px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -13px;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 14px;
}


.content-main-inner .title {
	text-transform: none;
    font-size: 45px;
    line-height: 46px;
}

	.header-right span {
		display: none;
	}


	.svg-bottom, .svg-top {
		display: none !important;
	}


	.off-canvas {
		background-color: #18469F;
	}
	.off-canvas nav {
		padding: 20px 10px;
	}

.js-off-canvas-overlay {
	background: rgba(0,0,0,.5);
}
.accordion-menu a {
	outline: none;
	color: white !important;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	padding: 20px;
}
.accordion-menu li ul {
	list-style: none;
	margin: 0;
}
.accordion-menu li ul li a {
	font-weight: normal;
	text-transform: none;
	padding-left: 40px !important;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border-color: #ffffff transparent transparent;
}








@media (max-width: 1212px) {
	.header-right nav ul.menu li a {
		font-size: 12px;
		padding: 15px 9px;
	}
	.numbers {
		grid-template-columns: 1fr 1fr;
	}
	.brands {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 1080px) {
	.header-logo img {
		width: 180px;
	}
}
@media (max-width: 1020px) {

.editions-group {
	grid-template-columns: 1fr 1fr;
}


	.header-right nav {
		display: none;
	}
	.header-right span {
		display: flex;
		align-items: center;
	}
	.header-right span svg {
		width: 36px;
		height: auto;
		color: white;
	}
	header {
		padding: 10px 15px;
		height: 70px;
	}
	.header {
		height: 100%;
	}
	.header-logo img {
		width: auto;
	}
	#video {
		height: 340px;
		margin-top: 70px;
	}
	.title {
		font-size: 35px;
    line-height: 36px;
	}
	.subtitle {
		font-size: 23px;
	}
	#spidochetube_list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        grid-row-gap: 25px;
		margin-top: 20px;
	}
	#spidochetube_player {
		margin-top: 0;
	}
	#spidochetube_player iframe {
		height: 200px !important;
	}
	#spidochetube_list li a img {
		height: 105px !important;
	}
	#spidochetube_list li a span {
    font-size: 13px;
    margin-top: 10px;
    line-height: 16px;
	}
}
@media (max-width: 750px) {

.editions-group {
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.editions-group .attraction-thumb {
    height: 100px;
    width: 100px;
    margin: 0;
}
.other-programations.editions {
	grid-template-columns: 1fr 1fr;
}
	.content-schedule-row {
		display: grid;
		grid-template-columns: 1fr;
	}
	.content-schedule-row b:nth-child(1) {
		width: 100%;
		padding: 13px;		
        display: flex;
		grid-gap: 6px;
	}
	.content-schedule-row b:nth-child(1) svg {
		margin: inherit;
	}
	.content-schedule-name {
		text-align: center;
		padding: 20px;
	}
	.content-schedule-name span {
		justify-content: center;
		font-size: 15px;
	}
.content-main p, .content-main ul, .content-main ol {
	font-size: 16px;
}

.acf-fields > .acf-tab-wrap .acf-tab-group {
	display: block !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li a,
.acf-fields > .acf-tab-wrap .acf-tab-group li {
	width: 100%;
	float: none;
}
.acf-fields>.acf-tab-wrap .acf-tab-group li a {
	padding: 15px;
	margin-bottom: 10px;
}
.acf-fields > .acf-tab-wrap .acf-tab-group {
	margin-bottom: 35px !important;
}
.acf-field .acf-label label {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 10px !important;
}
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a:after,
.acf-fields > .acf-tab-wrap .acf-tab-group li.active a:before {
	display: none !important;
}


.form-user,
.wpcf7-form {
	padding: 30px;
}
.wpcf7-form .fields p {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
}
	.content-wrapper {
		grid-gap: 45px;
	}

.tabs-title>a {
	padding: 20px;
	font-size: 15px;
	line-height: 18px;
}
.other-programations {
	grid-gap: 10px;
	margin-top: 10px;
}

.content-main-inner h2 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 30px;
    margin-top: 10px;
}

.hero {
    padding: 75px 0 !important;
}

.title br {
	display: none;
}

.number-item {
	display: flex;
	align-items: center;
	text-align: left;        grid-gap: 20px;
        padding: 20px 30px;
}
.number-item b {
        margin-top: 0;
        font-size: 25px;
        line-height: 25px;
}
.number-item span {
	font-size: 15px;
}
.number-item svg {
	width: 45px;
}
	.social a {
		width: 70px;
		height: 70px;
	}
	.social a svg {
    width: 28px;
    height: auto;
}
	.brands {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	.attractions-header {
		margin-bottom: 30px;
	}
	.attraction-thumb {
		height: 230px;
	}
	p {
    font-size: 16px;
    line-height: 22px;
	}
	.attraction-name {
    font-weight: 800;
    font-size: 17px;
    line-height: 19px;
    padding: 0;
}
	.title-link, .title.link {
		grid-template-columns: 1fr;
		display: grid;
		justify-content: center;
        text-align: center;
		grid-gap: 5px;
	}
	.attractions-header p {
		text-align: center;
	}
	.title a {
		justify-content: center;
	}
	.button {
		font-size: 15px;
		display: block;
		width: 100%;
	}
	.numbers {
		grid-template-columns: 1fr;
		margin-top: 30px;
		grid-gap: 10px;
	}
	.social {
		grid-gap: 6px;
	}
	.programation-buttons {
		grid-template-columns: 1fr 1fr;
		margin-top: 15px;
		grid-gap: 9px;
	}
	.programation-button {
		font-size: 15px;
	}
	.section {
    padding: 50px 15px;
}
	#s1 {
		grid-template-columns: 1fr;
	}
	#s1 .grid-img {
		display: none;
	}
	.grid-text {
		padding: 50px 25px;
		text-align: center;
	}
	#s2 .svg-top {
		margin-top: -84px;
	}
	.attractions-header-right {
		display: none;
	}
	#s2 .svg-bottom {
		margin-bottom: -87px;
	}
	#s3 .svg-top {
		margin-top: -86px;
	}
}
@media (max-width: 639px) {
	.header-logo span {
		display: none;
	}
}