/********************* SHARED STYLE *********************/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

body, div, p, span, ol, ul, li, section, aside, a {
    font-weight: 400;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.center-container {
  	position: relative;
	margin-bottom: 20px;
}

.gutter {
    padding: 0 25px;
    box-sizing: border-box;
    height: 100%;
}

.vertical-center {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: calc(100% - 50px);
}

.horizontal-text-center {
	text-align: center;
}

.hr {
    width: 80%;
    height: 1px;
    background-color: #ddd;
    margin: 50px auto;
}

.no-scroll {
    overflow: hidden;
}

.video_message {
	color: #fff;
	z-index: 2000;
}

.hero-video {
	object-fit: cover;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}

.hero-video-completo {
    position: absolute;
    top: 0;
    width: 82%;
    height: 100%;
    margin-left: auto;
    left: 9%;
    margin-right: auto;
}

.modal {
    display: none;
    top: 0;
    z-index: 2000;
    width: 100%;
    padding-bottom: 45.99%;
    height: auto;
    background-color: black;
}

.closeBtn {
     line-height: 12px;
     width: 18px;
     font-size: 8pt;
     font-family: tahoma;
     margin-top: 1px;
     margin-right: 2px;
     position:absolute;
     top:0;
     right:0;
 }
/********************* SHARED STYLE END *********************/