
.position-left.is-transition-push{
	box-shadow: none;
}

footer{position: relative;}
footer h3{
	text-align: center;
}

section{
	padding: 20px;
}

#content{padding: 0px !important }

.title-bar{background: white;}

h1,h2,h3,h4,h5,h6{
	font-family: 'Satisfy';
	color: #2c4669;
}

#main{padding-bottom: 0px;}



#menuopener{
	color: #2c4669;
font-size: 2rem;
margin-right: 15px;
}

#menuContainer a{
	color: #2284a1;
	border-color: #2284a1;
	margin-bottom: 20px;
}

#offCanvas{
	background: url('../img/bottom_left.png');
	background-position: bottom center;
	background-repeat: no-repeat;

}

#menuContainer{
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	width: 80%;
	margin: auto;
	text-align: center;
	
}
#menuContainer a{
	width: auto;
	display: inline-block;
	padding: 5px;
}
#menuContainer a:hover{
	background: unset;
	border-color:#036;
	color: #036;
}

@media screen and (min-width: 64em) {
	#offCanvas{
		width: 350px;
	}
	
	.position-left.reveal-for-large ~ .off-canvas-content{
		margin-left: 350px;
	}
}

@media screen and (min-width: 40em) {
	footer{
		padding-bottom: 220px;
	}
	footer > .menu{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.slick-slider{
	margin-bottom: 15px;
}

#policy{margin-right: 5px;}
.thumbGallery{width: 33%; display: inline-block;}
#message{max-height: 200px;}

#scrollToTop{
	background: #2c4669;
}

#galleryCMD{
	background: white;
	color: #2c4669;
	font-size: 1.3rem;
	padding: 15px;
}
footer{
	margin-top: 15px;
	padding-top: 35px;
	background: url('../img/motivo.png');
background-repeat: no-repeat;
background-position: top center;
}
.fullscreen_slick, .fullscreen_slick .slick-list, .fullscreen_slick .slick-track, .fullscreen_slick .slick-slide {
    height: 100%;
}
.fullscreen_slick.contain img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: none;
}

h4, .policy h3{
	position: relative;
text-align: center;
padding-top: 5px;
margin-top: 15px;
display: inline-block;
width: 100%;
}
h4::before{
	position: absolute;
top: -40px;
left: 0;
right: 0;
margin: auto;
width: 200px;
height: 54px;
content: "";
background: url('../img/motivo.png') center center;
    background-repeat: repeat;
background-repeat: no-repeat;
}
h2{
	position: relative;
text-align: center;
padding-top: 5px;
margin-top: 15px;
display: inline-block;
width: 100%;
}
h2::before{
	position: absolute;
top: -40px;
left: 0;
right: 0;
margin: auto;
width: 200px;
height: 54px;
content: "";
background: url('../img/motivo.png') center center;
    background-repeat: repeat;
background-repeat: no-repeat;
}

footer .menu{justify-content: center; text-transform: uppercase;}
#copyright{
	margin-bottom: 20px;
	margin-right: 0px;
}
footer::before,footer::after {
	content: '';
position: absolute;
top: 0;
bottom: 0;
height: 100%;
left: 0;
right: 0;
}
footer::before{
	background-image: url('../img/footer_bottom_left.png');
	background-repeat: no-repeat;
background-position: bottom left;
}
footer::after{
	background-image: url('../img/footer_bottom_right.png');
	background-repeat: no-repeat;
background-position: bottom right;
}

.slick-arrow {
    z-index: 1;
    background-color: #2c4669 !important;
    padding: 20px 10px !important;
    width: auto !important;
    height: auto !important;
    opacity: 1;
}
.slick-next::before {
    content: '\f054';
}
.slick-prev::before {
    content: '\f053';
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}
.slick-prev::before, .slick-next::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 1000;
}
.thumbGallery,#scrollToTop,#closeGallery{
	cursor: pointer;
}
.thumbGallery{position: relative;}
.thumbGallery:hover::after {
    opacity: 1;
    font-family: "Font Awesome 5 Free";
    content: "\F002";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    display: block;
    background:#2c4669;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}