.headline {
    color: #8b1d17;
    font-size: 46px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: right;
}

nav>ul li>a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    transition: all 0.25s ease-in-out 0s;
}

nav:before {
    font-size: 30px;
    color: rgb(37, 37, 37);
}

nav>ul>li>ul a {
    font-size: 14px;
    color: rgb(37, 37, 37);
}

nav>ul li>a:hover {
    color: rgb(255, 255, 255);
}

nav>ul li.active>a {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

nav>ul li a {
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 30px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    border-bottom-width: 2px;
    border-color: rgba(255, 255, 255, 0);
}

nav>ul>li>ul li a {
    background-color: rgb(216, 216, 216);
    border-color: rgb(255, 255, 255);
    margin-bottom: 0px;
    border-bottom-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
}

nav>ul>li>ul li.active>a {
    color: #c38c45;
    border-color: rgb(255, 255, 255);
    font-weight: 400;
}

nav.opened-menu>ul {
    background-color: rgb(255, 255, 255);
}

nav>ul .closeBtn {
    color: rgb(182, 182, 182);
}

nav>ul>li>ul a:hover {
    color: #c38c45;
}

.nav .navIcon.fa {
    padding-right: 10px;
    padding-bottom: 2px;
}

nav>ul>li>ul li a:hover {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

nav>ul li a:hover {
    border-color: rgb(255, 255, 255);
}

.subtitle {
    font-family: Playfair Display;
    color: #8b1d17;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.preamble {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.bodytext {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 5px;
}

.smalltext {
    line-height: 1.6em;
    letter-spacing: 0em;
    font-size: 14px;
    margin-bottom: 5px;
}

body {
    color: rgb(37, 37, 37);
    font-size: 16px;
    font-family: Roboto;
    line-height: 1.6em;
    font-weight: 400;
    background-color: #8b1d17;
}

body a {
    text-decoration: none;
    color: #c38c45;
}

body a:hover {
    color: #c38c45;
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: #c38c45;
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    line-height: 1em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.button:hover {
    background-color: #8b1d17;
    color: rgb(255, 255, 255);
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

.form {
    margin-bottom: 40px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.form label {
    padding-bottom: 0px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(182, 182, 182);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    margin-bottom: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
}

.form2 label {
    color: rgb(255, 255, 255);
    text-align: center;
}

.form2 input[type=text],
.form2 textarea,
.form2 select {
    background-color: rgb(182, 182, 182);
    border-color: rgb(255, 255, 255);
    color: rgb(37, 37, 37);
}

.form2 input[type=submit] {
    color: rgb(37, 37, 37);
    background-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.form2 input[type=submit]:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.form .subtitle {
    font-size: 20px;
    margin-top: 20px;
}

.form2 .subtitle {
    color: rgb(255, 255, 255);
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label {
    font-size: 12px;
    line-height: 1.6em;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.text {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.text table thead th {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: rgb(216, 216, 216);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: rgb(255, 255, 255);
}

.text table td {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-color: rgb(216, 216, 216);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.image {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: rgb(255, 255, 255);
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    line-height: 1.1em;
    margin-bottom: 5px;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(216, 63, 0, 0);
}

.custom1 a {
    color: #c38c45;
}

.custom1 a:hover {
    color: #c38c45;
}

.custom2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    color: rgba(216, 63, 0, 0);
    font-size: 28px;
    text-align: center;
}

.custom2 a {
    color: #c38c45;
}

.custom2 a:hover {
    color: #c38c45;
}

.custom4 {
    color: rgba(216, 63, 0, 0);
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.custom4 a {
    color: #c38c45;
}

.custom4 a:hover {
    color: #c38c45;
}

.custom5 {
    color: rgba(216, 63, 0, 0);
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
}

.custom5 a {
    color: #c38c45;
}

.custom5 a:hover {
    color: #c38c45;
}

.custom3 {
    margin-bottom: 20px;
    color: rgba(216, 63, 0, 0);
    font-size: 32px;
    line-height: 1.2em;
    text-align: left;
}

.custom3 a {
    color: #c38c45;
}

.custom3 a:hover {
    color: #c38c45;
}

.smallsubtitle {
    color: #8b1d17;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.spottext {
    font-family: Playfair Display;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 50px;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 5px;
}

.footertext {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6em;
}

.companyname {
    font-size: 20px;
    text-align: left;
    line-height: 1.2em;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.companyname a {
    color: rgb(255, 255, 255);
}

.companyname a:hover {
    color: rgb(255, 255, 255);
}

.smallspottext {
    color: rgb(255, 255, 255);
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 5px;
}

.locale {
    text-align: center;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.locale ul li {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-right-width: 0px;
    border-color: rgb(182, 182, 182);
    text-align: left;
}

.locale ul li a:hover {
    color: #c38c45;
}

.locale ul li.active a {
    color: rgb(255, 255, 255);
}

.locale ul li:hover {
    border-color: rgb(182, 182, 182);
}

.locale ul li.active {
    border-color: rgb(182, 182, 182);
}

.locale ul li a i+span {}

.button2 {
    border-radius: 3px;
    background-color: #8b1d17;
    color: rgb(255, 255, 255);
    font-family: Oswald;
    font-size: 20px;
    line-height: 1em;
    text-transform: uppercase;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-color: rgba(37, 37, 37, 0);
    margin-left: auto;
    margin-bottom: 40px;
    margin-right: auto;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.button2:hover {
    color: rgb(37, 37, 37);
}

.button2 .buttonIcon.fa {
    margin-right: 10px;
}

.divider {
    border-top-width: 1px;
    border-color: rgb(182, 182, 182);
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.singlePost .divider {
    margin-bottom: 40px;
}

.socialmedia {
    text-align: left;
    font-size: 18px;
}

.socialmedia li {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: rgb(37, 37, 37);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-color: rgba(120, 97, 6, 0);
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.socialmedia li:hover {
    background-color: rgb(37, 37, 37);
}

.socialmedia li a {
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
}

.socialmedia li a:hover {
    color: #c38c45;
}

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
}

.paymenticons {
    text-align: left;
}

.linklist {
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
    margin-top: 0px;
    background-color: rgba(241, 241, 241, 0);
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgba(241, 241, 241, 0);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.linklist a:hover {
    background-color: rgba(241, 241, 241, 0);
    color: #8b1d17;
}

.linklist .listIcon {
    border-top-width: 3px;
    border-right-width: 20px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart {
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0px;
    padding-top: 3px;
}

.cart .cartBtn {
    color: rgb(37, 37, 37);
    font-size: 20px;
}

.cart .cartAmount {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background-color: #c38c45;
    width: 16px;
    height: 16px;
    margin-left: -5px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: -8px;
}

.cart .checkoutBtn {
    margin-bottom: 0px;
}

.cart .title {
    margin-bottom: 20px;
}

.cart .subTotalText {
    margin-top: 0px;
}

.cart .subTotal {
    margin-bottom: 10px;
    margin-top: 5px;
}

.cart .cartContents {
    background-color: rgb(255, 255, 255);
    border-color: rgb(216, 216, 216);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.cart .divider {
    margin-bottom: 10px;
}

.cart .cartBtn:hover {
    color: rgb(37, 37, 37);
}

.search {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.search .searchicon {
    color: rgb(255, 255, 255);
    font-size: 20px;
    width: 16px;
    height: 16px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.review {
    margin-bottom: 40px;
    background-color: rgb(216, 216, 216);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.review .reviewName {
    text-align: center;
    margin-bottom: 10px;
}

.review .reviewDescription {
    text-align: center;
    margin-bottom: 10px;
}

.review .reviewRating {
    text-align: center;
}

.review .reviewRating .star {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.review .authorDate {
    text-align: center;
    margin-top: 10px;
}

.businesscard .businesscardImage {
    border-bottom-width: 25px;
}

.businesscard .divider1 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.businesscard .divider2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.businesscard .divider4 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.businesscard .dbcIcon {
    border-right-width: 20px;
    border-left-width: 10px;
    margin-top: 0px;
}

.businesscard .dbcLinkIcon {
    border-left-width: 10px;
    border-right-width: 20px;
}

.businesscard .businesscardLinks {
    text-align: left;
}

.businesscard .businesscardLinks li a {
    padding-top: 0px;
    margin-top: 0px;
}

.html {
    margin-bottom: 40px;
}

.blog .details {
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.blog .readMore {
    margin-top: 20px;
    color: #c38c45;
    background-color: rgba(15, 174, 134, 0);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.blog {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0px;
}

.blog .title {
    padding-left: 0px;
    padding-right: 0px;
}

.blog .shortDescription {
    padding-left: 0px;
    padding-right: 0px;
}

.blog li .textContainer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.blog li {
    background-color: rgb(255, 255, 255);
}

.blog .readMore:hover {
    color: #8b1d17;
}

.catalog {
    margin-bottom: 40px;
}

.catalog .productText {
    padding-top: 10px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 0px;
}

.catalog .visualTag {
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

.catalog .name a {
    color: rgb(37, 37, 37);
}

.catalog .name a:hover {
    color: rgb(87, 87, 87);
}

.catalog .price {
    text-align: center;
    margin-bottom: 0px;
}

.catalog li {
    background-color: rgb(255, 255, 255);
}

.catalog .name {
    text-align: center;
}

.catalog .oldprice {
    color: rgb(87, 87, 87);
}

.emailshare a {
    margin-bottom: 20px;
}

.openinghours .specialDayTitle {
    margin-top: 40px;
}

.openinghours {
    margin-bottom: 40px;
}

.openinghours .dayLabel {
    margin-bottom: 0px;
}

.offers {
    margin-bottom: 40px;
    background-color: rgb(216, 216, 216);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.offers .button {
    margin-bottom: 0px;
    margin-top: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.offers .offerName {
    text-align: center;
    margin-bottom: 10px;
}

.offers .offerDescription {
    text-align: center;
}

.offers .offerPrice {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.offers .validFrom {
    text-align: center;
}

.offers .validThrough {
    text-align: center;
}

.offerPrice {
    font-weight: 400;
}

.list {
    margin-bottom: 40px;
}

.list .listIcon {
    font-size: 18px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.list .itemLabel {
    font-size: 16px;
}

.video {
    margin-bottom: 40px;
}

.singleProduct .gallery .visualTag {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.singleProduct .divider {
    margin-bottom: 20px;
    margin-top: 0px;
}

.singleProduct .oldprice {
    margin-right: 20px;
    text-align: right;
    color: rgb(87, 87, 87);
}

.pricelist {
    margin-bottom: 40px;
}

.pricelist li {
    margin-bottom: 20px;
}

.pricelist .listImg {
    margin-bottom: 10px;
    max-width: 100%;
    margin-top: 0px;
}

.pricelist .itemdescription {
    margin-bottom: 30px;
}

.pricelist .listTitle {
    margin-bottom: 30px;
}

.checkout .divider {
    margin-bottom: 20px;
}

.checkout .descriptivetext {
    padding-bottom: 20px;
}

.checkout .infolabel {
    padding-bottom: 10px;
    font-size: 15px;
    margin-right: 20px;
}

.checkout .form input[type=text],
.checkout .form textarea,
.checkout .form select {
    margin-bottom: 20px;
}

.verticalnav {
    margin-bottom: 40px;
}

.verticalnav>li>a {
    color: #c38c45;
    margin-bottom: 10px;
}

.verticalnav>li>a:hover {
    color: #c38c45;
}

nav>li.active>a {
    color: #c38c45;
}

.verticalnav>li>ul a {
    color: #c38c45;
}

.verticalnav>li>ul a:hover {
    color: #c38c45;
}

.verticalnav>li>ul li.active>a {
    color: #c38c45;
}

.verticalnav>li>ul li a {
    margin-bottom: 10px;
}

.verticalnav .verticalnavIcon.fa {
    margin-right: 10px;
}

.singlePost .blogShare {
    margin-bottom: 40px;
}

.imagelist {
    margin-bottom: 40px;
}

.facebookpage {
    margin-bottom: 40px;
}

.instagramembed {
    margin-bottom: 40px;
}

.googleplusone {
    margin-bottom: 40px;
}

.openinghours2 {
    margin-bottom: 40px;
}

.shopfilter .shop_filter {
    background-color: rgb(216, 216, 216);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.shopfilter .filter_label {
    color: rgb(37, 37, 37);
}

.shopfilter label {
    color: rgb(37, 37, 37);
}

.shopfilter .price-text {
    color: rgb(37, 37, 37);
    font-size: 14px;
}

.shopfilter .clearSelection {
    color: rgb(37, 37, 37);
    line-height: 2.45em;
    font-size: 12px;
}

.shopfilter .ui-slider {
    background-color: rgb(182, 182, 182);
}

.shopfilter .ui-slider-range {
    background-color: #c38c45;
}

.shopfilter .ui-slider-handle {
    background-color: rgb(255, 255, 255);
    border-color: rgb(182, 182, 182);
}

.shopfilter {
    background-color: rgba(0, 0, 0, 0);
}

.scrollIcon {
    background-color: #8b1d17;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scrollIcon span:before {
    color: rgb(255, 255, 255);
}

.scrollIcon:hover {
    background-color: #c38c45;
}

.lightbox-image .lightbox-caption {
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.modal {
    background-color: rgb(216, 216, 216);
    border-color: #c38c45;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.engagement.modal .bodytext {
    text-align: center;
    padding-bottom: 20px;
}

.engagement.modal .headline {
    text-align: center;
}

.engagement.modal .button,
.engagement.modal input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.modal .closeBtn {
    width: 20px;
    font-size: 29px;
    background-color: rgba(40, 197, 250, 0);
}

.engagement.modal .closeBtn:hover {
    color: #8b1d17;
}

.engagement.thinbar {
    background-color: rgb(216, 216, 216);
    border-color: #c38c45;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 10px;
    border-left-width: 0px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.engagement.thinbar .headline {
    text-align: center;
}

.engagement.thinbar .bodytext {
    text-align: center;
    margin-bottom: 40px;
}

.engagement.thinbar .button {
    text-align: left;
    text-transform: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.thinbar .closeBtn {
    font-size: 30px;
}

.cornerbox {
    background-color: rgb(216, 216, 216);
    border-color: #c38c45;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.engagement.cornerbox .bodytext {
    padding-bottom: 30px;
    text-align: center;
}

.engagement.cornerbox .button,
.engagement.cornerbox input[type=submit] {
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.engagement.cornerbox .headline {
    text-align: center;
}

.iconlist .iconItem {
    font-size: 44px;
}

.iconlist li a {
    color: #c38c45;
}

.iconlist li a:hover {
    color: #c38c45;
}

.iconlist li {
    background-color: rgba(0, 155, 207, 0);
    width: 50px;
    height: 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #c38c45;
}

.iconlist {
    text-align: left;
}

.accordion {
    margin-top: 0px;
    margin-bottom: 40px;
}

.accordion .itemTitle {
    background-color: rgb(216, 216, 216);
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: rgb(182, 182, 182);
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.accordion .itemTitle:hover {
    background-color: rgb(216, 216, 216);
    border-color: rgb(182, 182, 182);
}

.accordion li.active .itemTitle {
    background-color: rgb(216, 216, 216);
    border-color: rgb(182, 182, 182);
}

.accordion .itemContent {
    border-color: rgb(216, 216, 216);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.accordion .button {
    margin-top: 40px;
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.accordion .itemIcon {
    margin-right: 10px;
    margin-left: 10px;
}

.accordion li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.accordion .image {
    margin-bottom: 20px;
    margin-top: 0px;
}

.hoverOverlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.hoverOverlay .hoverIcon {
    width: 70px;
    height: 70px;
    font-size: 70px;
    color: #c38c45;
}

.hoverOverlay .hoverText {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 26px;
}

.custom6 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.2em;
    font-size: 20px;
}

.custom7 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.6em;
}

.custom8 {
    color: rgba(216, 63, 0, 0);
    line-height: 1.6em;
    font-size: 14px;
}

.darkspottext {
    font-size: 36px;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 5px;
}

.darksmallspottext {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
}

.lightheadline {
    font-family: Playfair Display;
    color: rgb(255, 255, 255);
    font-size: 70px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightheadline a {
    color: #c38c45;
}

.lightsubtitle {
    font-family: Playfair Display;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightsmallsubtitle {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.lightpreamble {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.lightpreamble a {
    color: #c38c45;
}

.lightpreamble a:hover {
    color: #c38c45;
}

.lightbodytext {
    font-family: Playfair Display;
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 5px;
}

.lightbodytext a {
    color: #c38c45;
}

.lightsmalltext {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
}

.lightsmalltext a {
    color: #c38c45;
}

.lightsmalltext a:hover {
    color: #c38c45;
}

.custom9 {
    color: rgba(216, 63, 0, 0);
}

.engagement.sticky {
    margin-left: 0px;
    background-color: rgb(216, 216, 216);
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-bottom-width: 4px;
    border-color: #c38c45;
}

.engagement.sticky input[type=text],
.engagement.sticky input[type=email],
.engagement.sticky textarea,
.engagement.sticky select {
    margin-top: 20px;
}

.opennow .opened {
    color: rgb(255, 255, 255);
    text-align: center;
}

.opennow .closed {
    color: rgb(255, 255, 255);
    text-align: center;
}

.button3 {
    color: rgb(37, 37, 37);
    background-color: rgb(255, 255, 255);
}

.button3:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 37, 37);
}

.form2 .thankYou {
    color: rgb(255, 255, 255);
}

.form2 input[type=checkbox]+span,
.form2 input[type=radio]+span,
.form2 .form_option input[type=checkbox]+label {
    color: rgb(255, 255, 255);
}

.brandfooter {
    background-color: rgb(37, 37, 37);
    border-top-width: 1px;
    border-color: rgb(87, 87, 87);
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(182, 182, 182);
    font-size: 14px;
}

.arrow {
    color: rgb(255, 255, 255);
    background-color: #c38c45;
    font-size: 25px;
    width: 40px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 40px;
}

.arrow:hover {
    color: rgb(255, 255, 255);
    background-color: #8b1d17;
}

.dots li {
    background-color: rgba(255, 255, 255, 0);
    border-color: #c38c45;
    width: 10px;
    height: 10px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.dots li.active {
    background-color: #c38c45;
    border-color: #c38c45;
}

.dots li:hover {
    border-color: #c38c45;
    background-color: #c38c45;
}

body[data-enableFocusIndication] a:focus,
body[data-enableFocusIndication] *:focus:not(nav),
a[href]:focus>img,
[tabindex]:focus:not(nav),
.nav:focus:before {
    outline-width: 1px;
    outline-color: #f00;
    outline-style: solid;
}

.skipNavigation a.skipNavigationLink {
    color: rgb(37, 37, 37);
}

@media only screen and (max-width:1199px) {
    nav:before {
        color: rgb(255, 255, 255);
        font-size: 24px;
    }

    nav>ul li a {
        border-bottom-width: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav.opened-menu>ul {
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(241, 241, 241, 0);
        border-bottom-width: 0px;
        margin-left: 35px;
        margin-bottom: 10px;
    }

    nav>ul li>a {
        color: rgb(37, 37, 37);
    }

    nav>ul li>a:hover {
        color: #c38c45;
    }

    nav>ul li.active>a {
        color: #c38c45;
    }

    nav>ul>li>ul a {
        font-size: 16px;
    }

    nav>ul>li>ul li.active>a {
        color: #c38c45;
        background-color: rgba(241, 241, 241, 0);
    }

    body {}

    body a {}

    body a:hover {}

    .text {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smalltext {
        font-size: 12px;
    }

    .smallspottext {
        font-size: 22px;
    }

    .companyname {
        font-size: 18px;
    }

    .custom2 {
        font-size: 28px;
    }

    .locale {
        text-align: left;
    }

    .darksmallspottext {
        font-size: 22px;
    }
}

@media only screen and (max-width:767px) {
    nav>ul li a {
        margin-left: 0px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
    }

    nav>ul>li>ul li.active>a {
        color: #c38c45;
        border-color: rgba(255, 255, 255, 0);
    }

    .headline {
        font-size: 28px;
    }

    .subtitle {
        font-size: 24px;
    }

    .preamble {
        font-size: 18px;
    }

    .text {
        margin-bottom: 20px;
    }

    .text table td {
        border-left-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
    }

    .col {
        padding-bottom: 20px;
    }

    .row {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .form label {}

    .form input[type=submit] {}

    .form input[type=submit]:hover {}

    .form input[type=text],
    .form textarea,
    .form select {}

    .form .thankYou {}

    .form input[type=checkbox]+span,
    .form input[type=radio]+span,
    .form .form_option input[type=checkbox]+label {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
        display: table;
        margin-left: 0;
        margin-right: auto;
        text-align: center;
    }

    .custom1 {
        font-size: 28px;
    }

    .custom2 {
        font-size: 20px;
    }

    .custom3 {
        font-size: 28px;
    }

    .custom4 {
        font-size: 24px;
    }

    .custom5 {
        font-size: 20px;
    }

    .spottext {
        font-size: 28px;
    }

    body {
        font-size: 14px;
    }

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {
        font-size: 20px;
    }

    .smallspottext {
        font-size: 18px;
    }

    .button2 {
        margin-bottom: 20px;
    }

    .button2:hover {}

    .socialmedia li a {
        width: 38px;
        height: 38px;
    }

    .socialmedia li {
        margin-left: 10px;
    }

    .review {
        margin-bottom: 20px;
    }

    .linklist {
        margin-bottom: 20px;
    }

    .html {
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .catalog {
        margin-bottom: 20px;
    }

    .blog .readMore {
        margin-bottom: 20px;
    }

    .openinghours {
        margin-bottom: 20px;
    }

    .video {
        margin-bottom: 20px;
    }

    .list {
        margin-bottom: 20px;
    }

    .offers {
        margin-bottom: 20px;
    }

    .cart .subTotalText {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .cart .prodPrice {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pricelist {
        margin-bottom: 20px;
    }

    .verticalnav {
        margin-bottom: 20px;
    }

    .imagelist {
        margin-bottom: 20px;
    }

    .facebookpage {
        margin-bottom: 20px;
    }

    .instagramembed {
        margin-bottom: 20px;
    }

    .googleplusone {
        margin-bottom: 20px;
    }

    .openinghours2 {
        margin-bottom: 20px;
    }

    .custom6 {
        font-size: 18px;
    }

    .custom8 {
        font-size: 12px;
    }

    .darkspottext {
        font-size: 28px;
    }

    .lightheadline {
        font-size: 28px;
    }

    .lightsubtitle {
        font-size: 24px;
    }

    .lightsmallsubtitle {
        font-size: 20px;
    }


    .lightsmalltext {
        font-size: 12px;
    }

    .lightpreamble {
        font-size: 18px;
    }

    .darksmallspottext {
        font-size: 18px;
    }

    .scrollIcon {
        margin-bottom: 60px;
    }

    .custom10 {
        font-size: 10px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}

#r5001>.container {}

#shrunkImage img {
    transform: scale(0.75);
}

#r5000 {
    background-color: rgba(0, 0, 0, 0.67);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border-style: solid;
    border-color: rgb(182, 182, 182);
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

#m4819 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 0px;
}

#m3730 {
    margin-bottom: 0px;
}

#c4354 {
    padding-right: 0px;
}

#m5000 {
    text-align: center;
}

#m2450 {
    text-align: center;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002>.container {}

#r1074 {
    background-color: rgb(37, 37, 37);
    background-image: url(../uploads/oU2mncPb/1186x0_2560x0/foto2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    border-top-width: 1px;
    border-color: rgb(182, 182, 182);
    padding-top: 50px;
    padding-bottom: 50px;
}

#r1074.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
}

#c3869 {
    border-style: solid;
    padding-top: 20px;
}

#m4679 {
    border-style: solid;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#m4679+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#m4679+.hoverOverlay {
    border-style: solid;
}

#m4214 {
    margin-bottom: 20px;
}

#m1041 {
    border-style: solid;
}

#m1280 {
    margin-bottom: 20px;
}

#r2617 {
    background-color: #262524;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#m3667 {
    margin-left: auto;
    margin-right: auto;
}

#m3667+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#m3667+.hoverOverlay {
    border-style: solid;
}

#p9533 {
    background-repeat: no-repeat;
}

#p9533 #r4399 {
    background-image: url(../uploads/q7VptCz5/1123x0_2560x0/IMG-20230612-WA0034.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding-top: 350px;
    padding-bottom: 250px;
}

#p9533 #r4399.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/6EGvT6UA/separador-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 100%;
}

#p9533 #m1136 {
    border-style: solid;
    margin-bottom: 20px;
}

#p9533 #m3192 {
    background-color: #8b1d17;
    margin-left: 0px;
    margin-right: auto;
    padding-top: 15px;
}

#p9533 #r3319 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #262524;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p9533 #r3319.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
}

#p9533 #c6037 {
    background-color: #262524;
    border-style: solid;
}

#p9533 #m1614 {
    border-style: solid;
    margin-left: 50px;
    margin-top: 100px;
    margin-right: 50px;
}

#p9533 #m4567 {
    border-style: solid;
    margin-left: 50px;
    margin-bottom: 100px;
    margin-right: 50px;
}

#p9533 #c4295 {
    background-color: #262524;
    border-style: solid;
}

#p9533 #m1681 {
    border-style: solid;
    margin-left: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-right: 50px;
}

#p9533 #r1000 {
    background-color: #262524;
    background-image: url(../uploads/L5NS3y3G/767x0_2560x0/PaddockValles-servicios_993_626.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 350px;
    padding-right: 0px;
}

#p9533 #r1000.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/0AHVbB6A/separador-31.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

#p9533 #c3633 {
    background-color: rgba(255, 255, 255, 0);
}

#p9533 #r2179 {
    border-style: solid;
}

#p9533 #m2589 {
    border-style: solid;
}

#p9533 #r1447 {
    border-style: solid;
    padding-top: 20px;
}

#p9533 #c7163 {
    border-style: none;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
}

#p9533 #m9948 {
    border-style: solid;
    margin-left: auto;
    margin-bottom: 32px;
    margin-right: auto;
}

#p9533 #m9948+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9533 #m9948+.hoverOverlay {
    border-style: solid;
}

#p9533 #c8259 {
    border-style: none;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
}

#p9533 #m5862 {
    margin-left: auto;
    margin-bottom: 32px;
    margin-right: auto;
}

#p9533 #m5862+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9533 #m5862+.hoverOverlay {
    border-style: solid;
}

#p9533 #c5127 {
    border-style: none;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
}

#p9533 #m7551 {
    border-style: solid;
    margin-left: auto;
    margin-bottom: 32px;
    margin-right: auto;
}

#p9533 #m7551+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9533 #m7551+.hoverOverlay {
    border-style: solid;
}

#p9533 #r4763 {
    border-style: solid;
    padding-top: 20px;
    padding-bottom: 100px;
}

#p9533 #c3012 {
    border-style: none;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
}

#p9533 #m3709 {
    border-style: solid;
    margin-left: auto;
    margin-bottom: 32px;
    margin-right: auto;
}

#p9533 #m3709+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9533 #m3709+.hoverOverlay {
    border-style: solid;
}

#p9533 #c4361 {
    border-style: none;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
}

#p9533 #m2876 {
    border-style: solid;
    margin-left: auto;
    margin-bottom: 32px;
    margin-right: auto;
}

#p9533 #m2876+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9533 #m2876+.hoverOverlay {
    border-style: solid;
}

#p9533 #c3246 {
    border-style: none;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 48px;
}

#p9533 #m2412 {
    margin-left: auto;
    margin-bottom: 32px;
    margin-right: auto;
}

