/*BASE*/

body{ 
	background-color:#f5f5f5;
	font-family: 'Glory', sans-serif;
    font-size: 16px;
	letter-spacing: 1px;
	color: C;
}

body a {
	color: #000000;
}

body a:hover {
	color: #096C01;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Glory', sans-serif;
	font-weight: bold;
}

.mt5{margin-top:5px}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mt130{margin-top:130px}.mt140{margin-top:140px}.mt150{margin-top:150px}
.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.mb110{margin-bottom:110px}.mb120{margin-bottom:120px}.mb130{margin-bottom:130px}.mb140{margin-bottom:140px}.mb150{margin-bottom:150px}


/*BUSCA*/
/*#################################*/

#start .back {
	background-image: url("../images/banners/20210603_163156.jpg");
	background-position: center;
	background-color: #cccccc;
	min-height: 500px;
	margin-top: 67px;
}

#start h1 {
	font-size:40px;
	color:#fff;
	font-weight:600;
	letter-spacing: 2px;
}

#start h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 200;
	text-shadow: 1px 1px 2px #000000;
}


#breadcrumb .back {
	background-image: url("../images/banners/20210603_163156.jpg");
	background-position: center;
	background-color: #cccccc;
	max-height: 200px;
	margin-top: 67px;
}

#breadcrumb h1 {
	font-size:40px;
	color:#fff;
	font-weight:600;
	letter-spacing: 2px;
	margin: 0 0 0 0;
	padding: 20 0 0 0;
}

#breadcrumb h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 200;
	text-shadow: 1px 1px 2px #000000;
	margin: 0 0 0 0;
	padding: 2px 0 40px 0;
}


form.example input[type=text] {
	padding: 10px;
	font-size: 17px;
	border: 1px solid grey;
	float: left;
	width: 80%;
	background: #f1f1f1;
	border-radius: 10px 0 0 10px;
}

form.example button {
	float: left;
	width: 20%;
	padding: 10px;
	color: white;
	font-size: 17px;
	border: 1px solid grey;
	border-left: none;
	cursor: pointer;
	border-radius: 0 10px 10px 0;	
}






.texto-categoria {
	height: 220px;
}

.bn-destaque {
	margin-bottom: 20px;
}

.tx-pub {
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



#produto .destaque {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 10px;
    margin-left: 14px;
    margin-right: 0;
    color: #00055f;
    font-size: 14px;
	letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    border: solid 1px #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;
}

#produto a {
    color: #E81216;
    text-decoration: none;
	background-color: rgba(255, 255, 255, 0.36);
}

#produto a:hover {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	color: #ffffff;
	background-color: #de7b01;
}

#produto a.is-checked {
	color: #ffffff;
	background-color: #0e6eb4;	
}

.img-rounded {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
}

#produto h1 {
	color: #0e6eb4;
	font-size: 15px;
	margin-top: 11px;
	margin-left: 2px;
	margin-bottom: 1px;
	letter-spacing: 0;
}

#produto h2 {
	color: #000000;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 1px;
	letter-spacing: 0;
	font-weight: 400;
}

.titulo-anuncio {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}





/*LOGIN*/
/*#################################*/

.icon-thera-login {
	margin-top: -15px;
	margin-right: 15px;
}

.social-login .facebook {
    background: #4267b2;
    height: 41px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #4267b2;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-login .google {
    background: #fafafa;
    height: 41px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #3a3a3a;
    border-radius: 4px;
    border: 1px solid #dddddd;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-login a, .social-login a:focus, .social-login a:active {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.social-login img {
    margin-left: 15px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-body {
    padding: 0 35px;
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: 10px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}

.modal-header {
    display: block;
    text-align: center;
    border: none;
    padding: 20px 0;
}

.close {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #fff !important;
    opacity: 1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: -4px 4px 10px 0px rgb(181 181 181 / 70%);
    -moz-box-shadow: -4px 4px 10px 0px rgba(181,181,181,0.7);
    box-shadow: -4px 4px 10px 0px rgb(181 181 181 / 70%);
    padding: 0 !important;
    line-height: 11px;
}

.close:hover {
    opacity: 1;
}


.form-control {
    height: 44px;
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    color: #6e6e6e;
}

.or-divider h6 {
    background: #fff;
    padding: 0 10px;
    color: #3a3a3a;
    position: relative;
    font-size: 20px;
    display: inline-block;
}

.or-divider {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.or-divider:before {
	content: ' ';
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #dddddd;
}
.or-divider h6 {
	background: #fff;
	padding: 0 10px;
	color: #3a3a3a;
	position: relative;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
}

.login_btn {
    width: 100%;
    height: 44px;
    background: #00a651;
    border: none;
    color: #fff;
	letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login_btn hover {
    background: #12be66;
}

.form-info .md-checkbox {
	float: left;
	margin: 0;
}

.form-info .md-checkbox label {
	color: #6e6e6e;
	font-size: 15px;
}

.form-info .forgot-password {
	text-align: right;
}

.form-info .forgot-password a {
	color: #00a651;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
}

.register.text-center {
	padding: 15px 0 15px 0;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	color:#6e6e6e;
}

.register.text-center a {
	color:#00a651;
	font-size:15px;
}



/*CATEGORIAS*/
/*#################################*/

.icon {
	margin-top: 44px;
}


#categories img {
	transition:all .3s ease;
	margin-bottom: 14px;
}

#categories img:hover {
	transform:scale(1.1, 1.1);
filter: sepia(100%);
}

#categories a {
	color: #000000;
	font-weight: bold;
}

