body {
    color: #646469;
    font-size: 18px;
    text-align: justify;
    background-color: #FFF;
}


/*********************** Cookies ***********************/

.cookies .alert-message {
    font-size: 12px !important;
}

.cookies .alert-heading {
    font-size: 20px !important;
}

.cookies .btn-close {
    top: -8px !important;
}


/*********************** Banner ***********************/

.banner {
    padding: 0px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.banner img {
    min-width: 100%;
    border-width: 0px;
    min-height: 100%;
}

.banner video {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: grayscale(100%); 
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: static;
    z-index: -1;
    margin: 0;
}

.banner-legend {
    position: absolute;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	z-index: 1002;
    color: #982E2E;
}

@keyframes movetoright {
    from {
        right: 100%;
        visibility: visible;
        }
    to {
        right: 5%;
        visibility: visible;
        }
}

.move-left {
	animation: movetoright 0.5s 1;
	animation-delay: 1s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	visibility: hidden;
	display: inline-block;
}

.center {
    text-align: center;
    width: 100%;
    min-width: 100%;
}

.bottom {
    bottom: 0;
}


/*********************** Navegator ***********************/

nav {
    min-height: 75px;
}

/*nav img {
    max-width: 100px;
}*/

a.nav-link, a.nav-link-small {
    color: #46377C !important;
}

a.nav-link {
    min-width: 150px;
}

a.nav-link-small {
    min-width: 50px;
    display: inline-block;
    padding: .5rem .5rem;
    border: 2px solid #46377C;
    margin: 2px;
    border-radius: 50%;
}

li.nav-item a.nav-link-small:first-child {
    margin-left: 10px;
}

a.nav-link:hover, a.nav-link.active, a.nav-link-small:hover {
    color: #982E2E !important;
}

a.nav-link-small:hover {
    border: 2px solid #982E2E;
}

nav.navbar li.nav-item:not(:first-child) {
    border-left: 1px solid #46377C;
}


/*********************** Links ***********************/

.cookies a,
.cookies a:focus,
.cookies a:active,
.page-content a,
.page-content a:focus,
.page-content a:active {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    color: #46377C;
}

.copyright a,
.copyright a:focus,
.copyright a:active {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    color: #FFF;
}

.cookies a:hover,
.page-content a:hover,
.copyright a:hover {
    color: #982E2E;
    cursor: pointer;
}

.icon {
    padding: .5rem;
    margin-right: .5rem;
}


/*********************** Copyright ***********************/

.copyright {
    font-size: 12px !important;
    color: #FFF;
}


/*********************** Content ***********************/

.page-content h1 {
    color: #D0A429;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #D0A429;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}

.page-content ul,
.page-content ol {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.page-gallery img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

textarea {
    resize: none;
}

.alert h3 {
    color: inherit !important;
}

/*************************** Content - Bullets ***************************/

.page-content ul, .page-content ol {
    /*list-style: none;*/
    padding: 0;
    margin-top: 20px;
    margin-left: 2rem;
    margin-bottom: 20px;
}

.page-content ul li, .page-content ol li {
    margin-top: 10px;
    text-indent: 0rem;
}


/*************************** Content - Frames ***************************/

.page-content .frame {
    display: table;
    border: 1px solid #BF8F00;
    margin: 2.5rem auto;
    border-radius: 35px;
    padding: 1.5rem;
    background-color: #F0E5C4;
    color: #664d03;
}


/*************************** Content - Video ***************************/

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.watch {
	font-size: 7rem !important;
	color: #FFF;
	text-align: center;
	position: relative;
}

.watch:hover {
	color: #982E2E;
	cursor: pointer;
}
