/* 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(--corazul)
- Body text - dark gray #53575a
- Buttons, icons - green #7dc22b
******************************************/

/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
@font-face {
  font-family: 'Aero Matics Bold';
  src: url('../fonts/Aero Matics Bold.ttf')  format('truetype');
}

 @font-face {
  font-family: 'Aero Matics Display Bold';
  src: url('../fonts/Aero Matics Display Bold.ttf')  format('truetype');
}

@font-face {
	font-family: 'Aero Matics Light';
	src: url('../fonts/Aero Matics Light.ttf')  format('truetype');
  }
  
@font-face {
  font-family: 'Aero Matics Display Light';
  src: url('../fonts/Aero Matics Display Light.ttf')  format('truetype');
}

@font-face {
	font-family: 'Aero Matics Regular';
	src: url('../fonts/Aero Matics Regular.ttf')  format('truetype');
  }

@font-face {
  font-family: 'Aero Matics Display Regular';
  src: url('../fonts/Aero Matics Display Regular.ttf')  format('truetype');
}





:root {
  --corbranca:                    #ffffff;
  --corazul:                      #022046; /* azul escuro */
  --corazulclaro:                 #0a4899; /* azul escuro */
  --corvermelho:                  #cf1c31; /* Vermelho */
  --corbranca2:                   #fafafa; /* Barnco */
  --corlarnja:                    #d63718; /* Laranja */

  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #0e665d;  /* Verde escuro */
  --custom-btn-bg-hover-color:    #0A2647 ; /* azul claro */
  --dark-color:                   #000000;
  --p-color:                      #0A2647; /* azul escuro */
  --border-color:                 #7fffd4;
  --link-hover-color:             #13547a;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-regular:              'Aero Matics Display Regular', sans-serif;
  --font-bold:                 'Aero Matics Display Bold', sans-serif;
  --font-light:                'Aero Matics Display Light', sans-serif;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

a:hover:not(.btn){
  text-decoration: none;
  padding-bottom: 2px;
}

.bg0{
background-color: var(--corazul) !important;
}
.bg1{
background-color: var(--corvermelho) !important;
}
.bg2{
background-color: var(--corbranca) !important;
}
.bg3{
background-color: var(--corazulclaro) !important;
}

.bg4{
background-color: #d73719 !important;
}

.bg5{
background-color: #f00 !important;
}

.bg6{
background-color: #d63718 !important;
}

.cor0{
color: var(--corazul) !important;
}

.cor1{
color: var(--corvermelho) !important;
}

.cor2{
color: var(--corbranca2) !important;
}

.cor3{
color: #d1d1d1 !important;
}

.font0 {
	font-family: var(--font-light) !important;
}

.font1 {
	font-family: var(--font-bold) !important;
}

.font2 {
	font-family: var(--font-regular) !important;
}

.fs-extra {
	font-size: clamp(24px, 12vw, 60px) !important;
    margin: 0;
    padding: 0;
    line-height: 1.1;

}


/**************************/
/*     General Styles     */
/**************************/
body,
html {	
    font-size: 14px;
    width: 100%;
	height: 100%;
	font-family: var(--font-light) !important;
}

body, p {
	color: #53575a; 
	font: 400 1rem/1.625rem;
	font-family: var(--font-light) !important;
}

h1 {
	color: var(--corazul);
	font-weight: 600;
	font-size: 2.85rem;
	line-height: 3.25rem;
	font-family: var(--font-light)
}

h2 {
	color: var(--corazul);
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-family: var(--font-light)
}

h3 {
	color: var(--corazul);
	font-weight: 400;
	font-size: 2.25rem !important;
	line-height: 2.25rem;
	font-family: var(--font-light)
}

h4 {
	color: var(--corazul);
	font-weight: 300;
	font-size: 2rem;
	line-height: 2rem;
	font-family: var(--font-light)
}

h5 {
	color: var(--corazul);
	font-weight: 200;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: var(--font-light)
}


h6 {
	color: var(--corazul);
	font-weight: 100;
	font-size: 1rem;
	line-height: 1rem;
	font-family: var(--font-light)
}
.imghome {
	width: 280px !important; 
	height: auto;
}
.text-titulo {
	font-weight: 600 !important;
	font-size: 3rem !important;
	line-height: 2.25rem !important;
	font-family: var(--font-regular)
}

.text-subtitulo {
	font-weight: 300 !important;
	font-size: 2rem !important;
	line-height: 1.75rem !important;
	font-family: var(--font-regular)
}

.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: var(--font-regular)
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

.img-container:hover img {
    transform: scale(1.3); 
    z-index: 2; 
    border: 1px solid #44709d; 

}

.img-container:hover {
    z-index: 2; 
}

.img-container img {
    transition: transform 0.3s; 
    display: block; 
    width: 100%; 
    height: auto;
}

a {
	color: #53575a;
	text-decoration: underline;
}

a:hover {
	color: #53575a;
	text-decoration: underline;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
 background-color: var(--corazul) !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;
}

.imgtopohome {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}
.cardshadow {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}

.hosp-button.active {
	background-color: var(--corvermelho) !important;;
}

.fixed-size-image {

    width: 230px; /* Ajuste conforme necessário */
    height: 230px; /* Ajuste conforme necessário */
    object-fit: cover; /* Para garantir que a imagem mantenha sua proporção original */
}

.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;
}