#categories a:hover {
	color: #A36500;
	font-weight: bold;
}




/*MENU*/
/*#################################*/

.anuncie {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #00a651;
	background-color: #00a651;
    border-radius: 20px;
    line-height: 22px;
    transition: all 0.3s ease;
}


/*NAVBAR*/



.navbar {
    min-height: 90px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	background-color: #001f2f;
}
.navbar-nav>li>a {
    line-height: 10px;
	border-radius: 5px;
}
.navbar-brand{
	margin-top: -10px;
}
.navbar-right {
    margin-top: 25px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: rgb(231 231 231 / 70%);
}


.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: rgba(0,0,0,.3);
	border-radius: 50%;
    color: #ffffff;
	font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
}

footer {
	border-top: 2px solid #2b547d;
	margin-top: 80px;
}

footer .copyright {
    font-size: 12px;
	letter-spacing: 1px;
    color: #d4d4d4;
	margin-bottom: 24px;
}

footer .copyright a {
    font-size: 12px;
    color: #d4d4d4;
}

footer .copyright a:hover {
    font-size: 12px;
    color: #ffffff;
	text-decoration:none;
}

.primary-footer {
	color: #ffffff;
	padding-bottom: 50px;
	padding-top: 30px;
	background-color: #001f2f;

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}

.primary-footer h4 {
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
}


.secondary-footer {
	margin-bottom: -14px;
	padding-bottom: 1px;
	background-color: #0b141d;
}


.fa-copyright {
    font-size: 14px;
}

.copyright {
	padding-top: 20px;
    font-size: 12px;
	letter-spacing: 1px;
    color: #d4d4d4;
}

.copyright a {
    font-size: 12px;
    color: #d4d4d4;
}

.copyright a:hover {
    font-size: 12px;
    color: #ffffff;
	text-decoration:none;
}

.fa-user-o {
	color: #ffffff;
	font-size: 14px;
}



.fa-heart-o {
	animation: 1.9s ease 0s normal none infinite running animateHeart;
	font-size: 12px;
}

@keyframes animateHeart {
	0% { transform: scale(1); }
	5% { transform: scale(1.2); }
	10% { transform: scale(1.1); }
	15% { transform: scale(1.25); }
	50% { transform: scale(1); }
	100% { transform: scale(1);	}
}

.title-black{
	font-weight: bold;
	margin-top: -50px;
	border-bottom: 1px solid #4d4d4d;
    padding-bottom: 1px;
    position: relative;
}

.title-white {
	font-size: 48px;
	color: rgb(255 255 255 / 85%);
	font-weight: bold;
}

.btns-form {
    text-align: right;
    margin-right: -28px;
}

.fix-whatsapp {
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 999;
	width: 50px;
	height: 50px;
	visibility: hidden;
}

.whats-button {
	width: 50px;
	height: 50px;
}

.webicon-whatsapp {
	width: 64px;
	height: 64px;
	margin: 0 14px 0 18px;
}









@media screen and (max-width: 767px) {
	#breadcrumb h1 {
		font-size: 30px;
		line-height: 30px;
		color:#fff;
		font-weight:600;
		letter-spacing: 2px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	#breadcrumb h2 {
		color: #ffffff;
		font-size: 12px;
		line-height: 12px;
		font-weight: 200;
		text-shadow: 1px 1px 2px #000000;
		margin: 0 0 0 0;
		padding: 2px 0 20px 0;
	}
	
	
    .primary-footer  {
        text-align: center;
    }
	.fix-whatsapp {
		visibility: visible; 
	}
	.margin-links {
		margin-top: 0;
		text-align: left;
		line-height: 21px;
	}

	.margin-contacts {
			margin-top: 40px;
	}
	.margin-logo {
		margin-top: 73px;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		min-height: 90px;
	}
	.navbar-default .navbar-toggle {
		border-color: #ddd;
		margin-top: 28px;
	}
	.btn-reset {
		float: left;
		margin-top: 1px;
		margin-left: 10px;
	}
	.btn-send {
		float: left;
		margin-top: 6px;
		margin-left: 10px;
	}
	.g-recaptcha {
		margin-left: 30px;
	}
	.space {
		padding-top: 40px;
	}

	.list-c {
		font-size: 11px;
	}
	.contact {
		font-size: 28px;
	}
}