#p9533 #m2412+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9533 #m2412+.hoverOverlay {
    border-style: solid;
}

#p9533 #c8826 {
    padding-left: 0px;
    padding-right: 0px;
}

#p9533 #m9292 {
    margin-bottom: 48px;
}

#p9533 #m8136 {
    border-style: solid;
}

#p9533 #r2558 {
    background-color: #8b1d17;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: rgb(91, 156, 26);
    padding-top: 100px;
    padding-bottom: 100px;
}

#p9533 #r2558.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.4);
}

#p9533 #c4882 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
}

#p9533 #m3167 {
    margin-bottom: 0px;
}

#p5754 #r2477 {
    background-image: url(../uploads/mFpoAyHA/767x0_2560x0/IMG-20230712-WA0007.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    border-style: solid;
    padding-top: 350px;
    padding-bottom: 250px;
}

#p5754 #r2477.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/MBA33RyR/separador-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p5754 #m2985 {
    border-style: solid;
    margin-bottom: 20px;
}

#p5754 #m4131 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#p5754 #c2775 {
    border-style: solid;
}

#p5754 #r3269 {
    padding-bottom: 100px;
}

#p5754 #m4707 {
    border-style: solid;
}

#p5754 #m3321+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p5754 #m3321+.hoverOverlay {
    border-style: solid;
}

