html,body{
    overflow-x: hidden;
}

.pos-rel{
    position: relative !important;
}

.sem-link{
    cursor: default !important;
}
.com-link{
	cursor: pointer !important;
}

.navbar-brand img{
    max-height: 100px;
}

.hero-wrap .overlay{
    background-color: #36BAB6 !important;
}

.ftco-navbar-light.scrolled .navbar-brand img {
    max-height: 60px;
}

.ftco-section {
    padding: 3em 0;
    position: relative;
}



.alerta-erro{
	color: #ff0000 !important;
	background-color:#ff0000;
	height:2px;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0;

}

.alerta-atencao{
	color: #efac78 !important;
	font-weight: 300;
}

.alerta-sucesso{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 0px;
	font-weight: 300;
	font-size: 1.2em;
	color: rgb(0, 170, 0) !important;
}


html{
	scroll-behavior: smooth;
}


.ftco-navbar-light.scrolled .nav-item.active > a {
	color: #000 !important;
}


.botao-redes{
	font-size: 1.2em;
	padding:0 5px;
}


/* Loader Padrão */
body.preloader-site {
	overflow: hidden;
}
.preloader-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.preloader-wrapper .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.preloader-wrapper .preloader img{
	max-height: 55px;
}
/* Loader Padrão fim */




.ftco-footer .atendimento-item {
    font-size: clamp(16px, 16px, 20px);
    gap: 8px;
    
}

.ftco-footer .ftco-footer-widget h2 {
    margin-bottom: 12px;
    font-size: 28px;
}

.ftco-footer a {
    color: rgba(255, 255, 255, 1);
}


.footer-copyright{font-size: clamp(12px, 12px, 16px); color: rgba(255, 255, 255, 1) !important;}


.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: relative;

    
    
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer-social li a:hover{
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    
}


.ftco-footer .ftco-footer-widget ul li a:hover span{
    color: #85007F;
}



@media(max-width:600px){
    
    .ftco-heading-2{
        text-align: center !important;
    }
    
    .ftco-ul-social{
        display: flex;
        flex-direction: row !important;
        align-content: center !important;
        justify-content: center !important;
    }
    
    .ftco-footer-widget ul{
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    
    .ftco-footer-social {
        margin-top: 24px;
    text-align: center;
    }
    
    .slider-text h1 {
    font-size: 32px;

}
}


