body {
	padding-top: 100px;
}
#menu-principal {
	padding-top: 0;
	height: 100px;
	border-bottom: 9px solid orange;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
}
#menu-principal ul {
	height: 100px;
	/* line-height: 90px; */
	display: flex;
  	justify-content: center;
}
#menu-principal ul li {
	align-self: center;
}
#menu-principal ul li a {
	color:  #3b96d2;
	font-family: 'Oswald', 'sans-serif';
	margin: 0;
} 
#menu-principal ul li:hover {
	background-color: #e5ceaf;
}
#btn-inscreva-se {
	width: 225px;
	height: 144px;
	background-color: #3b96d2;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	position: relative;
	top: 0;
	right: 0;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
}
#btn-inscreva-se a{
	text-decoration: none;
}
p {
	text-align: justify;
	margin:  15px 0;
}
#btn-inscreva-se a h3 {
	color: #FFF;
	font-family: 'Oswald', 'sans-serif';
	font-size: 30px;
	line-height: 160px;
	text-align: center;
	height: 100%;
	background: url('../img/logo-inscreva-se.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#banner-principal {
	height: 480px;
	background-color: white;
	border-bottom: 9px solid orange;
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
	background: url('../img/fundo-banner.png');
	background-repeat: no-repeat;
	background-size: cover;
    display: flex;
}
.box-principal {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.box-principal figure {
	display: flex;
    justify-content: center;
    width: 100%;
}
#banner-principal .box-button {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
} 
#banner-principal .box-button .btn-warning {
	color: #FFF;
	font-family: 'Oswald', 'sans-serif';
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#sobre-evento {
	background-color: #f1f1f1;
	background: url('../img/silhueta-brasilia.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.subtitulo-evento {
	color: #3b96d2;
	font-family: 'Oswald', 'sans-serif';
	font-size: 20px;
	padding-left: 65px;
	background: url('../img/logo-subtitulo.png');
	background-repeat: no-repeat;
	height: 38px;
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
    border-bottom: 2px solid transparent; 
    border-image: linear-gradient(to right, #3b96d2, #2d816a); 
    border-image-slice: 1;
    /* border-bottom: 2px solid #3b96d2;
    background: linear-gradient(90deg, rgba(59,150,210,1) 23%, rgba(45,128,105,1) 92%); */
    margin-top: 10px;
    margin-bottom: 10px;
}
#carousel-resort {
	border-bottom: 10px solid #cccccc;
}
#local-reserva {
	background: url('../img/back-local.png');
}

#local-reserva .box-inf::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: -5px;
    width: 60px;
    height: 3px;
    background: #f1f1f1;
}
#local-reserva .box-inf::before {
    content: "";
    position: absolute;
    bottom: -18px;
    right: -5px;
    width: 3px;
    height: 60px;
    background: #f1f1f1;
}
#rodape {
    background: #3b96d2;
}

.copyright {

    background: #2d816a;
}