#p5754 #r1604 {
    padding-bottom: 100px;
}

#p5754 #m2142 {
    border-style: solid;
}

#p5754 #r2220 {
    background-color: #8b1d17;
    border-style: solid;
    padding-top: 140px;
    padding-bottom: 100px;
}

#p7040 #r2477 {
    background-image: url(../uploads/0OEmCG2y/1123x0_2560x0/PaddockValles-058.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-top: 350px;
    padding-bottom: 250px;
}

#p7040 #r2477.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/MBA33RyR/separador-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p7040 #m2985 {
    border-style: solid;
    margin-bottom: 20px;
}

#p7040 #m4131 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#p7040 #c7001 {
    border-style: solid;
}

#p7040 #r3269 {
    padding-bottom: 100px;
}

#p7040 #m3368 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p7040 #m2380 {
    box-shadow: 20px 20px 2px 0px #c38c45;
    border-color: #000;
}

#p7040 #r1760 {
    background-color: #efefef;
    padding-bottom: 100px;
}

#p7040 #m3431 {
    box-shadow: -20px 20px 2px 0px #c38c45;
    border-color: #000;
}

#p7040 #m4331 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p7040 #r4007 {
    padding-bottom: 100px;
}

#p7040 #m3214 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p7040 #m4751 {
    box-shadow: 20px 20px 2px 0px #c38c45;
    border-style: solid;
    border-color: #000;
}

