@font-face {
    font-family: 'Delight-bold';
    src: url('../fonts/Delight-Bold.woff2') format('woff2'),
        url('../fonts/Delight-Bold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-extra-light';
    src: url('../fonts/Delight-ExtraLight.woff2') format('woff2'),
        url('../fonts/Delight-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-medium';
    src: url('../fonts/Delight-Medium.woff2') format('woff2'),
        url('../fonts/Delight-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-extra-bold';
    src: url('../fonts/Delight-ExtraBold.woff2') format('woff2'),
        url('../fonts/Delight-ExtraBold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-regular';
    src: url('../fonts/Delight-Regular.woff2') format('woff2'),
        url('../fonts/Delight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-black';
    src: url('../fonts/Delight-Black.woff2') format('woff2'),
        url('../fonts/Delight-Black.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-light';
    src: url('../fonts/Delight-Light.woff2') format('woff2'),
        url('../fonts/Delight-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-semi-bold';
    src: url('../fonts/Delight-SemiBold.woff2') format('woff2'),
        url('../fonts/Delight-SemiBold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delight-thin';
    src: url('../fonts/Delight-Thin.woff2') format('woff2'),
        url('../fonts/Delight-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Delight-regular';
}
img {
    max-width: 100%;
}
a {
    color: #bd9f6b;
}
a:hover {
	color: #bd9f6b !important;
    text-decoration: none;
}
/*.headercontainer{
	padding: 20px;
}*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.btn-primary {
    color: #fff;
    background-color: #bd9f6b;
    border-color: #bd9f6b;
}
.btn-primary:hover {
    color: #fff;
    background-color: #967743;
    border-color: #967743;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    display: inline-block;
    list-style: outside none;
}
header {
    background: #2B2828;
    padding: 20px;
    overflow: visible;
	height: 110px;
}
.hero {
    background: url('../img/bg-hero.jpg') no-repeat center;
    background-size: 110%;
    padding: 60px 0;
}
.hero .carousel-inner {
    background-color: rgba(0, 0, 0, 0.8);
    border: 0 none;
    color: #FFF;
    padding: 40px;
}
.hero .carousel-inner h5 {
    font-family: 'Delight-thin';
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
}
.hero .carousel-inner h5 strong {
    font-family: 'Delight-extra-light';
}
.hero .carousel-inner p {
    font-family: 'Delight-light';
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0;
    text-align: justify;
}
.hero .carousel-inner .btn {
    margin-bottom: 20px;
    padding: 12px 30px;
    text-transform: uppercase
}

.logo {
    float: left;
    /*margin-top: 15px;*/
    max-width: 180px;
}
.navbar {
    flex-flow: inherit!important;
    float: left;
    display: block!important;
    margin-top: 20px;
}
.navbar-collapse {
    float: left;
}
.socials {
    float: right;
    margin-top: 35px;
}
.socials li img {
    max-width: 28px;
}
.search {
    background: url('../img/bg-search.jpg') repeat-y center top;
    padding: 85px 0 55px;
	background-size: 100%;
}
.search h3, .search h4 {
    color: #FFF;
    font-family: Delight-thin;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}
.search h4 {
    display: block;
    font-size: 18px;
}
.search button {
    background-color: #333;
    border: 1px solid #333;
    display: block;
    margin: 25px auto;
    padding: 15px;
    text-transform: uppercase;
    width: 280px;
}
.block-search {
    background-color: #FFF;
    border-radius: 8px;
    display: inline-block;
    margin: 0 0.5%;
    padding: 0 1%;
    width: 18.7%;
}
.block-search label {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 0;
}
.block-search .form-control {
    border: 0 none;
    margin-bottom: 0;
    padding: 0;
}
.featured, .form {
    padding: 80px 0;
}
.featured h2, .map h2, .form h2 {
    color: #333;
    font-family: Delight-thin;
    margin-bottom: 60px;
    text-align: center;
}
.featured h2 strong, .map h2 strong, .form h2 strong {
    color: #BD9F69;
}
.featured span {
    color: #333;
    font-size: 14px;
}
.featured img {
    margin: 5px 0 20px;
}
.featured h4 {
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.featured p {
    color: #666;
    font-size: 14px;
    text-align: justify;
}
.featured span.value {
    display: block;
    font-family: Delight-bold;
    font-size: 14px;
}
.featured strong {
    color: #BD9F69;
    font-family: Delight-bold;
    font-size: 28px;
}
.featured h6 {
    margin: 10px 0 15px;
}
.featured h6 img {
    margin: -3px 5px 0 0;
    width: 20px;
}
.featured h6 strong {
    color: #333;
    font-size: 18px;
    margin-right: 2px;
}
.featured button {
    margin-top: 10px;
    padding: 12px 10px;
    text-transform: uppercase;
    width: 100%;
}
.featured button img {
    margin: 0 0 0 10px;
    width: 20px;
}
.carousel-indicators {
    bottom: -70px;
}
.carousel-indicators li {
    background: #333;
    border-radius: 50%;
    border-top: 0 none!important;
    display: inline-block;
    height: 0px;
    padding: 0;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #BD9F69;
}
.map {
    padding-top: 80px;
}
.form {
    background: url('../img/bg-contato.jpg') no-repeat center 65%;
    background-size: 110%;
    padding-bottom: 0;
    position: relative;
}
.form h4 {
	color: #FFFFFF;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: 'Delight-regular';
	text-transform: uppercase;
}
.form .form-group {
    float: left;
    padding: 0 2% 0 0;
    width: 33.3%;
}
.form .btn {
    background-color: #2B2828;
    border: 1px solid #2B2828;
    float: right;
    font-size: 14px;
    margin-right: 2%;
    padding: 8px 0;
    text-transform: uppercase;
    width: 170px;
}
.form p {
    color: #FFF;
    font-family: Delight-thin;
    font-size: 16px;
    margin-top: 20px;
}
.form img {
    position: relative;
    top: -34px;
}
footer {
    background: #2B2828;
}
footer .logo{
    display: block;
}
footer .container {
    padding-bottom: 80px;
    padding-top: 80px;
}
footer .container h1 {
    /*float: left;*/
    margin-top: 0;
}
footer ul {
    /*float: left;*/
    /*margin-top: 33px;*/
	text-align: left;
	
}
footer ul li {
	/*margin-left: 20px;*/
	/*display: block !important;*/
	display: list-item;
	line-height: 1.5;
}
footer ul li:first-child {
	margin-left: 0;	
}
footer ul li img {
    max-width: 28px;
}
footer .navbar, footer .navbar-expand-lg, footer .navbar-nav, footer .nav-link {
	float: none;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
footer .navbar-nav .nav-link {
    font-size: 1rem;
}
footer p {
    /*clear: both;*/
    color: #bd9f6b;
    font-family: 'Delight-regular';
    /*font-size: 14px;*/
    /*padding-top: 30px;*/
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.copyright p {
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
}

.customBreadcrumb {
    background-color: #E5C997;
}
.breadcrumb {
    background: 0 none;
    margin: 0;
    padding: 3px 0;
	font-family: 'Delight-light';
	line-height: 30px;
	color: #2B2828;
    font-size: 13px;
}
.breadcrumb-item {
	color: #2B2828;
}
.breadcrumb-item a {
	color: #2B2828;
    font-weight: bold;
}
.breadcrumb-item.active {
	color: #2B2828;
}
.breadcrumb-item.active a {
	color: #2B2828;
}

.detail {
    padding-top: 130px;
}

.detail h2 {
    color: #bd9f69;
    font-family: 'Delight-medium';
    margin-bottom: 15px;
    text-transform: uppercase;
}

.detail ul {
    text-align: left;
}
.detail ul li {
    border: 1px solid #333;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    width: 16%;
}
.detail ul li span,
.detail ul li img,
.detail ul li strong {
    display: block;
}
.detail ul li img {
    margin: 0 auto;
    max-width: 70%;
}
.description h6 {
    font-family: 'Delight-medium';
}
.description p {
    font-family: 'Delight-light';
    margin-bottom: 0;
}
.description h5 {
    color: #bd9f69;
    font-family: 'Delight-bold';
    margin: 10px 0;
}
p.contact span {
    font-family: 'Delight-light';
    font-size: 14px;
	margin-top: 10px;
}
.detail h3 { 
    border-bottom: 1px solid #ccc;
    color: #bd9f69;
    font-family: 'Delight-medium';
    margin-bottom: 25px;
    margin-top: 130px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.detail .carousel-indicators {
    bottom: -10px;
}
.detail .carousel-indicators li {
    border-radius: 0%;
    opacity: 1;
    width: 60px;
}
.info p {
    color: #333;
    font-family: 'Delight-light';
    text-align: justify;
}

@media only screen and (max-width: 1200px) {
    .logo {
        float: none;
        margin: 10px auto 0;
    }
    .featured strong {
        font-size: 18px;
    }
    .featured button {
        font-size: 14px;
    }
    .form p {
        margin-top: 0;
    }
    footer ul li {
        font-size: 12px;
    }
    footer .navbar {
        padding: 0;
    }
    footer .container {
        padding-bottom: 80px;
        padding-top: 42px;
    }
    .featured h2, .map h2, .form h2 {
        font-size: 18px;
    }
    .hero {
        background-size: 120%;
        padding: 0;
    }
    .carousel-indicators {
        bottom: 0px;
        left: 216px;
        right: inherit;
        margin-left: 50%;
        margin-right: 50%;
    }
    @media only screen and (max-width: 992px) {
        .hero .carousel-inner {
            padding: 20px;
        }
        .hero .carousel-inner h5 {
            font-size: 18px;
            line-height: 27px;
        }
        .carousel-indicators {
            bottom: 0px;
            left: 153px;
        }
        .hero {
            background-size: 140%;
        }
        .search {
            padding: 55px 0 35px;
        }
        .block-search {
            width: 18.6%;
        }
        .block-search label {
            font-size: 14px;
            padding: 6px;
        }
        .block-search .form-control {
            font-size: 14px;
        }
        .search h4 {
            margin-bottom: 10px;
        }
        .featured button {
            font-size: 11px;
        }
        .form {
            background: url(../img/bg-contato.jpg) no-repeat center 100%;
            background-size: 140%;
            padding-bottom: 20px;
        }
        footer ul li {
            font-size: 11px;
            margin-bottom: 12px;
        }
        .socials {
            float: none;
            margin-top: 35px;
            text-align: center;
        }
        .navbar {
            float: none;
            margin: 0 auto;
            text-align: center;
        }
        .navbar-toggler {
            background-color: #E5C997;
            font-size: 14px;
            width: 70px;
        }
        .navbar-collapse {
            float: none;
        }
        footer .navbar {
			display: none!important;
        }
    }
    @media only screen and (max-width: 768px) {
        .carousel-indicators {
            display: none;
        }
		header {
			height: auto;
		}
        .search {
            padding: 35px 0 25px;
        }
        .search h3, .search h4 {
            font-size: 20px;
        }
        .block-search {
            width: 100%;
            margin-bottom: 10px;
        }
        .form-group {
            margin-bottom: 4px;
        }
        .featured button {
            font-size: 15px;
        }
        .socials li {
            font-size: 12px;
        }/*
        .hero .carousel-inner h5 {
            font-size: 16px;
            line-height: 27px;
            text-align: center;
        }
        .hero .carousel-inner p {
            font-size: 14px;
            text-align: center;
        }
        .hero .carousel-inner .btn {
            margin: 0 auto;
            width: 100%;
        }*/
		.hero {
			display: none;
		}
        .search h3, .search h4 {
            font-size: 16px;
        }
        .featured img {
            width: 100%;
        }
        .form img {
            display: none;
        }
        .form {
            background: #A1834F;
        }
        .form .btn {
            float: none;
            margin-right: 0;
            width: 100%;
        }
        .form .form-group {
            float: none;
            padding: 0;
            width: 100%;
            margin-bottom: 5px;
        }
        .form h2 {
            color: #FFF;
            font-size: 18px;
        }
        .form h2 strong {
            color: #FFF;
        }
        footer {
            text-align: center;
        }
        footer .container h1 {
            float: none;
        }
        footer ul {
            float: none;
        }
        .detail .carousel-indicators {
            display: flex!important;
        }
        .description {
            padding-top: 55px;
        }
        .detail h2 {
            text-align: center;
            font-size: 22px;
        }
        .detail ul li {
            font-size: 11px;
            padding: 5px 12px;
            width: 32%;
            margin-bottom: 6px;
        }
        .detail .carousel-indicators {
            display: flex !important;
            position: relative;
            bottom: inherit;
            left: 0;
            margin: 10px auto 0;
        }
        .detail h3 {
            margin-bottom: 25px;
            margin-top: 60px;
            text-align: center;
            font-size: 18px;
        }
    }
}
.navbar , .navbar-expand-lg , .navbar-nav , .nav-link { margin-left: 0 !important; padding-left: 0 !important; }

ul.socials li { margin-left: 10px;  }

/* ul.socials li:last-child { margin-left: 2px; }  */

ul.socials li:first-child { margin-right: 20px; }

h2.titulo { margin-bottom: 20px; }

.espaco { margin-bottom: 80px; }

.arredondado { border-radius: 10px; background: #F2F2F2; padding: 20px; }
	
.titleLabel {
	font-size: 14px;
	font-weight: bold;
	color: #2B2828;
	margin-top: 30px;
	font-family: 'Oswald', Arial, sans-serif;
}
	
.semespaco { margin-top: 0; }
	
p.resultado { font-size: 28px; color: #2B2828; margin-bottom: 0; }

p.resultado span { font-weight: bold; }

.icon-box .col-md-2 {
	background-color: #FFF;
	border: 1px solid #000000;
	margin-left: 0.5%;
	margin-right: 0.5%;
	flex: 0 0 15.666667%!important;
    max-width: 15.666667%!important;
	text-align: center;
}

.icon-box .col-md-2 p {
	color: #666;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 9px;
	font-weight: 600;
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
}

.icon-box .col-md-2 span {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.icon-box .col-md-2 img {
	max-width: 80%;
}

/* Fundo do submenu */
.dropdown-menu {
    background-color: #3a3737;
    border: none;
	border-radius: 3px;
	border-top: 3px solid #c8a96a;
}

/* Links do submenu */
.dropdown-menu .dropdown-item {
    color: #bd9f6b;
}

/* Hover */
.dropdown-menu .dropdown-item:hover {
    background-color: #4a4646;
    color: #ffffff;
}
.tituloborder {
	border-bottom: 3px solid #c8a96a;
	text-align: left;
	width: 120px;
}
p.successMessage {
	background: #00CC99;
	border: 2px solid #009900;
	border-radius: 40px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	float: left;
	padding: 12px 32px;
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
}

p.erroMessage {
	background: #EA8282;
	border: 2px solid #a91d1d;
	border-radius: 40px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	float: left;
	padding: 12px 32px;
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .65rem;
}

/*
a:hover h6 {
	color: #bd9f6b;
    text-decoration: none;
}

footer a:hover {
	color: #bd9f6b;
    text-decoration: none;
}
*/

