body {
	max-width: 100vw;
	overflow-x: hidden;
	background-image: url("../images/branches_background_mobile.jpg");
	background-position-y: 0;
	background-size: cover;
}

h3 {
	font-weight: bold;
	font-size: 1.4em;
}

/* external css: flickity.css */

.gallery-cell {
	width: 50%;
	height: 400px;
	margin-right: 0;
	left: 58%;
}

.btn-buy {
	width: 100%;
	margin-left: 10%;
	padding: 0 0 25px 0;
}

.btn-buy a {
	color: #fff;
}

.btn-select {
	width: 80%;
	height: 50px;
	display: block;
	padding: 14px 12px 12px 12px;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 4px;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 25px;
}

.btn-select {
	background: #96c03d;
}

.btn-select::after {
	content: "";
	float: right;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: background-position .3s;
}

.btn-select:hover::after {
	background-position-x: 90%
}

.btn-select a:visited {
	color: #fff !important;
}

.send-button {
	text-align: center;
}

.send-button a {
	color: #fff;
}

.send-button a:visited {
	color: #fff;
}

.btn-matricula {
	height: initial;
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 40px 20px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #173c81 !important;
}

.btn-matricula:hover {
	background-color: #2291b3;
	color: #173c81 !important;
	box-shadow: 1px 2px 4px #a0a0a0;
	background-position: 100% 31%
}

.btn-matricula:active {
	box-shadow: 1px 1px 2px #a0a0a0;
	top: 1px;
	left: 1px;
}

.btn-matricula:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-matricula-3 {
	background: #c1cf00;
	color: #173c81;
}

.btn-matricula-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 1em;
	line-height: 60px;
	width: 60px;
}

.btn-matricula-3e {
	padding: 16px 70px;
	overflow: hidden;
}

.btn-matricula-3e:before {
	left: auto;
	right: 2px;
	z-index: 2;
}

.btn-matricula-3e:after {
	width: 30%;
	height: 200%;
	background: rgba(255, 255, 255, 0.247);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-matricula-3e:hover:after {
	width: 40%;
}

.icon-arrow-right:before {
	content: "\ea3c";
	font-family: 'icomoon';
}

.gallery img {
	width: 98%;
	position: relative;
	filter: brightness(50%);
	margin: auto 1%;
}

.gallery .is-selected img {
	filter: brightness(100%);
}

/*  */

.location {
	max-width: 1140px;
}

.location h3 {
	margin-bottom: 15px;
	padding-top: 40px;
}

.location p {
	letter-spacing: 1px;
	font-size: 0.9rem;
	line-height: 0.9rem;
}

.gmaps {
	position: relative;
	height: 500px;
	width: calc(100% + 30px);
	left: -15px;
	overflow: hidden;
}

.address {
	position: absolute;
	background-color: #0c1333;
	background-color: #000000de;
	background: linear-gradient(180deg, #101221fd 0%, #101221ec 75%, #0c0924be 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 40px;
	z-index: 2;
	transition: all 0.5s;
	transform-origin: center top;
}

.hide {
	transform: rotateX(92deg);
	background-color: #9ed61a;
}

.hide-btn {
	display: none;
}
.btn-salesite{
	padding: 5% 25%;
}

.btn-salesite button{
	background:#c1ce29;
	text-transform: uppercase;
	font-weight: bold;
	color: #161b38;
	border-radius: 30px;
	border: none;
	padding: 15px;
	font-size: 14pt;
	width: 100%;

}
#btn-sale {
	width:100%;
	float: left;
	/* height: 100px !important; */
	margin: -10px 0 30px -30px;
}
.address ul li {
	list-style: none;
	display: table;
	text-align: left;
	/* margin: auto; */
	letter-spacing: 1px;
	line-height: 6vw;
	font-size: 3.9vw;
	margin-bottom: 0.5rem;
}

.address ul li, .address div {
	opacity: 1;
	transition: all 0.3s;
}

.hide ul li, .hide div {
	opacity: 0;
}

.address ul li div {
	display: table-cell;
	text-transform: capitalize;
}

#btn_map {
	width: 100px;
	height: 80px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 40px;
	transition: all 0.5s;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: translate(-50%, 10px);
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -10px);
	}
}