#p7040 #r2849 {
    background-color: #efefef;
    padding-bottom: 100px;
}

#p7040 #m2808 {
    box-shadow: -20px 20px 2px 0px #c38c45;
    border-style: solid;
    border-color: #000;
}

#p7040 #m2808+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p7040 #m2808+.hoverOverlay {
    border-style: solid;
}

#p7040 #m1757 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p7040 #r3509 {
    border-style: solid;
    padding-bottom: 100px;
}

#p7040 #m1838 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p7040 #m2330 {
    box-shadow: 20px 20px 2px 0px #c38c45;
    border-style: solid;
    border-color: #000;
}

#p7040 #m2330+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p7040 #m2330+.hoverOverlay {
    border-style: solid;
}

#p7040 #r2220 {
    background-color: #8b1d17;
    border-style: solid;
    padding-top: 140px;
    padding-bottom: 100px;
}

#p9283 #r2477 {
    background-image: url(../uploads/LGpS6fD4/1124x0_2560x0/IMG-20230703-WA0064.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-top: 350px;
    padding-bottom: 250px;
}

#p9283 #r2477.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/MBA33RyR/separador-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p9283 #m2985 {
    border-style: solid;
    margin-bottom: 20px;
}

#p9283 #m4131 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#p9283 #r3269 {
    border-style: solid;
}

