/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Details
- Services 1
- Services 2
- Services 3
- Projects
- Testimonials
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f7f9fd
- Headings text - black var(--cor-laranja)
- Body text - dark gray #53575a
- Buttons, icons - green #7dc22b
******************************************/

 @font-face {
  font-family: 'xilosa';
  src: url('../fonts/xilosa_.ttf')  format('truetype');
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueRegular.ttf')  format('truetype');
}

a:hover:not(.btn){
  text-decoration: none;
  padding-bottom: 2px;
}

.bg-cor-inicial0{
background-color: var(--cor-vinho) !important;

}
.bg-cor-inicial1{
background-color: var(--cor-laranja) !important;

}
.bg-cor-inicial2{
background-color: #f7f9fd !important;
}
.bg-cor-inicial3{
background-color: #830000 !important;

}

.cor0{
color: var(--cor-laranja) !important;
}

.cor1{
color: var(--cor-vinho) !important;
}

.cor2{
color: #bf0000 !important;
}

.cor5{
color: #b0b0b0 !important;
}

.fs-extra {
	font-size: clamp(24px, 12vw, 50px) !important;
	font-family: "Bebas Neue" !important;
    margin: 0;
    padding: 0;
    line-height: 1.1;

}

/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
	font-family: "Bebas Neue" !important;
}

body, p {
	color: #53575a; 
	font: 400 1rem/1.625rem;
	font-family: "Bebas Neue" !important;
}

h1 {
	color: var(--cor-vinho);
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3.25rem;
	font-family: "Bebas Neue"
}

h2 {
	color: var(--cor-vinho);
	font-weight: 500;
	font-size: 2.3rem;
	line-height: 2.5rem;
	font-family: "Bebas Neue"
}

h3 {
	color: var(--cor-vinho);
	font-weight: 400;
	font-size: 1.95rem;
	line-height: 2.25rem;
	font-family: "Bebas Neue"
}

h4 {
	color: var(--cor-vinho);
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2rem;
	font-family: "Bebas Neue"
}

h5 {
	color: var(--cor-vinho);
	font-weight: 200;
	font-size: 1.45rem;
	line-height: 1.625rem;
	font-family: "Bebas Neue"
}
h6 {
	color: var(--cor-laranja);
	font-weight: 100;
	font-size: 1.2rem !important;
	line-height: 1rem;
	font-family: "Bebas Neue"
}

.h5 {
	color: var(--cor-laranja);
	font-weight: 300;
	font-size: 1.3rem !important;
	line-height: 1rem;
	font-family: "Bebas Neue"
}

.h6 {
	color: var(--cor-laranja);
	font-weight: 300;
	font-size: 1rem !important;
	line-height: 1rem;
	font-family: "Bebas Neue"
}

.text-titulo {
	font-weight: 600 !important;
	font-size: 3vh !important;
	line-height: 2.25rem !important;
	font-family: "Bebas Neue"
}

.text-subtitulo {
	font-weight: 300 !important;
	font-size: 2vh !important;
	line-height: 1.75rem !important;
	font-family: "Bebas Neue"
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Bebas Neue"
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}
.listra{
	  border-top: 4px solid var(--cor-laranja);
}

.borda-card-credencial {
	border-color: var(--cor-laranja) !important;
	border-top-width: 4px  !important;
    border-right-width: 2px  !important;
    border-bottom-width: 2px  !important;
    border-left-width: 2px  !important;

}


a:hover {
	color: #53575a;
	text-decoration: underline;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
 background-color: var(--cor-vinho) !important;
}
.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.read-more {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.green {
	color: #7dc22b;
}

.bg-gray {
	background-color: #f7f9fd;
}

.hosp-button.active {
	background-color: var(--cor-vinho) !important;
}
.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #7dc22b;
	border-radius: 4px;
	background-color: #7dc22b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.custom-link {
    text-decoration: underline !important;
    text-decoration-color: #53575a !important;
}