#btn_map:hover, #btn_map:hover .btn {
	cursor: pointer;
	color: #a5a5a5;
}

.double-arrow {
	position: absolute;
	width: 40px;
	height: 20px;
	z-index: 3;
	left: 50%;
	transform: translate(-50%);
	animation: animate 1.5s infinite;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#arrow1 {
	bottom: 40px;
	animation-delay: -0.4s;
}

#arrow2 {
	animation-delay: -0.2s;
	bottom: 30px;
}

.arrow {
	height: 100%;
	width: calc(100% * 0.57735);
	display: inline-block;
	background: transparent;
}

.arrow:before {
	position: absolute;
	top: 0;
	right: -1px;
	background-color: inherit;
	height: 0;
	width: inherit;
	content: '';
	transform: rotateZ(30deg);
	border-bottom: 3px solid #71a320;
}

.arrow:after {
	position: absolute;
	top: 0;
	left: -1px;
	background-color: inherit;
	height: 0;
	width: inherit;
	content: '';
	transform: rotateZ(-30deg);
	border-top: 3px solid #71a320;
}

.gmaps .btn {
	position: absolute;
	bottom: 2%;
	font-size: 0.8rem;
	left: 50%;
	z-index: 2;
	color: #dddddd;
	transform: translate(-50%);
}

#btn_map.up {
	width: 40px;
	height: 40px;
	bottom: 96%;
	animation: animate-to-top 0.5s;
	background: #9ed61a;
}

@keyframes animate-to-top {
	0% {
		bottom: 0;
	}
	100% {
		bottom: 95%;
	}
}

#btn_map.up .double-arrow {
	transform: translate(-50%) rotate(180deg);
	animation: none;
	width: 15px;
}

#btn_map.up .arrow:before {
	border-bottom: 2px solid #dfdfdf;
}

#btn_map.up .arrow:after {
	border-top: 2px solid #dfdfdf;
}

#btn_map.up #arrow1 {
	bottom: 20px;
}

#btn_map.up #arrow2 {
	bottom: 13px;
}

.overflow-visible {
	overflow: visible;
}

/* *** */

.info {
	padding-top: 50px;
	background: none;
}

.row_diferenciais {
	margin: auto;
}

.diferenciais {
	padding: 50px 15px;
	padding-top: 30px;
	align-self: center;
}

.horarios div {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
	padding: 0 5vw;
}

.horarios .btn {
	position: relative;
	display: block;
	z-index: 1;
	width: 65vw;
	max-width: 210px;
	height: 3.2rem;
	line-height: 2.6rem;
	margin: 50px auto;
	box-sizing: border-box;
	background: #4234AA;
	font-family: 'Oswald';
	font-size: 1rem;
	color: #fff;
	border: none;
	border-radius: 1px;
	border-top-right-radius: 22px;
	padding-left: 20px;
	box-shadow: 2px 2px 5px -1px #1d135f;
	/* box-shadow: 2px 2px 5px #0000002d; */
	/* transition: all 1s ease-in-out; */
	/* border-right: 1px dotted rgba(0, 0, 0, 0.5); */
	transform: translate(12px);
}

.horarios .btn-span {
	position: absolute;
	height: 104%;
	width: 60px;
	left: -30px;
	top: -2%;
	line-height: 3rem;
	border: none;
	border-radius: 1px 22px;
	background: #fff;
	font-family: 'Oswald';
	font-size: 24px;
	color: #4234AA;
	margin: 0 auto;
	box-shadow: 2px 2px 8px #22222254;
	z-index: 2;
}

.clock {
	display: none;
}

.modal table {
	width: 100%;
	margin: auto;
	margin-top: 20px;
	min-width: 240px;
	margin: auto;
	/* table-layout: fixed; */
}

.modal-title {
	color: #000;
	font-size: 1.1rem;
}

.modal-body {
	font-size: 0.85rem;
	padding: 4vw;
}