#p9283 #m3378 {
    box-shadow: 20px 20px 2px 0px #c38c45;
    border-style: solid;
    border-color: #000;
}

#p9283 #r3397 {
    background-color: #efefef;
}

#p9283 #m1108 {
    box-shadow: -20px 20px 2px 0px #c38c45;
    border-style: solid;
    border-color: #000;
}

#p9283 #m1108+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p9283 #m1108+.hoverOverlay {
    border-style: solid;
}

#p9283 #m4315 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p9283 #r3799 {
    border-style: solid;
    padding-bottom: 60px;
}

#p9283 #r2220 {
    background-color: #8b1d17;
    border-style: solid;
    padding-top: 140px;
    padding-bottom: 100px;
}

#p6176 #r2477 {
    background-image: url(../uploads/B7FfWLIF/1175x0_2560x0/trec2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-top: 350px;
    padding-bottom: 250px;
}

#p6176 #r2477.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/MBA33RyR/separador-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p6176 #m2985 {
    border-style: solid;
    margin-bottom: 20px;
}

#p6176 #m4131 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#p6176 #m3379 {
    border-style: solid;
}

#p6176 #r3269 {
    border-style: solid;
}

#p6176 #m3415 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p6176 #m3378 {
    box-shadow: 20px 20px 2px 0px #c38c45;
    border-style: solid;
    border-color: #000;
}

