/* CORES

#e8e1cb = marrom claro
#661a21 = marrom escuro

*/

/*Lateral Whatsapp e rede social*/

.barra-lateral {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 13;
  right: 0;
}

/* Style the icon bar links */
.barra-lateral a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
}



/* Style the social media icons with color, if you want */
.suportee:hover {
  background: #ffb72c;
  color: white;
}

.suportee{
  background: #f9ad1a;
  color: white;
}

.barra-lateral a:hover {
  color:white!important;
}

.facebook {
  background: #3B5998;
  color: white;
}

.whatsapp:hover {
  background: rgb(51, 210, 14)!important;
  color: white;
}

.whatsapp{
  background: rgb(41, 191, 7);
  color: white;
}

.facebook:hover{
  background: #4668af!important;
  color: white;
}

.email {
  background: #dd3333;
  color: white;
}
.email:hover {
  background: #f14444;
  color: white;
}
.google {
  background: #dd4b39;
  color: white;
}

.instagram {
  background: #8803b5;
  color: white;
}

.pinterest {
  background: #e60023;
  color: white;
}

.whats-mobile  {
	display:none;
}

@media(max-width:999px) { 
	
	
	.barra-lateral {
		display:none;
	}
	
	.footer-bottom {
		/* margin-bottom: 50px; */
	}
	
	.whats-mobile {
		display:block;
		float:left;
		width:100%;
		background:green;
		color:white;
		position:fixed;
		bottom:0;	
		z-index: 999;
		cursor: pointer;
	}
	.whats-mobile a{
		width:100%;
		float: left;
		padding: 15px 0;
		text-align:center;
		cursor: pointer;
	}
	.whats-mobile span{
		color:#fff;
		padding:15px 0;
	}
	.whats-mobile i{
		color:#fff;
	}
	
}
/* FIM BARRA LATERAL */




.botao-whatsapp {
	animation: pulse 1s infinite;
}
.botao-whatsapp:hover {
    animation-play-state: paused;
}

.botao-whatsapp {
	position: fixed;
	background: #27ae60;
	color: #fff;
	padding: 15px;
	text-align: center;
	border-radius:50px;
	font-weight: bold;
	font-size: 10px;
	z-index: 9999;
	right: 10px;
	bottom: 100px;
}

.botao-whatsapp img {
	width: 40px;
	height: 40px;
}

.botao-whatsapp:hover {
	color:#fff;
	background: #0dc143;
}

/********** OUTROS ***********/
section.dark-mode.bg-dark.bg-size-cover.bg-repeat-0.bg-position-center.position-relative.overflow-hidden.py-5.mb-4:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgb(39,105,191);
    background: -moz-linear-gradient(left, #2f6ec0 0%, #4291f5 100%);
    background: -webkit-linear-gradient(left, #2f6ec0 0%, #4291f5 100%);
    background: linear-gradient(to right, #383c42 0%, #a93737 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6ec0', endColorstr='#4291f5',GradientType=1 );
    z-index: 0;
    opacity: 0.8;
}

@media (min-width: 768px) {

	.justify-content-md-start {
		justify-content: center !important;
	}
	
}

@media (max-width: 768px) {
	.btn-seus-direitos {display:none;}
}

.shadow-primary {
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(33 155 42 / 90%) !important;
}


.fs-sm {
    font-size: 1rem !important;
}
.text-muted {
    color: #585858 !important;
}
h1>a:hover, .h1>a:hover, h2>a:hover, .h2>a:hover, h3>a:hover, .h3>a:hover, h4>a:hover, .h4>a:hover, h5>a:hover, .h5>a:hover, h6>a:hover, .h6>a:hover {
    color: #661a21 !important;
}
h5, .h5 {
    font-size: 1.5rem;
}

.ml-10 {margin-left:10px;}
.mt-100 {margin-top:100px;}


.bg-secondary {
    --si-bg-opacity: 1;
    background-color: #661a21 !important;
    display:none;
}

.color-white {color:#fff;}

#prev-testimonial { background: #661a21; }
#next-testimonial { background: #661a21; }
#next-testimonial .bx { color: #fff; }
#prev-testimonial .bx { color: #fff; }


/********** TOPO ************/
.nav-link:hover, .nav-link:focus {
    color: #e8e1cb;
}

.nav-link {
    font-size: 18px;
    font-weight: 600;
}

.navbar.navbar-stuck {
    background-color: #661a21;
}

.btn-primary {
    --si-btn-color: #000;
    --si-btn-bg: #27ae60;
    --si-btn-border-color: #27ae60;
    --si-btn-hover-color: #000;
    --si-btn-hover-bg: #27ae60;
    --si-btn-hover-border-color: #27ae60;
    --si-btn-focus-shadow-rgb: 84, 87, 205;
    --si-btn-active-color: #000;
    --si-btn-active-bg: #27ae60;
    --si-btn-active-border-color: #27ae60;
    --si-btn-active-shadow: unset;
    --si-btn-disabled-color: #000;
    --si-btn-disabled-bg: #27ae60;
    --si-btn-disabled-border-color: #27ae60;
}
.btn-primary {
    --si-btn-hover-color: #fff;
    --si-btn-active-color: #fff;
    --si-btn-hover-bg: #1e8f4e;
    --si-btn-active-bg: #1e8f4e;
    --si-btn-hover-border-color: #1e8f4e;
    --si-btn-active-border-color: #1e8f4e;
    --si-btn-disabled-color: #fff;
}

.navbar.position-absolute {
    background-color: #661a21 !important;
    
}


/*********** RODAPE ************/
.bg-dark {
    --si-bg-opacity: 1;
    background-color: #661a21 !important;
}

.bg-clean {
    --si-bg-opacity: 1;
    background-color: #e8e1cb !important;
}

.footer a.nav-link {
    color: #661a21;
}
.footer a.nav-link:hover {
	text-decoration:underline;
}

a.btn.btn-outline-light.btn-lg.mb-3 {
    background: #661a21;
}

.btn-youtube {
    border-color: red !important;
    background-color: red !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(255,0,0,.8) !important;
}

.btn-facebook {
    border-color: #1877f2 !important;
    background-color: #1877f2 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(24,119,242,.8) !important;
}

.btn-instagram {
    border-color: #405de6 !important;
    background-color: #405de6 !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(64,93,230,.8) !important;
}

.btn-whatsapp {
    border-color: #128c7e !important;
    background-color: #128c7e !important;
    color: #fff !important;
    box-shadow: 0 .375rem 1.125rem -0.375rem rgba(18,140,126,.8) !important;
}

.color-preto {
    color: #000 !important;
}

/*********** SERVICOS *************/
.servicos  img.card-img-top {
    height: 300px;
    object-fit: cover;
}

a.btn.btn-outline-light:hover {
    color: #fff;
    background: #380e12 !important;
}