a,
a:focus,
a:hover {
    color: #fff;
}
.btn-default {
    color: #fff;
    text-shadow: none;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0.5rem 2rem;
}
.btn-default:hover,
.btn-default:focus {
    background-color: rgba(255, 255, 255, 0.3);
}
html,
body {
    height: 100%;
}
body {
	color: #212529;
	font-family: inherit;
	overflow-x: hidden;
    /*font-family: quicksand, sans-serif;*/
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
}
header .logo-country {
	display: none;
}

.site-wrapper {
	position: relative;
    /*background: url(/img/welcome_bg2.png?v1) no-repeat center center;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.site-wrapper:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 16, 41, .6);
}
.background-video {
	width: 100%;
    height: 100vh;
    object-fit: none;
}
/*.site-wrapper:before {
	position: absolute;
	content: "";
    background: rgba(48, 53, 70, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}*/

.inner {
    padding: 30px
}

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px
}

.nav-masthead {
    text-align: center;
    display: block
}

.nav-masthead .nav-link {
    display: inline-block
}

.site-wrapper-inner {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.liCensing a {
	color: rgba(18,62,89);
}

@media(min-width:768px){
	.nav-masthead{float:right}
}

.cover{padding:0 20px}.cover .btn-notify{padding:10px 60px;font-weight:500;text-transform:uppercase;border-radius:40px}.cover-heading{font-weight:500;text-transform:uppercase;letter-spacing:10px;font-size:2rem;margin-bottom:5rem}@media(min-width:768px){.cover-heading{font-size:3.4rem;letter-spacing:10px}}.cover-copy{max-width:500px;margin:0 auto 3rem}.mastfoot{color:#999;color:rgba(255,255,255,.5)}#subscribeModal .modal-content{background-color:#303546;color:#fff;text-align:left}#subscribeModal .modal-header,#subscribeModal .modal-footer{border:0}#subscribeModal .close{color:#fff}#subscribeModal .form-control{margin-top:1rem;background:rgba(0,0,0,.4);color:#fff}#subscribeModal .form-control:focus{border-color:#49506a}

@media(min-width:768px) {
    .site-wrapper-inner {
        vertical-align: middle
    }
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%
    }
}

@media(min-width:992px) {
    .masthead,
    .mastfoot,
    .cover-container {
        width: 1060px
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
    font-family: 'Carter One', cursive;
}

.hero-title {
	color: #fff;
    text-shadow: 0px 0px 7px #000000e0;
    text-transform: uppercase;
}
.hero-pretitle {
	color: #F9DFAC;
    text-shadow: 0px 0px 7px #000000e0;
    text-transform: uppercase;
}

.logo-country img.rounded {
	height: 38px;
	width: 38px;
	border-radius: 50% !important;
	object-fit: cover;
}
.country-svg {
	height: 38px;
	width: 38px;
}
.logo-country-container {
	background-color: #ffffff2e;
    border-radius: 50px;
    padding: 10px 0;
    display: inline-block;
}

#page-banner {
	padding-top: 120px;
	/*height: 100vh;*/
}
#page-banner h1 {
	font-size: 2rem;
}
#page-banner h2 {
	font-size: 1.5rem;
}

.cta-button {
    color: #052B46;
    background-color: #F9DFAC;
    border: 3px solid #D5AF62;
    border-bottom: 8px solid #D5AF62;
    border-radius: 99px;
    padding-top: 10px;
    font-family: 'Carter One', cursive;
    font-weight: 700;
}