#p6176 #r3397 {
    background-color: #efefef;
    border-style: solid;
    padding-bottom: 100px;
}

#p6176 #m1108 {
    box-shadow: -20px 20px 2px 0px #c38c45;
    border-color: #000;
}

#p6176 #m4315 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p6176 #r2220 {
    background-color: #8b1d17;
    border-style: solid;
    padding-top: 140px;
    padding-bottom: 100px;
}

#p7726 #r2477 {
    background-image: url(../uploads/8Vh482k6/1011x0_2560x0/IMG-20230610-WA0012_447.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-top: 350px;
    padding-bottom: 250px;
}

#p7726 #r2477.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/MBA33RyR/separador-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p7726 #m2985 {
    border-style: solid;
    margin-bottom: 20px;
}

#p7726 #m4131 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#p7726 #r3269 {
    padding-bottom: 100px;
}

#p7726 #m3415 {
    width: 31%;
    border-top-width: 2px;
    border-color: #000;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}

#p7726 #m3378 {
    box-shadow: 20px 20px 2px 0px #c38c45;
    border-color: #000;
}

#p7726 #m3378+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#p7726 #m3378+.hoverOverlay {
    border-style: solid;
}

#p7726 #m2671 .hoverOverlay .hoverIcon {
    border-style: solid;
}