.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(--corazul);
	border-radius: 4px;
	background-color: transparent;
	color: var(--corazul);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: var(--corazul);
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid var(--corazul);
	border-radius: 4px;
	background-color: transparent;
	color: var(--corazul);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: var(--corazul);
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid var(--corazul);
	border-radius: 4px;
	background-color: transparent;
	color: var(--corazul);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: var(--corazul);
	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;
}

.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;
}

.div-patrocinio {
    margin: 0 auto;
   /* border: 2px solid #3951b2;*/
    
    height: 80px;
    width: 20%; /* Valor da Largura */
}

.listra {
  height: 10px !important;
  background-image: url(../img/patrocinio/empresas/bg-listra.png);
}




.image-container {
    overflow: hidden;
}

.slide-pat {
    display: flex;
    animation: scroll 10s linear infinite;
}

/*
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200% - 15px)); 
    }
} */

.img-pat {
    width: 100%;
    height: auto;
}



.image-container-apoio {
    overflow: hidden;
}

.slide-apoio {
    display: flex;
    animation: scroll 12s linear infinite;
}
/*
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200% - 15px)); 
    }
} */

.img-apoio {
    width: 100%;
    height: auto;
}


/*
.img-pat {
    height: auto;
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.image-container {
    display: flex;
    scroll-snap-points-x: repeat(100%);
    animation: scrollImages 8s linear infinite;
}

.image-container img {
    flex: 0 0 auto;
    width: 100%;
} */



    
/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: var(--corazul);
	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);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: auto;
	height: 40px;
}

.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(--corazul);
	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(--corazul);
  background: var(--corazul) !important;
}
.nav-pills .nav-item .active {
	background-color: var(--corvermelho);
	color:  #ffff !important;
	font-size: 1.5em;
    border-bottom: 2px solid var(--corazul);
}

.nav-pills .nav-item a{
	font-size: 1.5em;
	color:  var(--corazul) !important;
}

.nav-pills .nav-item h6{
  text-decoration: none !important;
}

/* Dropdown Menu */
.navbar .dropdown-toggle {
    border: none;
    content: "\f107";
    font-weight: 300;
    vertical-align: middle;
    margin-left: 5px;
}

.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(--corazul);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 1px !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(--corazul);
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--corvermelho);
}

.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(--corazul);
}

.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(--corazul);
}

.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;
}


/**********************/
/*     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(--corazul);
	font-size: 0.875rem;
	line-height: 1.5rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
    background: var(--corazul) !important;
}

.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(--corazul) !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; 
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--corazul);
}

.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-azul2);
}
.carousel-indicators button.active {  
  background-color: var(--corazul);
}

/*************************/
/*     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(--corazul);
	font-weight: 600;
	font-size: 2rem;
	line-height: 3rem;
	font-family: var(--font-regular)
}

h2 {
	color: var(--corazul);
	font-weight: 400;
	font-size: 1.85rem;
	line-height: 2.2rem;
	font-family: var(--font-regular)
}

h3 {
	color: var(--corazul);
	font-weight: 300;
	font-size: 1.45rem;
	line-height: 2.05rem;
	font-family: var(--font-light)
}

h4 {
	color: var(--corazul);
	font-weight: 250;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-family: var(--font-light)
}

h5 {
	color: var(--corazul);
	font-weight: 200;
	font-size: 1.05rem;
	line-height: 1.4rem;
	font-family: var(--font-light)
}
.text-subtitulo {
	font-weight: 300 !important;
	font-size: 2vh !important;
	line-height: 1.75rem !important;
	font-family: var(--font-regular)
}
  .text-titulo {
	font-weight: 400 !important;
	font-size: 3vh !important;
	line-height: 2.05rem !important;
	font-family: var(--font-regular)
}
}

/* 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 {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		z-index: 90;
		transition: all 0.2s;
  border-bottom: 2px solid var(--cor-cinza);
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
        background: var(--corazul) !important;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}
	.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(--corazul) !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(--corvermelho) !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(--corazul);
		font-weight: 300;
		font-size: 1.45vh !important;
		line-height: 1.45rem;
		font-family: var(--font-light)
	}
	.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(--corazul);
		font-weight: 300;
		font-size: 0.85rem !important;
		line-height: 1.25rem;
		font-family: var(--font-light)
	}

	.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 */



.bloco-topo {
  position: relative;
  z-index: 1;
}

.bloco-atual {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.logo-sobreposta {
  position: absolute;
  top: -80px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  height: 160px; 
}

@media (max-width: 576px) {
  .logo-sobreposta {
    top: -40px;
    height: 80px;
  }
}


/*---------------------------------------
  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;
}




