/*
 Theme Name: Cooltek Child
 Template: cooltek
 Description: Child theme for Cooltek
 Version: 1.0
*/
.academia-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.academia-text h3 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 15px;
}

.academia-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}



.breadcrumb-area
{
margin-top:6em;
		
}

.text-center
{
	display:none;
	visibility:hidden;
	
}


.sec-title
{

display:none;
visibility: hidden;
}
.breadcrumb-botton-area
{
margin-top:2em;
margin-bottom:5em;
}



.restaurante-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.restaurante-text h3 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 15px;
}

.restaurante-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}



.datacenter-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.datacenter-text h3 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 15px;
}

.datacenter-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}



.hospital-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.hospital-text h3 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 15px;
}

.hospital-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}


.list_items
{
		display:none;
	visibility:hidden;
	
}

section.rev_slider_wrapper .tp-bgimg {
    filter: brightness(0.6); /* 0.5 deixa mais escuro, 0.7 mais claro */
}

/* Oculta SOMENTE o título "Orçamento Serviços Ar Condicionado" */
.kc_title h1 {
    display: none !important;
		visibility:hidden;	
}


.breadcrumb-botton-area {
    margin-top: 2em;
    margin-bottom: 5em;
	padding-left:10px;
	margin-left:10px;
}

.button
{
		display:none;
	visibility:hidden;
	
}

.footer-logo a img {

	  max-width: 150px;
    
    
}


.footer_last
{
			display:none;
	visibility:hidden;
	
}

.scala-voltar {
    background: #1a73e8 !important;   /* Azul bonito */
    color: #fff !important;
    padding: 10px 18px !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer;
    display: inline-block;
    box-shadow: none !important;
    outline: none !important;
}
.scala-voltar:hover {
    background: #1666c5 !important;   /* Azul mais escuro no hover */
}