@media print {
    .no-print {
        display: none;
    }
}


/* Layout geral */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Box */
.featured-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  padding: 25px 10px 30px;
}

.featured-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

/* Ícone */
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #6c757d; /* cinza escuro */
  font-size: 2rem;
  transition: all 0.3s ease;
}

.featured-box:hover .icon-wrapper {
  background: var(--bs-secondary);
  color: #fff;
}

/* Títulos e texto */
h4 {
  color: #333;
}

p {
  color: #555;
}

/* Botão "Acessar" */
.btn-acessar {
  display: inline-block;
  background-color: var(--bs-secondary);
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-acessar:hover {
  background-color: var(--bs-secondary);
  color: #fff;
  transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 991px) {
  .col-md-4 {
    max-width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .col-6 {
    max-width: 50%;
  }
}







.video-container {
    height: calc(100vh - 318px);
    width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.consulta-results{
    font-size: 1rem !important;
    color: #4a4e54;
}

.hover-effect img {
    transition: transform 0.3s ease, filter 0.3s ease; /* Suaviza a transição */
}

.hover-effect img:hover {
    transform: scale(1.05); /* Aumenta a imagem em 10% */
    filter: brightness(1.2); /* Aumenta o brilho da imagem */
}

.icons_items img{
    border-radius: 5px;
}

.modal-custom-position {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.dropdown-toggle::after {
    border-top: 0;
}

.custom-form-style-1 .form-control {
    height: calc(1.8em + 1.75rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: #f7f7f7;
    border-color: var(--primary);
    line-height: 1.5 !important;
}

.btn {
    font-size: 1rem;
}

.centered, .center{
    align-items: center;
    align-content: center;
    text-align: center;
}

.card-body a:hover{
	text-decoration: none;
}

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

h3 {
    line-height: 1.5;
}

.hide{
	display: none !important; 
}

p {
    color: #000000 !important;
}

.breadcrumb li{
	text-transform: uppercase !important;
}

.breadcrumb a:hover{
	text-decoration: none !important;
	background-color: var(--primary);
}

.breadcrumb > li + li:before{
	color:  var(--tertiary) !important;
}

.breadcrumb li.active {
	color:  var(--tertiary) !important;
}

.sidebar li.active a{
	color:  var(--primary) !important;
}


.pages {
	color: #333;
}


.pages ul.nav-list li a {
    transition: background 0.1s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 8px 0 8px 22px;
    display: block;
    color: #666;
    font-weight: 700;
    text-decoration: none;
    line-height: 20px;
}

.pages ul.nav-list li a:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 8px;
    opacity: 0.7;
    transform: translate3d(-1px, 0, 0);
    left: 5px;
}

.pages ul.nav-list li a:hover{
	color:  var(--primary) !important;
}

.pages .vd-radios{
    border: 1px solid var(--primary);
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    margin-bottom: 0.5em;
}

.pages .vd-radios label{
	margin-left: 0.5rem;
}

.pages .vd-radios .form-check-input{
    width: 1.5em;
    height: 1.5em;
}

.pages label{
	color: #333;
}

.pages label.error {
    color: #c10000;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0;
}

.pages .vd-radios .form-check-input.error{
    border-color: #c10000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.pages .form-control.error {
    border-color: #c10000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.pages a:hover{
	color: var(--secondary);
	text-decoration: none;
}

.pages a  h4:hover{
	color: var(--secondary);
	text-decoration: none;
}

.highlight{
	color: #f60404;
	font-weight: bold;
}

#footer {
	color: #999;
}

#footer .nav-link {
    display: block;
    padding-left: 10px;
    padding-bottom: 0 !important;
    color: #000000;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #000000;
}

#footer .list li {
    margin-bottom: 0;
    color: #000000;
}

#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css) {
    color: #999 !important;
}

#footer  li {
    line-height: 2;
}

#footer a:hover{
	color: var(--secondary) !important;
}


#footer li .nav-link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 600;
    position: inherit;
    font-size: 12.2px;
    opacity: 0.7;
    transform: translate3d(-1px, 0, 0);
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
    	font-weight: 900;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	    font-weight: 600;
    }    
}

@media (max-width:669px) {
    .hide-mobile, .grecaptcha-badge {
        display:none !important;
    }
}

/*
* Galeria de fotos
*/

#gallery {
	list-style:none;
	margin: 0 !important;
	padding: 0 !important;
}

#gallery div {
	background:none;
	display:block;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0;
	-webkit-box-shadow:1px 1px 6px #ddd;
	-moz-box-shadow:1px 1px 6px #ddd;
	box-shadow:1px 1px 6px #ddd;
	overflow: hidden;
	margin-bottom: 15px;
}