.btn-solid-reg:hover {
	background-color: transparent;
	color: #7dc22b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #7dc22b;
	border-radius: 4px;
	background-color: #7dc22b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #7dc22b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid var(--cor-laranja);
	border-radius: 4px;
	background-color: transparent;
	color: var(--cor-laranja);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: var(--cor-laranja);
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid var(--cor-laranja);
	border-radius: 4px;
	background-color: transparent;
	color: var(--cor-laranja);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: var(--cor-laranja);
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid var(--cor-laranja);
	border-radius: 4px;
	background-color: transparent;
	color: var(--cor-laranja);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: var(--cor-laranja);
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #7dc22b;
	border-radius: 4px;
	background-color: #7dc22b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #7dc22b;
	background-color: transparent;
	color: #7dc22b;
}

/* Estilo do botão de download */
.btn-download {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 10px 20px;
   background-color: rgba(0, 0, 0, 0.5);
   color: white;
   border: none;
   border-radius: 5px;
   text-decoration: none;
   font-size: 16px;
   text-align: center;
   transition: background-color 0.3s ease;
}

.btn-download:hover {
   background-color: rgba(0, 0, 0, 0.7);
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: var(--cor-vinho);
	font-weight: 600;
	z-index: 100;	
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
    padding: .5rem 1rem;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 100px;
	height: 32px;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: var(--cor-vinho);
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  color: var(--cor-vinho);
  background: var(--cor-laranja) !important;
}
.nav-pills .nav-item .active {
   border-bottom: 2px solid var(--cor-laranja);
  background: var(--cor-vinho) !important;

}
.nav-pills .nav-item h6{
  text-decoration: none !important;
  color: var(--cor-vinho) !important;
}
.nav-pills .nav-item .nav-link{
  color: gray !important;
}
.nav-pills .nav-item .nav-link.active h6{
  color: #ffff !important;
}
.nav-pills .nav-item .nav-link.active {
  color: #ffff !important;
}

/* Dropdown Menu */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 5px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 120%;
        transform: rotateX(-15deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {    
    color: #ffffff;
    background: var(--cor-vinho);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: var(--cor-vinho);
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--cor-vinho);
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;
}

.header #video-background {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1; 
	max-width: 100%; 
	background-color:  var(--cor-laranja);
}

.header .header-content {
	padding-top: 11rem;
	padding-bottom: 9rem;
	background: linear-gradient(rgba(21, 35, 63, 0.5), rgba(21, 35, 63, 0.5));
	background-size: cover;
	text-align: center; 
}

.header .h1-large {
	margin-bottom: 2.25rem;
	color: #ffffff;
	font-size: 3rem;
	line-height: 3.75rem;
}


/************************/
/*     Introduction     */
/************************/
.cards-1 {
	padding-top: 9.125rem;
	padding-bottom: 5.25rem;
	text-align: center;
}

.cards-1 .h2-heading {
	margin-bottom: 1.125rem;
}

.cards-1 .p-heading {
	margin-bottom: 4rem;
	text-align: center;
}

