
//_Version: 1.0.8


//reset

*, 
*:after,
*:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
	text-decoration: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
		font-size: 100%;
	list-style-type: none;
	background-color:#000;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}








//style
body
{
	font-family: 'Montserrat', sans-serif;
}

p
{
	font-size: 18px;
	line-height: 27px;
}

h1
{
	font-size: 40px;
	letter-spacing: 5px;
}

h2
{
	letter-spacing: 8px;
	font-size: 20px;
	line-height: 40px;
	color:  #333333;
}

h3
{
	font-size: 18px;
}

.center
{
	text-align: center;
}

.margin-y
{
	margin: 15px 0;
}

.overflow-hidden
{
	overflow: hidden;
}

/* FADE IN */
@keyframes fadeIn 
{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeOut
{
	0% { opacity: 1; }
	100% { opacity: 0; } 
}
.visible 
{
	transform: translate(0, 0);
	animation: fadeIn 2s; 
}

/*///////////////////// header /////////////////////*/
.header
{
	background-image: url('_image/BG-Landing-Page.jpg');
	padding-top: 20px;
} 

.icon
{
	cursor: pointer;
	z-index: 2;
}
.close
{
	position: fixed;
	max-width: 1200px;
	width: 100%;
	text-align: right;
}
.close svg:hover
{
	fill: #ba2527;
}

.header-content
{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	max-width: 1200px;
}

.search
{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	width: 100%;
	justify-content: space-between;
}

.search-type
{
	border: 2px solid silver; 
	border-radius: 4px; 
	font-size: 16px; 
	background-color: white;
	height: 29px;
}

.search-bar
{
	border: 2px solid silver;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	background-image: url('_image/searchicon.png');
	background-position: 5px 2px;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 40px;
	height: 29px;
}

.modal
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0, 0, 0, 0.9); 
}

.modal-sites-links p,.modal-sites-links p a
{
	font-size: 20px !important;
	margin-bottom: 20px !important;
}

.header-img-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 50px;
}

@media (any-pointer: coarse)
{
	.search
	{
		flex-direction: column;
	}
	.search-type
	{
		width: 5.5rem;
	}
	.search-bar
	{
		width: 20rem;
		padding: 0 0 0 35px;
	}
	.header-img
	{
		width: 20rem;
	}
}

/*///////////////////// body /////////////////////*/ 
.body
{
	display: flex;
	align-items: center;
	justify-content: center;
	background:linear-gradient(	#000 45%,#fff 45%);
}

.body-content
{
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 50px;
	padding: 100px 0 ;
	margin: auto;
	max-width: 1200px;
	animation: fadeIn 2s; 
}

.flex-frames
{
	display: flex;
	width: 105%;
	justify-content: space-between;
	margin-bottom: 20px;
}

.frame
{
	box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
	border-radius: 11px;
	overflow: hidden;
	transition: all 0.4s;
}

.frame-img-primary:hover,
.frame-img-secondary:hover
{
	transform: scale(1.2);
}

.frame-img-primary
{
	display:block; 
	width: 36rem;
	overflow: hidden;
	transition: all 0.8s;
}

.frame-img-secondary
{
	display:block;
	width: 24rem;
	overflow: hidden;
	transition: all 0.6s;
}

.frame-content
{
	display: flex;
	flex-direction: column;
	align-items: center;
	color:#747474;
	background-color: #fff;
	padding: 1rem 1.5rem 1rem 1.5rem;  
}

.body-button
{
	color:#747474;
	display: inline-block;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.4rem 0.6rem;

	border: 1px solid #747474;
	cursor: pointer;

	transition: all 0.3s;
}

.body-button:hover
{
	color: red;
	border: 1px solid red;
}

@media (any-pointer: coarse)
{
	.body-content
	{
		width: 100%;
		padding-bottom: 0;
	}
	.flex-frames
	{
		flex-direction: column;
		width: 100%;
	}
	.flex-frames:last-child
	{
		margin-bottom: 0;
	}
	.frame
	{
		border-radius:0;
	}
	.frame-img-primary,.frame-img-secondary
	{
		width: 100%;
	}
}

/*///////////////////// FORM /////////////////////*/ 
.form-container
{
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('_image/Contact-Form-BG.jpg');
	background-repeat:no-repeat;
	background-color: #000;
	padding: 150px 0 100px 0;
}

.form-title
{
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px;
}

.form-label
{
	color: #747474;
}

.form-data
{
	padding: 0px 15px;
	border: 1px solid #232323;
	width: 35rem;
	height: 1.5rem;
	appearance: none;
	background-color: #232324;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
}

.form-button
{
	color:#fff;
	display: inline-block;
	font-size: 13px;
	padding: 15px 20px;
	background-color: #ba2527;

	border: 1px solid #ba2527;
	cursor: pointer;
	font-family: inherit;

	transition: all 0.3s;
	margin-bottom: 80px;
}

.form-button:hover
{
	border-radius: 3px;
	border: 1px solid #860000;
	background-color: #860000;
}

.google-terms
{
	color: #ba2527;
	text-decoration: none;
}
@media (any-pointer: coarse)
{
	.form-data
	{
		width: 20rem;
	}
	.form
	{
		text-align: center;
	}
}

/*///////////////////// FOOTER /////////////////////*/
.footer
{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-color:#000;
	column-gap: 60px;
	padding-bottom: 20px;
}

.footer-title
{
	color: #ba2527;
	font-size: 20px;
	margin-bottom:40px;
}

.sites-links a
{
	color: #bfbfbf;
	text-decoration: none;
	font-size: 13px;
}

.sites-links p
{
	font-size: 13px;
	color: #747474;
}

.sites-links a:hover
{
	color: #ba2527;
	text-decoration: none;
}

.social-media
{
	display: flex;
	column-gap: 15px;
}
@media (any-pointer: coarse)
{
	.footer
	{
		padding-left: 20px;
		flex-direction: column;
		row-gap: 30px;
	}
	.footer-title
	{
		margin-bottom:20px;
	}
}

/*/////////////////////////////*/
	/* Transition List to X */
/*/////////////////////////////*/


.line span{
	height: 2px;
	background: #fff;
	border-radius: 8px;
	transition: all 0.4s;
	z-index: 5;
	width: 24px;
}

.line.active:hover span
{
	background-color: #ba2527;
}

.line.active span:nth-child(1)
{
	width: 24px;
	transform: rotate(-45deg) translate(-7px, 4px);
}

.line.active span:nth-child(2)
{
	opacity: 0;
	width: 0px;
}
.line.active span:nth-child(3)
{
	width: 24px;
	transform: rotate(45deg) translate(-6px, -2px);
}

@keyframes movefirstline 
{
	100% {
		transform: rotate(42deg);
		transform-origin: 0px 0px;
	}
}
@keyframes movesecondline 
{
	100% {
		transform: rotate(-42deg);
		transform-origin: 0px 2px;
	}
}


.HolidayMessage
{
	display:block;
	background-color:#ffffff;
	padding:20px;
	position:absolute;
	z-index:999;
	text-align:left;
	top:83px;
	left:0px;
	right:0;
	margin-inline:auto;
	width:fit-content;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
}




.FilteredListFilter
{
	width: 80px;
}





.frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frame-content.frame-split {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    gap: 40px;

    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.frame-content.frame-split .split-col {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.frame-content.frame-split .split-divider {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.25);
}

.small-title {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 680px) {
    .frame-content.frame-split {
        flex-direction: column !important;
        height: auto; /* deixa natural no mobile */
    }

    .frame-content.frame-split .split-divider {
        width: 100%;
        height: 1px;
    }
}