#p7726 #m2671 .hoverOverlay {
    border-style: solid;
}

#p7726 #r2220 {
    background-color: #8b1d17;
    border-style: solid;
    padding-top: 140px;
    padding-bottom: 100px;
}

#p6792 #r3532 {
    background-image: url(../uploads/eHZMIzcg/1095x0_2560x0/banner01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-top: 350px;
    padding-bottom: 250px;
}

#p6792 #r3532.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.67);
    background-image: url(../uploads/MBA33RyR/separador-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p6792 #m2049 {
    border-style: solid;
    margin-bottom: 20px;
}

#p6792 #m3259 {
    text-align: center;
    border-style: solid;
}

#p6792 #m3259 li {
    background-color: #8b1d17;
}

#p6792 #m3724 {
    border-style: solid;
}

#p6792 #m4030 {
    border-style: solid;
}

#p6792 #r2511 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: rgb(255, 255, 255);
    border-bottom-width: 2px;
    border-color: rgb(255, 255, 255);
}

#p6792 #c4516 {
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgb(216, 216, 216);
}

#p6792 #m3904 {
    height: 800px;
    border-style: solid;
    margin-bottom: 0px;
}

#p6792 #c4699 {
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
    background-color: rgb(216, 216, 216);
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 20px;
}

#p6792 #m4705 {}