.cards-1 .card {
	margin-bottom: 4rem;
	border: none;
	border-radius: 6px;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-icon {
	width: 90px;
	height: 90px;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #7dc22b;
	text-align: center;
}

.cards-1 .card-icon .fas {
	color: #ffffff;
	font-size: 2.125rem;
	line-height: 90px;
}

.cards-1 .card-title {
	margin-bottom: 0.625rem;
}


/*******************/
/*     Details     */
/*******************/
.split .area-1 {
	height: 430px;
	background: url('../images/details-background.jpg') center center no-repeat;
	background-size: cover;
}

.split .area-2 {
	padding-top: 9.25rem;
	padding-bottom: 9.75rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}


/**********************/
/*     Services 1     */
/**********************/
.basic-1 {
	padding-top: 9.75rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 .image-container img {
	border-radius: 8px;
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 2     */
/**********************/
.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-2 .image-container {
	margin-bottom: 4rem;
}

.basic-2 .image-container img {
	border-radius: 8px;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 3     */
/**********************/
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-3 .image-container {
	margin-bottom: 4rem;
}

.basic-3 .image-container img {
	border-radius: 8px;
}

.basic-3 h2 {
	margin-bottom: 1.5rem;
}


/********************/
/*     Projects     */
/********************/
.filter {
	padding-top: 9.5rem;
	padding-bottom: 5.625rem;
	text-align: center;
}

.filter h2 {
	margin-bottom: 2.625rem;
}

.filter .button-group {
	margin-bottom: 1.375rem;
}

.filter .button {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.25rem;
	padding: 0.125rem 0.875rem;
	border: none;
	background-color: #ffffff;
	color: #53575a;
	font-weight: 600;
	font-size: 0.875rem;
}

.filter .button:hover,
.filter .button.is-checked {
	background-color: #7dc22b;
	color: #ffffff;
}

.filter .grid {
	margin-right: auto;
	max-width: 351px;
	margin-left: auto;
}

.filter .element-item {
	margin-bottom: 3rem;
}

.filter .element-item a {
	text-decoration: none;
}

.filter .element-item img {
	margin-bottom: 1.125rem;
	border-radius: 8px;
}

.filter .element-item p {
	text-align: left;
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	position: relative;
	padding-top: 9.75rem;
	padding-bottom: 9.5rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .testimonial-image {
	width: 120px;
	height: 120px;
	margin-bottom: 2.25rem;
	border-radius: 50%;
}

.slider-1 .testimonial-text {
	margin-bottom: 1.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0.25rem;
	color: var(--cor-laranja);
}

.slider-1 .text-decoration {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 9.25rem;
	padding-bottom: 8.5rem;
	background: linear-gradient(rgba(2, 15, 29, 0.1), rgba(2, 15, 29, 0.1)), url('../images/contact-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 1.125rem;
	color: #ffffff;
}

.form-1 .p-heading {
	margin-bottom: 0.375rem;
	color: #ffffff;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
	color: #ffffff;
}

.form-1 .list-unstyled a {
	color: #ffffff;
}

.form-1 .list-unstyled .fas {
	color: #7dc22b;
}

.form-1 .form-control-input,
.form-1 .form-control-textarea {
	border-color: #374959;
	background-color: #293642;
	color: #efefef;
}

.form-1 .form-control-input::placeholder,
.form-1 .form-control-textarea::placeholder {
	color: #efefef;
}

/*HOME - 1 DOBRA*/

#home-header .home-header-arrow{
  z-index: 9;
  position: absolute;
  bottom: 5%;
}

#home-header .home-header-arrow i{
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
   animation: bounce 1s infinite;
}

#home-hospedagem{
  height: 35vw;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  border-top: 8px solid var(--cor-laranja);
  border-bottom: 8px solid var(--cor-laranja);
}

/**********************/
/*     Statistics     */
/**********************/
.counter {
	padding-top: 9.75rem;
	padding-bottom: 4.375rem;
	text-align: center;
}

.counter .counter-cell {
	margin-bottom: 4rem;
}

.counter .purecounter {
	margin-bottom: 1.5rem;
	color: #7dc22b;
	font-weight: 600;
	font-size: 5rem;
	line-height: 3rem;
}

.counter .counter-info {
	color: var(--cor-laranja);
	font-size: 0.875rem;
	line-height: 1.5rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
    background: var(--cor-vinho) !important;
	border-top: 4px solid var(--cor-laranja);
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #9ba3b1;
}

.footer p,
.footer a,
.footer ul {
	color: #9ba3b1;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #293642;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #9ba3b1;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: #7dc22b;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
    background: var(--cor-vinho) !important;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #9ba3b1;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner Start ***/
 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;	
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    cursor: pointer; 
    background-color: var(--cor-laranja) !important;  
    border-color: var(--cor-vinho) !important;
}

 .contwhats {
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 45px;
    height: 55px;	
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    cursor: pointer; 
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--cor-laranja);
}

.ex-header h1 {
	color: #ffffff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #7dc22b;
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Speakers          */
/*************************/	
.titulo-speaker{
   color: #ffffff !important;
   font-size: 0.65em !important;
}

.carousel-indicators button {
  width: 30px !important;
  height: 6px !important;  
  background-color: var(--cor-laranja);
}
.carousel-indicators button.active {  
  background-color: var(--cor-vinho);
}

/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header .header-content {
		padding-top: 15rem;
		padding-bottom: 13rem;
	}
	/* end of header */


	/* Statistics */
	.counter .counter-cell {
		display: inline-block;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
		vertical-align: top;
	}

	.counter .purecounter {
		font-size: 6rem;
		line-height: 4rem;
	}
	/* end of statistics */


	/* Contact */
	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
	
}
/* end of min-width 768px */


/* Max-width 767px */
@media only screen and (max-width: 767px) {
	h1 {
	color: var(--cor-vinho);
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3rem;
	font-family: "Bebas Neue"
}

h2 {
	color: var(--cor-vinho);
	font-weight: 600;
	font-size: 1.85rem;
	line-height: 2.2rem;
	font-family: "Bebas Neue"
}

h3 {
	color: var(--cor-vinho);
	font-weight: 600;
	font-size: 1.45rem;
	line-height: 2.05rem;
	font-family: "Bebas Neue"
}

h4 {
	color: var(--cor-vinho);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 2rem;
	font-family: "Bebas Neue"
}

h5 {
	color: var(--cor-vinho);
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.625rem;
	font-family: "Bebas Neue"
}
.text-subtitulo {
	font-weight: 300 !important;
	font-size: 1.5vh !important;
	line-height: 1.75rem !important;
	font-family: "Bebas Neue"
}
  .text-titulo {
	font-weight: 400 !important;
	font-size: 2.8vh !important;
	line-height: 2.05rem !important;
	font-family: "Bebas Neue"
}
}



/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of general styles */


	/* Navigation */
	.navbar {
		background-color: transparent;
		box-shadow: none;
		z-index: 90;
		transition: all 0.2s;
        border-bottom: 2px solid var(--cor-cinza);
        padding: .5rem 1rem;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
        background: var(--cor-vinho) !important;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
		border-bottom: 4px solid var(--cor-laranja);
	}
	.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item a:hover,
.navbar .nav-item .nav-link.active {
  color: #ffffff;
  background: var(--cor-laranja) !important;

}#menu-principal .navbar-nav{
  font-size: 1.4em;  
}

#menu-principal .navbar-nav a.active,
#footer .nav a.active,
#footer .nav a:hover{
  color: #fff !important;
  background: var(--cor-laranja) !important;
  
  -webkit-transition: color 300ms linear, color .3s ease-in-out;
  -moz-transition: 300ms linear, color .3s ease-in-out;
  -o-transition: 300ms linear, color .3s ease-in-out;
  -ms-transition: 300ms linear, color .3s ease-in-out;
  transition: 300ms linear, color .3s ease-in-out;  
}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.55rem;
		padding-left: 0.55rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 18rem;
		padding-bottom: 16rem;
	}
	
	.header .h1-large {
		margin-bottom: 2.75rem;
		font-size: 5rem;
		line-height: 5.75rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 786px;
	}
	
	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}
	
	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		padding-bottom: 0;
		vertical-align: top;
	}

	.split .text-container {
		width: 400px;
		margin-left: 3rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .image-container {
		margin-bottom: 0;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 750px;
	}

	.filter .element-item {
		display: inline-block;
		width: 351px;
		margin-right: 0.625rem;
		margin-left: 0.625rem;
		vertical-align: top;
	}
	/* end of projects */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	.footer-menu .link-but::before {	
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.h6tit  {
		color: var(--cor-laranja);
		font-weight: 300;
		font-size: 1.45vh !important;
		line-height: 1.45rem;
		font-family: "Bebas Neue"
	}
	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	/* end of general styles */
	

	/* Header */
	.header {
		height: 100vh;
	}
	
	.header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .btn-solid-lg {
		padding: 1.875rem 3rem;
		font-size: 1rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		width: 330px;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 3.625rem;
		margin-left: 3.625rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 708px;
	}

	.split .text-container {
		width: 450px;
		margin-left: 6rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 1120px;
	}
	/* end of projects */


	/* Testimonials */
	.slider-1 .slider-container {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of testimonials */


	/* Statistics */
	.counter .counter-cell {
		margin-right: 3.5rem;
		margin-left: 3.5rem;
	}
	
	.counter .counter-cell:first-of-type {
		margin-left: 0;
	}

	.counter .counter-cell:last-of-type {
		margin-right: 0;
	}
	/* end of statistics */


	/* Contact */
	.form-1 form {
		width: 776px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of contact */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.h6tit  {
		color: var(--cor-laranja);
		font-weight: 300;
		font-size: 0.85rem !important;
		line-height: 1.25rem;
		font-family: "xilosa"
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */
}
/* end of min-width 1200px */

.carouselapoio {
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}
.carouselapoio img {
    height: auto;
    max-height: 80px;
    flex-shrink: 0;
}

.carousel-patrocinio {
    display: flex;
    width: 100%;
   /* animation: scroll 10s linear infinite; */
}

.carousel-patrocinio.paused {
    animation-play-state: paused;
}

.carousel-patrocinio img {
    height: auto;
    max-height: 90px;
    flex-shrink: 0;
}

.carousel-apoio {
    display: flex;
    width: 100%;
    animation: scroll 10s linear infinite;
}

.carousel-apoio.paused {
    animation-play-state: paused;
}

.carousel-apoio img {
    height: auto;
    max-height: 80px;
    flex-shrink: 0;
}

.carousel-tracksmall img {
    height: auto;
    flex-wrap: wrap;
    animation: none;
    width: 95%;
    max-height: none;
    max-height: 80px;
    flex-shrink: 0;
}

.patrocinador .apoiador img {
        transition: opacity 0.3s ease-in-out;
    }

    .patrocinador img:hover {
    	background-color: #adc1d0 !important;
        opacity: 0.7; /* Deixa a imagem um pouco mais escura */
    }


/*---------------------------------------
  mapa             
-----------------------------------------*/
    /* Container para as tabs */
    .tabs {
      display: flex;
      width: 100%;
    }
    .tabmap {
      flex: 1;
      padding: 10px 20px;
      cursor: pointer;
      background-color: #ddd;
      border: 1px solid #ccc;
      text-align: center;
    }
    .tabmap.active {
      background-color: #fff;
      border-bottom: none;
    }
    .tab-contentmap {
      width: 100%;
      display: none;
    }
    .tab-contentmap.active {
      display: block;
    }
    .contentmap {
      width: 100%;
    }
    
    /* Container para o SVG e o card */
   .svg-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

/* Botões de controle */
.controls {
    position: absolute; 
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px; 
    z-index: 10; /* Garantir que fiquem acima do SVG, se necessário */
}

.controls button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%; 
    background-color: #e0e0e0; 
    color: #333; 
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); 
}


.controls button:hover {
    background-color: #d6d6d6; 
    transform: scale(1.1); 
}

.controls button img {
    width: 20px;
    height: 20px;
    filter: opacity(0.7); 
}


/* Card ocupa 30% da largura */
.custom-info-card {
  flex: 3;
  margin-left: 16px;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #fff;
  padding: 0.5rem;
  overflow-y: auto;
  max-height: 90vh;
}

.svgContainer {
    position: relative; /* Importante para que o position: absolute da .controls funcione */
    flex: 1;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}
/* Em telas pequenas */
@media (max-width: 991.98px) {
  .svg-wrapper {
    flex-direction: column;
  }

  .svgContainer {
    height: auto; /* deixa a altura natural do conteúdo */
    max-height: 70vh; /* limita a altura para caber na tela, se quiser */
    width: 100%;
  }

  .custom-info-card {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
    max-height: none;
  }
}

.tab-inner {
  display: flex;
  flex-wrap: wrap; /* permite quebra em telas pequenas */
  width: 100%;
  height: 100%;
}

.svgContainer {
  position: relative;
  flex: 1 1 70%;
  min-width: 300px;
  height: 90%; /* ou ajustável */
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-card {
  flex: 1 1 30%;
  min-width: 250px;
  padding: 10px;
  background: #f8f8f8;
  border-left: 1px solid #ccc;
}

/* Botões */
.controls {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

/* Responsivo: empilha em telas pequenas */
@media (max-width: 768px) {
  .tab-inner {
    flex-direction: column;
  }

  .svgContainer,
  .info-card {
    flex: 1 1 100%;
    min-width: 100%;
    height: auto;
  }

  .svgContainer {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .info-card {
    border-left: none;
  }
}











.stand.destacado rect {
  stroke: red;
  stroke-width: 4;
  fill: yellow;
}

#listaEmpresas li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    gap: 10px; /* Adiciona espaçamento entre elementos */
}

.empresa-link {
    text-decoration: none;
    color: white;
    background-color: #0047ab; /* Azul mais suave */
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    transition: background 0.3s ease-in-out;
}

.empresa-link:hover {
    background-color: #003580; /* Cor um pouco mais escura no hover */
}

#listaEmpresas img {
    width: 100px;
    height: auto;
    margin-right: 1px;
    border-radius: 1px;
    cursor: pointer;
}
#searchBar {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}


@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-250%); }
}