
body{
	font-family: "Bai Jamjuree", Sans-serif;
}

.topo-0 {
    background-color: #fff;
    padding: 40px 0;
}

.navbar {
    background-color: #FBFBFB;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D6D6D6;
}

.titulo-topo-0{
	
    font-size: 42px;
    font-weight: 400;
    line-height: 58px;
    color: #1F1F1F;
}

.titulo-topo-0 b{
	color: #0063de;
}

.subtitulo-topo-0{
	
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    color: #1F1F1F;
}

.img-logo {
    height: 70px;
    width: auto;
    transition: height 0.3s; /* Suaviza a mudança de tamanho */
}

.img-logo-rodape{
	height: 70px;
    width: auto;
    transition: height 0.3s; /* Suaviza a mudança de tamanho */
}

/* Links */
.navbar-nav .nav-link {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #001f53;
}

/* Botão */
.btn-assistencia {
    background-color: #001f53;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 25px;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
    white-space: nowrap; /* Impede que o texto quebre */
}

.btn-assistencia:hover {
    background-color: #005dd7;
    color: white;
}

.navbar-brand {
    margin-right: 0; /* Remove margem padrão do bootstrap para centralizar melhor */
}

.botao{
	display: table;
	text-decoration: none;
	background-color: #001f53;
    
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 45px 20px 45px;
    color: #fff;
    margin: 20px 0;
}

.botao2{
	display: table;
	text-decoration: none;
	background-color: #001f53;
    
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 40px;
    color: #fff;
    margin: 20px auto 0 auto;
}

.botao3{
	display: table;
	text-decoration: none;
	background-color: #008080;
    
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 45px 20px 45px;
    color: #fff;
    margin: 20px auto;
}

.img-princ{
	width: 100%;
	height: auto;
	border-radius: 25px;
}

.topo-1{
	background-color: #fff;
	padding: 40px 0;
}

.subtitulo-topo-1{
	
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 4.6px;
    color: #1F1F1F;
}

.titulo-topo-1{
	
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    color: #1F1F1F;
}

.fundo-topo-1{
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	padding: 30px;
	border-radius: 25px;
}	

.img-topo-1{
	width: 100%;
	height: auto;
	border-radius: 25px;
	margin-bottom: 20px;
}

.titulo-fundo-topo-1{
	
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 15px;
}

.texto-topo-1{
	
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #1F1F1F;
}

.fundo-topo-10{
	background-color: #FBFBFB;
	border-radius: 15px;
	border: 1px solid #EEEEEE;
	padding: 20px;
	
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #1F1F1F;
    margin: 0;
}

.fundo-topo-10:hover{
	background-color: #001f53;
	color: #fff;
}

.topo-2{
	background-image: url(../imagens/fundo.jpg);
	background-size: cover;
	background-position: right;
	padding: 40px 0;
	background-color: #001f53;
}

.titulo-topo-2{
	text-align: left;
    
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.texto-topo-2{
	text-align: left;
	text-align: left;
    
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
}

.img-fundo{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.fundo-depoimento{
	background-color: #FBFBFB;
	padding: 30px;
	border-radius: 25px;
	border: 1px solid #EEEEEE;
}

.fundo-depoimento2{
	background-color: #001f53;
	padding: 30px;
	border-radius: 25px;
	border: 1px solid #001f53;
}

.img-dep{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.texto-depo{

    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #1F1F1F;
}

.texto-depo .fa-star{
	color: #ffe000;
}

.topo-3{
	padding: 40px 0;
	background-color: #001f53;
}

#slide_pt{
  .owl-prev, .owl-next{
    display: none;
  }
}

.indicador{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.rodape{
	background-color: transparent;
    background-image: linear-gradient(146deg, #161616 0%, #010305 100%);
    padding: 40px 0 20px 0;
}

.texto-rodape0{
	text-align: left;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
}

.titulo-rodpae{
	color: #8ccbf9;
	font-size: 16px;
    font-weight: 600;
    line-height: 2px;
    margin-bottom: 35px;
}

.texto-rodape{
	color: #fff;
	font-family: "Bai Jamjuree", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2px;
    margin-bottom: 30px;
}

/* Força o vídeo a ter tamanho e aparecer */
video.indicador {
    width: 100% !important;
    height: auto !important;
    min-height: 200px; /* Garante uma altura mínima para teste */
    display: block;
    background-color: #000; /* Fundo preto para ver se o elemento existe */
    object-fit: cover; /* Cobre a área sem distorcer */
}

iframe{
	max-width: 100%;
}

.texto-rodape a{
	text-decoration:none;
	color: #fff;
}

.texto-rodape a:hover{
	text-decoration:none;
	color: #8ccbf9;
}

.container-redes{
	display: flex;
	gap: 10px;
	align-items: center;
	align-content: center;
}	

.div-redes{
	color: #010305;
	background-color: #8ccbf9;
	padding: 10px;
	border-radius: 7px;
	height: 45px;
	width: 45px;
	font-size: 25px;
	line-height: 25px;
}

/* AJUSTES PARA CELULAR */
@media screen and (max-width: 991px) {

	.container-redes{
		justify-content: center;
	}

	.texto-rodape{
		text-align: center;
	}

	.titulo-rodpae{
		text-align: center;
	}

	.esp-cel{
		margin-top: 20px;
	}	 

	.texto-rodape0{
		text-align: center;
	}

	.topo-2{
		background-image: none;
		padding-top: 0;
	}

	.titulo-topo-2{
		text-align: center;
	}	

	.texto-topo-2{
		text-align: center;
		font-size: 17px;
        line-height: 1.5em;
	}

	.titulo-topo-1{
		font-size: 28px;
        line-height: 1.3em;
	}	

	.botao{
		display: block;
		padding: 15px;
		text-align: center;
	}

	.botao3{
		display: block;
		padding: 15px;
	}	

	.botao2{
		padding: 15px 20px;
	}	

	.subtitulo-topo-0{
		text-align: center;
        font-size: 24px;
        line-height: 1.4em;
	}

	.titulo-topo-0{
		text-align: center;
        font-size: 28px;
        line-height: 1.4em;
	}
    
    /* Reduz a logo no celular para caber tudo na linha */
    .img-logo {
        height: 40px; 
    }

    .img-logo-rodape {
    	display: block;
    	margin: 15px auto;
        height: 40px; 
    }

    /* Ajusta o botão no celular */
    .btn-assistencia {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    /* Se a tela for muito pequena, esconde o texto 'Assistência 24h' e deixa só o ícone (opcional) */
    /* Isso já está feito no HTML com a classe d-none d-sm-inline no texto */
    
    /* Centraliza os links quando o menu abrir */
    .navbar-nav {
        text-align: center;
        padding-top: 15px;
    }
    
    /* Tira a borda do botão toggler para ficar mais limpo */
    .navbar-toggler {
        border: none;
        padding: 0;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
}

.branco{
	color: #fff;
}