#p6792 #m3996 {
    border-style: solid;
    margin-bottom: 20px;
}

#p6792 #m3996 input[type=text],
#m3996 input[type=date],
#m3996 textarea,
#m3996 select {
    border-style: solid;
}

#p6695 #r2511 {
    background-color: rgb(182, 182, 182);
    border-style: solid;
    border-bottom-width: 2px;
    border-color: rgb(255, 255, 255);
    padding-left: 0px;
    padding-top: 120px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#p6695 #c4699 {
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    padding-left: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 50px;
}

#p6695 #m4705 {}

#p6695 #m2729 {}

#p6695 #m1889 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#p5035 {
    background-repeat: no-repeat;
}

#p5035 #r2474 {
    background-color: rgb(216, 216, 216);
    padding-top: 200px;
    padding-bottom: 100px;
}

#p9740 {
    background-repeat: no-repeat;
}

#p9740 #r2474 {
    background-color: rgb(216, 216, 216);
    border-style: solid;
    padding-top: 200px;
    padding-bottom: 100px;
}

#p6662 {
    background-repeat: no-repeat;
}

#p6662 #r2474 {
    background-color: rgb(216, 216, 216);
    padding-top: 200px;
    padding-bottom: 100px;
}

#p9475 {
    background-repeat: no-repeat;
}

#p9475 #r2474 {
    background-color: rgb(216, 216, 216);
    padding-top: 200px;
    padding-bottom: 100px;
}

@media only screen and (max-width:1199px) {
    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #c5000 {
        padding-left: 0px;
    }

    #m5000 {
        text-align: right;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r1074>.container {}

    #p9533 #c7163 {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
    }

    #p9533 #c8259 {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
    }

    #p9533 #c5127 {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
    }

    #p9533 #c3012 {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
    }

    #p9533 #c4361 {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
    }

    #p9533 #c3246 {
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 16px;
    }

    #p9533 #c4882 {
        padding-right: 45px;
    }

    #p5754 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p7040 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p9283 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p6176 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    #p7726 #m2671 .hoverOverlay .hoverIcon {
        border-style: solid;
    }

    #p7726 #m2671 .hoverOverlay {
        border-style: solid;
    }

    #p7726 #m2671 {
        border-style: solid;
    }

    #p7726 #r2220 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:767px) {
    #r5000 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c5000 {
        padding-bottom: 0px;
    }

    #m4819 {
        max-width: 61%;
        margin-left: auto;
        margin-bottom: 19px;
        margin-right: auto;
    }

    #c4354 {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #m5000 {
        margin-right: 5px;
    }

    #c4455 {
        border-style: solid;
        padding-bottom: 0px;
    }

    #c1136 {
        border-style: solid;
        padding-bottom: 0px;
    }

    #r1074 {
        padding-bottom: 15px;
        padding-top: 30px;
    }

    #r1074>.container {}

    #p9533 #r1000 {
        border-style: solid;
    }

    #p9533 #c7163 {
        margin-left: 0px;
        margin-right: 0px;
        border-right-width: 1px;
        margin-bottom: 0px;
    }

    #p9533 #c8259 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p9533 #c5127 {
        border-left-width: 1px;
    }

    #p9533 #c3012 {
        margin-left: 0px;
        margin-right: 0px;
        border-right-width: 1px;
        margin-bottom: 0px;
    }

    #p9533 #c4361 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    #p9533 #c3246 {
        border-left-width: 1px;
    }

    #p9533 #c8826 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9533 #c4882 {
        padding-bottom: 0px;
        padding-right: 15px;
    }

    #p5754 #r2220 {
        padding-right: 0px;
    }

    #p7040 #r2220 {
        padding-right: 0px;
    }

    #p9283 #r2220 {
        padding-right: 0px;
    }

    #p6176 #r2220 {
        padding-right: 0px;
    }

    #p7726 #m2671 .hoverOverlay .hoverIcon {
        border-style: solid;
    }

    #p7726 #m2671 .hoverOverlay {
        border-style: solid;
    }

    #p7726 #m2671 {
        border-style: solid;
    }

    #p7726 #r2220 {
        padding-right: 0px;
    }

    #p6792 #c4516 {
        padding-bottom: 0px;
    }

    #p6792 #m3904 {
        height: 200px;
    }

    #p6792 #c4699 {
        padding-top: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #p6695 #c4699 {
        padding-top: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #p5035 #r2474 {
        border-style: solid;
    }

    #p9740 #r2474 {
        border-style: solid;
    }

    #p6662 #r2474 {
        border-style: solid;
    }

    #p9475 #r2474 {
        border-style: solid;
    }
}