.modal table th {
	border-bottom: 2px solid black;
}

.modal table td {
	white-space: nowrap;
	width: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal table th, .modal table td {
	padding: 5px 2px;
	text-align: center;
	font-family: 'Gotham XNarrow';
}

.modal table td:nth-child(2n) {
	background-color: rgb(241, 241, 241);
}

.modal table td:first-child {
	text-align: left;
	font-weight: bold;
}

.modal table td:first-child, .modal table th:first-child {
	max-width: 40px;
}

.horarios h3, .diferenciais h3 {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 1.2em;
	display: inline;
}

.horarios th {
	padding-bottom: 20px;
}

.card {
	background-color: transparent;
	border: none;
	padding: 0;
}

.card img {
	width: 15vw;
}

.diferenciais .card-title {
	font-size: 0.6em;
	margin-bottom: 0;
}

.card-body {
	padding: 0.25rem;
	margin: auto;
	text-align: center;
}

.row_diferenciais {
	margin: auto;
	margin-top: 10px;
	max-width: 400px;
	padding: 0 15px;
}

.row_diferenciais img {
	margin: auto;
}

.location .carousel-branch {
	padding: 20px 0;
	margin-top: 40px;
}

.carousel-branch h3 {
	text-align: center;
}

.google-map img, .address {
	width: 100vw;
	height: 100%;
}

.horarios td {
	font-family: 'Asap', 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 0.9rem;
	line-height: 1.2rem;
	padding-bottom: 0.5rem;
	color: #ffffff;
	min-width: 0;
	max-width: 0;
}

/**/

.desktop {
	display: none;
}

.info.mobile {
	display: flex;
}

.gMaps-desktop {
	display: none;
}

.gMaps-mobile {
	display: block;
}

/*  */

ul {
	list-style: none outside none;
	margin-bottom: 0;
}

.carousel-branch img {
	display: block;
	height: auto;
	width: 100%;
}

.icon-location:before {
	content: "\e947";
}

.icon-phone:before {
	content: "\e942";
	margin-right: 10px;
}

.icon-phone:before, .icon-location:before, .icon-cep::before {
	margin-right: 10px;
}

.icon-clock:before {
	content: "\e94e";
}

.icon-star:before {
	content: "\e9d7";
	font-weight: 600;
}

.icon-clock:before, .icon-star:before {
	font-size: 1.1em;
	color: rgb(207, 207, 207);
	color: rgb(207, 207, 207);
	margin-right: 5px;
}

.icon-calendar::before {
	content: "\e953";
	font-family: "icomoon";
	font-weight: 400;
	color: #4234AA;
}

.icon-cep::before {
	content: "\e945";
	color: transparent;
}

ul li.cep {
	margin-bottom: 1rem;
}

.cep div:nth-child(2) {
	line-height: 1em;
}

/* .icon-cep {
	width: 24px;
	display: block;
} */

.social-media-unidade {
	margin-top: 30px;
	margin-left: 35px;
}

.social-media-unidade div {
	color: darkblue;
	margin-top: 10px;
}

.social-media-unidade .social-name {
	display: inline;
	font-size: 0.8em;
	letter-spacing: 0;
	color: #c4c4c4;
	padding-left: 5px;
}

.social-media-unidade .social-media-icon {
	margin: auto;
	max-width: 30px;
}

.social-media-unidade .social-media-icon:hover {
	filter: none;
}

.social-media-unidade a:hover, .social-media-unidade a:hover p {
	text-decoration: none;
	color: #e7e7e7;
}

.social-media-unidade a:hover .social-media-icon {
	padding: 0;
}

/*  */

/* ***************************** */

@media (min-width: 400px) {
	.info {
		padding: 10px;
		padding-top: 40px;
	}
	.diferenciais h3, .horarios h3 {
		font-size: 1.4em;
	}
	.card img {
		width: 55px;
	}
	.row_diferenciais {
		max-width: 480px;
	}
	.horarios table {
		max-width: 320px;
	}
	.horarios td {
		font-size: 1em;
	}
	.address ul {
		padding-right: 25px;
	}
	.address ul li {
		font-size: 1rem;
		line-height: 2rem;
	}
	.address ul li:first-child {
		margin-bottom: 0.5rem;
	}
	.address ul li br {
		display: none;
	}
	.social-media-unidade .social-name {
		font-size: 0.85rem;
	}
	.social-media-unidade .social-name {
		margin-top: 50px;
	}
}

@media(min-width:576px) {
	.info {
		margin: 40px -15px;
		margin-bottom: 0;
		padding: 35px 20px;
	}
	.diferenciais {
		padding-top: 0;
		padding-bottom: 10px;
	}
	.row_diferenciais {
		margin: 40px auto;
	}
	.horarios h3, .diferenciais h3 {
		font-size: 1.4em;
	}
	.horarios {
		padding-left: calc(5vw - 25px);
	}
	.horarios table {
		margin-left: 15px;
		margin-top: 40px;
		width: 82%;
		max-width: 280px;
	}
	.horarios td {
		font-size: 1rem;
		line-height: 1.8;
		max-width: initial;
	}
	.modal-body {
		font-size: 1rem;
	}
	.modal-title {
		font-size: 1.4em;
	}
	.card img {
		opacity: 1;
		width: 45px;
	}
	.diferenciais .card {
		overflow-wrap: anywhere;
	}
	.row_diferenciais {
		padding: 0;
	}
	.diferenciais .card-title {
		font-size: 0.7em;
	}
	.gMaps-desktop {
		display: none;
	}
	.gMaps-mobile {
		display: block;
	}
	br {
		display: block;
	}
	.address ul li {
		font-size: 1.1rem;
		line-height: 2.2rem;
	}
}

@media(min-width:768px) {
	body {
		/* background-image: url("../images/branche_background.jpg"); */
		background-repeat: no-repeat;
	}
	.info.mobile {
		display: none;
	}
	.desktop {
		display: flex;
	}
	.horarios table {
		width: 100%;
		max-width: 275px;
		margin: auto;
	}
	.horarios td {
		font-size: 1rem;
	}
	.horarios {
		padding-left: 0;
		padding-right: 40px;
		display: flex;
		align-items: center;
	}
	.horarios div {
		margin: initial;
	}
	.horarios .btn {
		margin-bottom: 25px;
	}
	.info {
		background-color: #885dff25;
		position: relative;
		margin: 60px -15px;
	}
	.modal table td:first-child, .modal table th:first-child {
		max-width: 60px;
	}
	.diferenciais {
		padding: 0 20px;
	}
	.diferenciais .card-title {
		margin-bottom: .75rem;
	}
	.row_diferenciais {
		margin-top: 5px;
		max-width: 310px;
		display: flex;
		align-items: center;
	}
	.horarios .btn-span {
		left: -20px;
	}
	.horarios .btn {
		padding-left: 45px;
	}
	.clock {
		display: block;
	}
	.gMaps-mobile {
		display: none;
	}
	.gMaps-desktop {
		display: block;
	}
	.gmaps {
		height: 100%;
		width: calc(100% + 15px);
		left: 0;
	}
	.location .google-map {
		padding-left: 15px;
	}
	.location .google-map, .location .carousel-branch {
		padding: 15px;
		margin-top: 30px;
	}
	.google-map img, .address {
		width: 100%;
		margin-left: 0;
	}
	.address {
		width: 100%;
		padding-top: 30px;
	}
	.address, .address ul li {
		text-align: left;
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.address ul li {
		font-size: calc(0.6rem + 0.8vw);
		line-height: 1.9rem;
	}
	.address ul {
		padding-left: 30px;
	}
	.social-media-unidade {
		margin-left: 20px;
		margin-top: 20px;
	}
	.social-media-unidade div {
		margin-top: 1.5vw;
	}
	.card img {
		width: 65px;
	}
	.divider {
		position: absolute;
		width: 6px;
		height: 100%;
		top: 0;
		margin: auto;
		background-image: url("../images/divider.png");
		background-size: cover;
		transform: translate(-30px);
	}
	.icon-location:before {
		margin-right: 10px;
	}
	.clock {
		width: 60%;
		margin: auto;
	}
}

@media(min-width:991px) {
	.address {
		padding-top: 40px;
	}
	.address ul {
		padding-left: 40px;
	}
	.address li {
		font-size: 0.8rem;
		line-height: 1.9rem;
	}
	.social-media-unidade {
		margin-top: 35px;
		margin-left: 35px;
	}
	.horarios table {
		float: right;
		min-width: 450px;
		max-width: 500px;
		margin-right: calc(2vw - 30px);
		margin-top: 10px;
	}
	.horarios td {
		font-family: 'Asap', 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
		color: #ffffff;
		padding-bottom: 0.4rem;
		padding-left: 25px;
	}
	.horarios td:last-child {
		padding-left: 5px;
	}
	.card-body {
		padding: 0.25rem;
		margin: auto;
		text-align: center;
	}
	.card img {
		width: 70px;
	}
	.row_diferenciais {
		margin-top: 5px;
		max-width: 415px;
		margin: 0;
	}
	.diferenciais .card-title {
		font-size: 0.78em;
	}
	.diferenciais .card-title {
		margin-bottom: 0.8rem;
	}
	.clock {
		width: 140px;
	}
	.diferenciais {
		padding-left: 50px;
	}
	.diferenciais h3 {
		text-align: left;
		padding-bottom: 15px;
	}
	.info {
		margin-top: 80px;
		padding: 40px 20px;
		background-color: #885dff25;
	}
	.info h3 {
		font-size: 1.5rem;
	}
	.location {
		max-width: initial;
	}
}

@media (min-width: 1200px) {
	.location {
		max-width: 1200px;
		margin: auto;
	}
	.address {
		padding-top: 60px;
	}
	.address ul {
		padding-left: 45px;
		padding-right: 45px;
	}
	.address ul li {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.5rem;
	}
	.social-media-unidade {
		/* margin-top: 60px; */
		margin-left: 40px;
	}
	.social-media-unidade div {
		margin-top: 15px;
	}
	.social-media-unidade .social-media-icon {
		max-width: 40px;
	}
	.social-media-unidade .social-name {
		font-size: 1rem;
		padding-left: 10px;
	}
	.row_diferenciais {
		max-width: 420px;
		margin-left: calc(6vw * 0.4);
	}
	.diferenciais {
		padding-left: 65px;
	}
	.clock {
		width: 165px;
	}
	.card {
		margin-bottom: 0.5rem;
	}
	.diferenciais .card-title {
		font-size: 0.8rem;
	}
	/* ======================================================== = = = =  == == */
	.modal-title {
		color: #000000;
	}
	.modal-body {
		padding: 40px;
	}
	.horarios {
		justify-content: flex-end;
		padding-right: 10px;
	}
	.horarios div {
		width: 480px;
	}
	.horarios .btn {
		bottom: 10%;
		width: 265px;
		max-width: initial;
		height: 3.4rem;
		line-height: 2.8rem;
		font-size: 1.1rem;
		letter-spacing: 1px;
	}
	.horarios .btn-span {
		line-height: 3.2rem;
	}
	.modal table td {
		padding: 5px 10px;
	}
	/* ======================================================== = = = =  == == */
	.horarios table {
		max-width: 510px;
		margin-right: calc(6vw * 0.4);
	}
	.horarios td {
		font-size: 1.05rem;
		max-width: 160px;
	}
	.divider {
		transform: translate(-60px);
	}
}

@media (min-width: 1400px) {
	.location {
		max-width: 1380px;
		margin: auto;
		margin-top: 65px;
	}
}

/************************************************************************/

/*							OLD TABLE TIME								*/

/************************************************************************/

/* table td:last-child {
	color: #bdbdbd;
	width: 110px;
	padding-left: 5px;
} 
.horarios table {
	width: 85%;
	margin: auto;
	margin-top: 20px;
	min-width: 240px;
}
table td:last-child {
	text-align: right;
}
*/