/*
Theme Name: TM NEGOCIOS AUTOMOTIVOS
Theme URI: https://www.agenciahelp360.com.br/
Description: Tema exclusivo AGENCIA HELP360
Author: Giordano Magalhaes
Author URI: https://www.agenciahelp360.com.br/

font-family: 'Maven Pro', sans-serif;
*/
	
html, body {
	height: 100%;
}
body {
	font-size: 20px;
	background-color: rgba(0,0,0,1.00);
}

.wrap {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
img {
	max-width: 100%;
}

.section-title {
	margin-bottom: 40px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
}

header {
	display: none;
	position: fixed; top: 0; left: 0; z-index: 99;
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	padding: 12px;
}
header .wrap {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.header-atend {
	font-size: 16px;
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
}

#ini {
	background-image: url("/wp-content/themes/tm/img/header-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px 0;
	text-align: center;
}
.ini-logo {
	padding: 50px 0;
}
.ini-atend {
	margin-top: 70px;
	font-family: 'Maven Pro', sans-serif;
	text-align: center;
}
.ini-atend-l1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: rgba(255,255,255,0.90);
	text-align: center;
}
.ini-atend-l2 {
	margin-top: 40px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	color: rgba(255,255,255,0.70);
	text-align: center;
}

#insta {
	background-color: rgba(255,255,255,1.00);
	padding: 40px 0;
}
#insta .section-title {
	text-align: center;
}
.insta-lst {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.insta-lst-item {
	width: 100%;
    max-width: 400px;
	margin: 0 auto 30px;
    background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.insta-lst img {
	width: 100%
}
.insta-info {
	padding: 20px;
	color: rgba(37,37,37,1.00);
}
.insta-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 0 15px;
	font-size: 30px;
    font-weight: 700;
}
.insta-ano {
    font-size: 16px;
}
.insta-content {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 300;
}
.insta-content ul {
    column-count: 2;
    column-fill: balance;
    break-inside: avoid;
}
.insta-content li {
    break-inside: avoid;
    margin: 0 0 10px
}

#agende {
	background-color: rgba(240,240,240,1.00);
	padding: 50px 0;
}

#compre {
	padding: 50px 0;
	background-color: rgba(240,240,240,1.00);
}
.compre-title {
	margin-bottom: 40px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
.compre-title-l2 {
	font-size: 40px;
	color: rgba(232,0,0,1.00);
}
.compre-lst {
	list-style: none; margin: 0; padding: 0;
	text-align: center;
}
.compre-lst li {
	margin: 0 0 30px 0;
	font-size: 20px;
}
.compreLst-step {
	font-size: 70px;
	font-weight: 900;
}
.compreLst-title {
	font-weight: 700;
}
.compreLst-details {
	color: rgba(117,117,117,1.00);
}

#endereco {
	padding: 50px 0;
	background-color: rgba(255,255,255,1.00);
}
a.endereco-item {
	display: block;
	padding: 20px;
	margin: auto;
	background-color: rgba(232,0,2,1.00);
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	text-align: center;
	transition: all 200ms linear;
}
a.endereco-item:nth-child(2) {
	background-color: rgba(200,0,1,1.00);
}
a.endereco-item:nth-child(3) {
	background-color: rgba(170,0,0,1.00);
}
a.endereco-item:nth-child(4) {
	background-color: rgba(126,0,0,1.00);
}
a.endereco-item:hover {
	background-color: rgba(77,77,77,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

#atendimento {
	position: fixed; bottom: 20px; right: -334px;
	display: flex;
	align-items: center;
	padding: 15px 15px 15px 20px;
	background-color: rgba(6,183,27,1.00);
	border-radius: 50px 0 0 50px;
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	transition: all 200ms linear;
}
#atendimento:hover {
	right: 0;
}
.atendimento-icon {
	margin-right: 25px;
	font-size: 24px;
}
#atendimento a {
	color: rgba(255,255,255,1.00);
}
#atendimento a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

@media screen and (max-width: 500px) {
	.wrap {
		padding: 0 20px;
	}
	.section-title {
		font-size: 24px;
	}
	↑
	#atendimento {
		position: fixed; bottom: 20px; right: -317px;
		display: flex;
		align-items: center;
		padding: 15px 15px 15px 20px;
		background-color: rgba(6,183,27,1.00);
		border-radius: 50px 0 0 50px;
		font-weight: 700;
		color: rgba(255,255,255,1.00);
		transition: all 200ms linear;
	}
}