@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*
{
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

.banner
{
 position: relative;
 width: 100%;
 min-height: 40vh;
 background: #e7e7e7;
 display: flex;
 padding-top: initial;
 justify-content: center;
 /*align-items: center*/;

}
.banner .content
{
	max-width: 1550px;
}
.banner .content img
{ 
 max-width: 40%;
 padding-top: 100px;
 margin-bottom: 0px;

 /*padding-left: 180px;
 padding-right: 120px;*/
}

.banner .content h2
{
	color: #000;
	font-weight: 500;
	font-size: 2em;
}

.banner .content p
{
	font-size: 1.2em;
	color: #000;
	font-weight: 300;
	margin: 15px 0 25px;
	text-align: justify;
}

.banner .content .pc
{
	position: relative;
	text-transform: uppercase;
	background: none;
	color: #000;
	font-weight: 800;
	letter-spacing: 2px;
	text-decoration: 0;
	display: inline-block;
	padding: 6px 2px;
	border: groove;
	border-color: #801a1f;
	border-radius: 2vh;
}


.banner .content .mov
{
	position: relative;
	text-transform: uppercase;
	background: none;
	color: #000;
	font-weight: 800;
	letter-spacing: 2px;
	text-decoration: 0;
	display: inline-block;
	padding: 6px 2px;
	border: groove;
	border-color: #801a1f;
	border-radius: 2vh;
}

.container .row col-sm
{
	position: relative;
}

.trailer
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10000;
	background: rgba(0,0,0,0.95);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
}

.trailer.active
{
	visibility: visible;
	opacity: 1
} 

.trailer iframe
{
  	position: relative;
  	max-width: 900px;
  	outline: none; 
  	height: 100%;
  	width: 100%;

}
.close
{
	position: absolute;
	top: -10px;
	right: -70px;
	cursor: pointer;
	filter: invert(1);
	max-width: 42px;


}
.scButton_default
{
 color: #ffffff;
}

@media (max-width: 991px)
{
	.trailer iframe
	{
		max-width: 90%;

	}
}
.modal.fade.in
{

top : 100px;
}

.col-lg
{
 display: contents;
}