#gallery div:hover {
	border:1px solid #8ecbff;
	transition : border 500ms ease-out;
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	-webkit-box-shadow:1px 1px 6px #666;
	-moz-box-shadow:1px 1px 6px #666;
	box-shadow:1px 1px 6px #666;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	-ms-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s;
}

#gallery img{
	width: 100%;
}

#gallery li a { 
	display:block;
	color:#fff;
	padding:0;
	text-decoration:none;
}

.attached-albums{
	padding-bottom: 20px;
}

/** 
 * WHATS 
 *
**/
@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


@media (max-width:669px) {
	.whats-fone .whatsapp .abre {
	    top: 25vh !important;
	}    
	
}

@media only screen and (min-width:300px) and (max-width:990px){
	
	.whats-fone{
		top: auto;
		bottom: 90px;
	}
	
	.whats-fone .whatsapp{
		width: 240px;
		height: 80px;
	}
	
	.whats-fone .whatsappAbre{
		right: 240px;  
	}
	
	.whats-fone .whatsapp span{
		font-size: 16px;
		line-height: 20px;
	}
	
	.whats-fone .whatsapp strong {
		font-size: 18px;
	}  
	
	.whats-fone .whatsapp:before{
		font-size: 38px;
		width: 50px;  
		height: 80px;
		line-height: 80px;  
	}
	
	.whats-fone a{
		padding: 14px 0 0 65px;
	}

}

@media only screen and (max-width:1400px){
	.whats-fone{
		margin-top: -20px;
	}
}

/* WHATSAPP E TELEFONE FIXO DIREITA */
.whats-fone {
    position: fixed;
    top: 50%;
    z-index: 999999;
    right: 0px;
    width: 0px;
    height: 100px;
    margin-top: -50px;
}

.whats-fone a {
    color: #FFF !important;
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    padding: 15px 0 0 70px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.whats-fone .bt {
    width: 60px;
    height: 50px;
    position: absolute;
    z-index: 20;
    text-align: left;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    animation-name: pulse_animation;
    animation-duration: 1000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.whats-fone .bt:before {
    position: absolute;
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.whats-fone .abre {
    left: -60px;
}

.whats-fone .fecha {
    left: auto;
    right: -30px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    background: rgba(0, 0, 0, 0.15);
}

.whats-fone .fecha:before {
    content: '\f054';
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: "FontAwesome";
}

.whats-fone .whatsapp {
    background: #00BC5D;
    width: 275px;
    height: 85px;
    padding: 15px 40px 10px 70px;
    position: relative;
    right: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
    color: #FFF;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.whats-fone .whatsapp:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 85px;
    padding-right: 5px;
    color: #FFF;
    font-size: 40px;
    text-align: right;
    line-height: 85px;
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}

.whats-fone .whatsapp span {
    font-weight: 400;
    font-size: 18px;
    display: block;
}

.whats-fone .whatsapp strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.whats-fone .whatsapp .abre {
    background: #00BC5D;
    top: 20px;
	border-radius: 5px 0 0 5px;
}

.whats-fone .whatsapp .abre:before {
    content: '\f232';
    font-family: "Font Awesome 5 Brands";
}

.whats-fone .whatsappAbre {
    right: 275px;
}

.whats-fone .whatsappAbre .abre {
    left: auto;
    right: -60px;
    bottom: 0px;
    opacity: 0;
}

.whats-fone .whatsappAbre .fecha {
    right: 0px;
    bottom: 0px;
}

.whats-fone .abre {
    animation-name: pulse_animation;
    animation-duration: 1000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.accordion.accordion-modern .card:first-of-type, .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type), .accordion.accordion-modern .card:last-of-type {
    border: 0;
}


/* Process Etapas */
.process .process-step-circle {
    height: 50px;
    width: 50px;
}	

.process .process-step-content {
    padding-top: 0;
}

.process .process-step-active{
	background-color: var(--primary);
}

.process .process-step-active .process-step-circle-content {
    color: #FFF !important;
}

.process .process-step-active .process-step-content h4 {
    color: var(--primary);
}

.process-step:has(.process-step-active) .process-step-content h4{
	color: var(--primary);
}

.process .process-step-completed .process-step-circle {
    border-color: green;
	background: #0080008a;
}

.process .process-step-completed .process-step-content h4, .process .process-step-completed .process-step-circle-content{
	color: green;
}

.process .process-step-upcoming .process-step-circle {
    border-color: #ccc;
    background: #cccccc82;
}

.badge.process-step-upcoming{
	background: #cccccc82;
	color: #000;
}

.process .process-step-upcoming .process-step-content h4, .process .process-step-upcoming .process-step-circle-content {
    color: #ccc;
}

@media (min-width: 992px) {
    .process .process-step:before {
        top: 25px;
    }
}