* {
	font-family: 'Lato', sans-serif;
}

.bg-primary-color {
	background-color: #ffffff;
}

.bg-secundary-color {
	background-color: #ece8ea;
}

.bg-dark-color {
	background-color: #050505;
}

.primary-color {
	color: #050505;
}

.secundary-color {
	color: #7a7a7a;
}

.third-color {
	color: #A89059;
}

/* WHATSAPP */
.whatsapp-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999; /* Para garantir que fique acima de outros elementos */
  }
  .whatsapp-link img {
    width: 60px; /* Ajuste o tamanho conforme necessário */
    height: 60px;
  }


/* NAVBAR */

#navbar-logo {
	background-color: #000000;	
}
#navbar {
	background-color: #bebebe;
}
#navbar {
	border-bottom: 1px solid #7a7a7a;
}
#navbar a:hover {
	color: #7a7a7a;
}
#navbar a.active {
	border-bottom: 1px solid #705a25;
}
#navbar-brand {
	display: flex;
}
#navbar-brand img {
	width: 30px;
}
#navbar-items .navbar-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}
#navbar-items .nav-item {
	margin: 0 1em;
}

/* MIOLO DO SITE */
#central {
	margin-top: 10em;
	margin-bottom: 1em;
}


/* SLIDER */

#slider {
	margin-top: 12em;
	margin-bottom: 1em;
}
#slider .carousel-caption {
	bottom: 0.5em;
}
#slider .carousel-caption h5 {
	font-size: 1.5em;
	text-shadow: #000 2px 2px;
}
.btn {
	border-radius: 0;
}
#slider .btn {
	padding: 0.3 0.8em;
	font-size: 1em;
	margin-top: 0em;
}


/*.carousel-control-prev i,
.carousel-control-next i {
	color: #111;
	font-size: 3em;
}*/

.carousel-indicators [data-bs-target] {
	background-color: #222;
	opacity: 0.8;
	margin-bottom: -2em;
}
.carousel-indicators .active {
	background-color: #000;
}
@media(min-width: 768px) {
	#slider .carousel-caption h5 {
		font-size: 3em;
		text-shadow: #000 2.5px 2.5px;
	}
	#slider .btn {
		padding: 0.6 1.6em;
		font-size: 1.2em;
	}
	#slider {
		margin-top: 10em;
	}
	.carousel-indicators [data-bs-target] {
	margin-bottom: 0em;
	}
}


/* MINI-BANNERS */

#mini-banners {
	margin-bottom: 1em;
}
#mini-banners .card {
	padding: 2em 0.3em;
	border-radius: 0;
	margin-bottom: 1em;
}
#mini-banners img {
	width: 150px;
	margin: auto;
}
#mini-banners .card-title {
	margin-bottom: 1.5em;
}
#mini-banners .btn {
	margin-top: 1.5em;
	padding: 0.6em 1.2em;
}
#minib1 {
	background-color: rgb(245, 245, 245);
	box-shadow: rgb(110, 110, 110) 2.5px 2.5px;
}
#minib2 {
	background-color: rgb(240, 240, 240);
	box-shadow: rgb(110, 110, 110) 2.5px 2.5px;
}
#minib3 {
	background-color: rgb(245, 245, 245);
	box-shadow: rgb(110, 110, 110) 2.5px 2.5px;
}
@media(min-width: 768px) {
	#minib1 {
		margin-top: -2.5em;
	}
	#minib3 {
		margin-top: -2.5em;
	}
}


/* FOOTER TOP */

#footer {
	padding: 1em 2em;
}
#footer-top {
	margin-bottom: 2em;
}
#footer-top,
#footer-top i {
	color: #fff;
}
#social-icons {
	text-align: right;
}
#social-icons i {
	margin-right: 3px;
	font-size: 1.5em;
	cursor: pointer;
}
#social-icons i:hover {
	color: #7a7a7a;
}
@media(min-width: 768px) {
		#social-icons i {
		margin-right: 15px;
	}
}


/* FOOTER DETAILS */

#footer-details {
	margin-bottom: 0.5em;
}
#news-container,
#contact-container,
#links-container {
	padding: 0;
	border: 0;
	margin-bottom: 2em;
}
#footer-details h4{
	color: #fff;
	margin-bottom: 1.5em;
}
#news-container input {
	border-radius: 0;
	border: none;
}
#links-container li {
	margin-bottom: 0.5em;
}
#links-container a {
	text-decoration: none;
}
#links-container a:hover {
	color: #fff;
} 
#whatsapp i {
	padding-left: 0.5em;
	color: rgb(114, 214, 0);
}


/* FOOTER BOTTOM */