.row-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row-small [class*="col-"],
.row-small [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.text-brand-02 {
	color: rgba(18,62,89);
}

.bg-ui-02 {
	background-color: rgba(242,245,247);
}

.whyus-icon {
	position: absolute;
	left: 50%;
	top: -48px;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    
    border: 2px solid rgba(249,223,172);
    background-color: #FFF;
    text-align: center;
    border-radius: 50%;
    width: 96px;
    height: 96px;
}
.whyus-icon img {
	height: 52px;
}
.whyus-container {
    border: 1px solid rgba(249,223,172);
    text-align: center;
}

.text-lg {
    font-size: 16px;
}
.font-bold {
    font-weight: 700;
}
.text-md {
	font-size: 13px;
}
.text-2xl {
	font-size: 3rem;
    line-height: 1;
}

.licenseInfo p {
    font-size: 16px;
    color: #8697a2;
    font-weight: 300;
}

.trustedMil {
    background-color: #f3f5f6;
    padding-top: 150px;
}

.userMil {
    background-image: url(/img/box.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 52vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.paulaPose {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.trustedMil-container {
	position: relative;
	z-index: 1;
}

.socialIcon img {
	max-height: 45px;
}
.secuRity img {
	filter: grayscale(1);
    opacity: .5;
    width: 150px;
}
.resPonsible img {
    height: 35px;
}

.footer-copyright {
	font-size: 13px;
}

@media (min-width: 576px) {
	.container, .container-sm {
	    max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container, .container-md, .container-sm {
	    max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
	    max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1320px;
	}
}
@media (min-width: 1600px) {
	.background-video {
		width: 100%;
	    height: 100vh;
	    object-fit: cover;
	}
	#page-banner {
		padding-top: 180px;
	}
}
@media only screen and (max-width: 520px) {
	.cover-heading {
		font-size: 1.5rem;
	}
}

@media(max-width:1999px){
	.paulaPose {
		bottom: inherit;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	.paulaPose img {
		height: 300px;
	}
}

@media(max-width: 1200px){
	.background-video {
		width: 100%;
	    height: 100vh;
	    object-fit: cover;
	}
}

@media(max-width:992px){
	#page-banner {
		height: auto;
		padding-top: 100px;
	}

	#page-banner h1 {
		font-size: 1.5rem;
	}
	#page-banner h2 {
		font-size: 1.2rem;
	}
	#page-banner h4 {
		font-size: 1.2rem;
	}

	.userMil {
		height: auto;
	}
	.paulaPose img {
		height: 200px;
	}
	.secuRity img {
		width: 90px;
	}

	.background-video {
		width: 100%;
	    height: 500px;
	    object-fit: cover;
	}
}

@media(max-width:767px){
	.site-wrapper {
		background-position: top left;
	}
	#page-banner {
		height: auto;
		padding-top: 0;
	}

	.hero-title {
		color: #052B46;
		text-shadow: unset;
		font-size: 18px;
	}
	h2.hero-title {
		font-size: 16px;
	}
	.hero-pretitle {
		color: #D5AF62;
		text-shadow: unset;
		font-size: 16px;
	}

	.logo-country {
    	border-radius: 50px;
    	width: 100%;
		position: relative;
		bottom: inherit;
		background-color: rgba(0,0,0,.2);
	}
	.country-svg {
		height: 38px;
    	width: 38px;
	}

	header {
		width: 100%;
		position: relative;
		top: inherit;
	}

	.text-2xl {
		font-size: 22px;
	}

	.paulaPose {
		position: relative;
		right: inherit;
		bottom: inherit;
	}
	.paulaPose img {
		max-width: 100%;
		height: auto;
		margin-top: -55px;
	}
	.userMil {
	    background-image: url(/img/bgMb.png);
	    height: auto;
	}

	.secuRity img {
		width: auto;
	}

	.site-wrapper-inner header img {
		max-height: 65px;
	}

	.site-wrapper:before {
		display: none;
	}
	.background-video {
		height: 450px;
	}
}

@media(max-width: 520px){
	.background-video {
    	height: 295px;
	}
}

@media(max-width: 480px){
	.background-video {
    	height: 270px;
	}
}

@media(max-width: 375px){
	.background-video {
    	height: 205px;
	}
}

@media(max-width: 360px){
	.background-video {
    	height: 180px;
	}
}