#footer-bottom {
	border-top: 1px solid #7a7a7a;
	padding-top: 1em;
	text-align: left;
}
#footer-bottom i {
	color: #e61e10;
	margin-left: 0.3em;
}
#result {
	font-size: 16px;
}
#data {
	width: 100px;
}
#protocolo {
	width: 100px;
}
#cidades {
	width: 100px;
}
#texto-data {
	width: 246px;
}
#texto-protocolo {
	width: 246px;
}
#texto-cidades {
	width: 246px;
}
#news-container span {
	border-radius: 4px;
}
@media(min-width:768px) {		
	#news-container {
		padding-right: 1em;
}
	#news-container img{
		height: 280px;
}	
	#links-container {
		padding-left: 2em;
	}
	#contact-container {
		padding: 0 2em;
		border-left: 1px solid #7a7a7a;
		border-right: 1px solid #7a7a7a;
	}
	#news-container span {
	border-radius: 0px;
	}
}


/* FORMULARIO DE CONTATO */

/* Chrome e outros */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
	}
#form-container {
	margin-top: 12.5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	background-color: #ece8ea;
}
@media(min-width:768px) {
	#form-container {
		width: 50%;
	}
}

/* MENSAGEM APÓS ENVIO DO FORMULARIO DE CONTATO */

        .message-box {
            padding: 10px;
            margin: 10px 0;
            display: none;
            border: 1px solid #ccc;
        }

        /* Estilo para a modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
        }
        .modal-content {
            background-color: white;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 500px;
        }
        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
		}	


/* LOCALIZAÇÃO Google Map */

#titulo-mapa {
	font-size: 16px;
	text-align: center;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
#mapa {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	#titulo-mapa {
		font-size: 20px;
	}
}


/* SERVIÇOS */

#servicos {
	margin-top: 190px;
	margin-bottom: 10px;
	text-align: center;
}
.titulo-servicos {
	padding-top: 10px;
	background-color: #EDEDED;
}
.container-texto{
	padding: 20px;
	background-color: #EDEDED;
	margin-top: 10px;
	border-bottom: 1px solid #7a7a7a;
}
.texto{
	text-align: justify;
}	
@media only screen and (min-width: 768px) {
	#texto1{
		padding-left: 150px; 
		padding-right: 150px;
	}
	#servicos {
	margin-top: 160px;
	}
}

/* VIDEOS */

#barra-superior {
	margin-top: 12em;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#video-container {
	display: flex;
	justify-content: center;
	justify-content: space-around;
	align-items: center;
}
.titulo-video {
	font-size: 16px;
	text-align: center;
	background-color: #000000;
	padding-top: 12px;
	color: #e0cea3;
}
#video-card {
	margin-top: 1em;
	margin-bottom: 1em;
}
.card {
	border: 0;
	padding: .5em 0.3em;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	.card iframe{
		height: 13em;
	}
	.card{
		width: 100%;
	}
	#barra-superior {
		margin-top: 10em;
	}
}


/* CURSOS E CERTIFICADOS */

.container-certificado {
	display: flex;
	justify-content: center;
	justify-content: space-around;
}
.titulo-certificado {
	font-size: 16px;
	text-align: center;
}
#certificado-card {
	margin-top: 1em;
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
	.container-certificado {
	width: 100%;
	}
}


/* FOTOS */

#foto-card {
	margin-top: 1em;
	margin-bottom: 1em;
}
.card {
	border: 0;
	padding: .5em 0.3em;
}
.foto {
	width: 100%;
	padding: 5px;
	position: relative;
}
#navbar-logo img {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 30%; /* Ajuste conforme necessário */
}
.visualiza-foto {
	position: absolute;
    top: 85%;
    left: 50%;
	width: 75%;
	transform: translate(-50%, -50%);
}
.visualiza-foto button {
	width: 100%;
	background-color: #fff;
	border: 0;
	opacity: 0.70; 
}
#foto-container a{
	text-decoration: none;	
}
#foto-container{
	text-align: center;
	font-size: 15px;
}
#foto-contato {
	margin-top: 10px;
	height: 60px;
	padding-top: 5px;
}
@media only screen and (min-width: 768px) {
	#foto-contato {
		margin-top: 10px;
		height: 35px;
		padding-top: 2px;
	}	
	#foto-container{
		font-size: 20px;
	}	
}


/* COOKIES */

.cookies-msg{
	width: 80%;
	background-color: #A89059;
	position: fixed;
	bottom: 1%;
	left: 50%;
	transform: translate(-50%);
	border-radius: 15px;
	display: none;
	z-index: 9999; /* Para garantir que fique acima de outros elementos */
}
.cookies-msg.mostrar{
	display: block;
}
.cookies-txt{
	display: flex;
	align-items: center;
	text-align: justify;
	padding: 10px;
	font-size: 13px;
	color: #000;
}
.cookies-txt a{
	text-decoration: none;
	color: #323232;
}
.cookies-btn{
	margin-left: 15px;
}
.cookies-btn button{
	background-color: #000;
	color: #A89059;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 20px;
	cursor: pointer;
	transition: .2s;
}
.cookies-btn button:hover{
	transform: scale(0.9);
}
@media(min-width:768px){
	.cookies-msg{
		width: 45%;
	}
	.cookies-btn button{
		font-size: 18px;
		padding: 5px 40px;
	}
	.cookies-txt{
		padding-top: 18px;
		font-size: 17px;
	}
	.cookies-btn{
		margin-left: 30px;
	}
}