.headline {
    font-family: Hind;
    font-weight: 600;
    font-size: 46px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: left;
}

nav>ul li>a {
    font-family: Hind;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 15px;
    letter-spacing: 0.1em;
    transition: all 0.25s ease-in-out 0s;
}

nav>ul li>a:hover {
    font-weight: 600;
    color: rgb(255, 255, 255);
}

nav>ul li a {
    text-transform: uppercase;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
}

nav>ul>li>ul li a {
    background-color: #222931;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

nav.opened-menu>ul {
    background-color: #3c6;
}

.nav .navIcon.fa {
    padding-right: 10px;
    padding-bottom: 2px;
}

nav>ul>li>ul a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

nav>ul li a:hover {
    background-color: #222931;
}

nav>ul li.active>a {
    background-color: #222931;
}

nav>ul>li>ul a:hover {
    font-weight: 400;
    color: #3c6;
}

nav>ul>li>ul li.active>a {
    font-weight: 400;
    color: #3c6;
    background-color: #222931;
}

.subtitle {
    font-weight: 600;
    color: #3c6;
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.preamble {
    font-weight: 600;
    color: #3c6;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.bodytext {
    font-family: Open Sans;
    color: #6c6c6c;
    font-size: 15px;
    margin-bottom: 5px;
}

.bodytext a {
    color: #3c6;
}

.bodytext a:hover {
    font-weight: 700;
    color: #6c6c6c;
}

.smalltext {
    font-weight: 600;
    color: #222931;
    margin-bottom: 5px;
}

.smalltext a {
    font-weight: 600;
    color: #3c6;
}

.smalltext a:hover {
    font-weight: 600;
    color: #222931;
}

body {
    font-family: Hind;
    line-height: 1.6em;
}

body a {
    font-weight: 700;
    color: #222931;
    text-decoration: none;
}

body a:hover {
    color: #3c6;
}

.button {
    border-radius: 3px;
    background-color: #3c6;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-right: 25px;
}

.button:hover {
    background-color: #222931;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.button .buttonIcon.fa {
    margin-right: 10px;
}

.form {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.form label {
    padding-bottom: 0px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: #cacaca;
    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] {
    border-style: none;
    font-weight: 700;
    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: #cacaca;
    border-color: rgb(255, 255, 255);
    color: #222931;
}

.form2 input[type=submit] {
    color: #222931;
    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: #222931;
}

.form .subtitle {
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}

.form2 .subtitle {
    color: rgb(255, 255, 255);
}

.form input[type=text],
.form input[type=date],
.form textarea,
.form select {
    border-color: rgba(51, 204, 102, 0.37);
    color: #6c6c6c;
    font-size: 16px;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.6em;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.form .optins label>a.optinLink {
    color: #3c6;
}

.form .optins label>a.optinLink:hover {
    color: rgb(255, 255, 255);
}

.form input[type=submit]:hover {
    background-color: rgb(255, 255, 255);
    border-style: none;
    font-weight: 700;
    color: #222931;
}

.text {
    border-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.text table thead th {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #efefef;
    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 {
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #efefef;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}

.image {
    margin-bottom: 20px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    background-color: rgb(255, 255, 255);
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
}

.custom1 {
    font-family: Open Sans;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 5px;
}

.custom1 a {
    color: #3c6;
}

.custom2 {
    font-weight: 600;
    color: #3c6;
    text-decoration: none;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.custom2 a {
    color: #3c6;
}

.custom4 {
    color: rgba(216, 63, 0, 0);
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 20px;
}

.custom4 a {
    color: #3c6;
}

.custom4 a:hover {
    color: #3c6;
}

.custom5 {
    color: rgba(216, 63, 0, 0);
    font-size: 22px;
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
}

.custom5 a {
    color: #3c6;
}

.custom5 a:hover {
    color: #3c6;
}

.custom3 {
    margin-bottom: 20px;
    color: rgba(216, 63, 0, 0);
    font-size: 32px;
    line-height: 1.2em;
    text-align: left;
}

.custom3 a {
    color: #3c6;
}

.custom3 a:hover {
    color: #3c6;
}

.smallsubtitle {
    font-family: Hind;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.spottext {
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 46px;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
}

.spottext a {
    color: #3c6;
}

.footertext {
    font-family: Open Sans;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1.6em;
}

.footertext a {
    color: #6c6c6c;
}

.footertext a:hover {
    font-weight: 700;
}

.companyname {
    font-weight: 600;
    color: #3c6;
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
}

.smallspottext {
    font-family: Open Sans;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 5px;
}

.smallspottext a {
    color: #3c6;
}

.smallspottext a:hover {
    color: rgb(255, 255, 255);
}

.locale {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.locale ul li a {
    font-weight: 600;
    transition: all 0.25s ease-in 0s;
}

.locale ul li {
    text-align: left;
    background-color: #efefef;
    border-color: #cacaca;
}

.locale ul li a i+span {}

.locale .localeIcon {
    font-size: 20px;
}

.locale ul li:hover {
    background-color: #efefef;
}

.locale ul li a:hover {
    font-weight: 600;
}

.button2 {
    border-radius: 3px;
    background-color: #222931;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-transform: uppercase;
    border-style: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-color: rgba(51, 204, 102, 0);
    padding-left: 25px;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-right: 25px;
}

.button2:hover {
    background-color: #3c6;
    font-weight: 600;
    color: rgb(255, 255, 255);
    border-style: none;
}

.button2 .buttonIcon.fa {
    color: #3c6;
    margin-right: 10px;
}

.button2:hover .buttonIcon.fa {
    color: rgb(255, 255, 255);
}

.divider {
    width: 4%;
    border-top-width: 4px;
    border-color: #222931;
    margin-left: 20px;
    margin-right: 20px;
}

.singlePost .divider {
    margin-bottom: 40px;
}

.socialmedia {
    font-size: 18px;
    text-align: right;
}

.socialmedia li {
    border-left-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-right-width: 4px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-color: rgba(120, 97, 6, 0);
    margin-bottom: 10px;
    margin-right: 10px;
}

.socialmedia li a {
    color: #3c6;
    font-size: 20px;
}

.socialmedia li a:hover {
    color: #222931;
}

.paymenticons li {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 10px;
}

.paymenticons {
    text-align: left;
}

.linklist {
    background-color: rgba(241, 241, 241, 0);
    margin-bottom: 40px;
}

.linklist a {
    font-weight: 600;
    background-color: rgba(241, 241, 241, 0);
    margin-bottom: 1px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.linklist a:hover {
    font-weight: 600;
    background-color: rgba(241, 241, 241, 0);
}

.linklist .listIcon {
    color: #3c6;
    border-top-width: 3px;
    border-right-width: 20px;
}

.linklist .linklistTitle {
    color: #3c6;
    font-size: 34px;
}

.linklist .listIcon:hover {
    color: #222931;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.cart {
    padding-top: 3px;
    margin-left: auto;
    margin-right: 30px;
}

.cart .cartBtn {
    color: rgb(255, 255, 255);
    font-size: 22px;
}

.cart .cartAmount {
    width: 16px;
    height: 16px;
    font-size: 12px;
    background-color: #3c6;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: -5px;
    margin-top: -8px;
}

.cart .checkoutBtn {
    margin-bottom: 0px;
}

.cart .title {
    margin-bottom: 20px;
}

.cart .subTotal {
    margin-top: 5px;
    margin-bottom: 10px;
}

.cart .cartContents {
    background-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #efefef;
}

.cart .divider {
    margin-bottom: 10px;
}

.cart .cartBtn:hover {
    color: #3c6;
}

.search {
    display: table;
    margin-left: auto;
    margin-right: 0;
}

.search .searchicon {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.review {
    margin-bottom: 40px;
    background-color: #efefef;
    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;
    padding-left: 0px;
    padding-right: 0px;
    color: #222931;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .readMore {
    width: 40%;
    background-color: #222931;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
}

.blog .title {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}

.blog .shortDescription {
    padding-left: 0px;
    padding-right: 0px;
}

.blog li .textContainer {
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
}

.blog li {
    background-color: #efefef;
}

.blog .readMore:hover {
    background-color: #3c6;
    font-weight: 600;
}

.blog .hoverOverlay {
    background-color: rgba(51, 204, 102, 0.37);
}

.catalog {
    margin-bottom: 40px;
}

.catalog .productText {
    padding-top: 10px;
}

.catalog .visualTag {
    text-align: center;
    text-transform: uppercase;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 7px;
}

.catalog .name a:hover {
    font-weight: 500;
}

.catalog .price {
    font-weight: 700;
    color: #3c6;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0px;
}

.catalog li {
    background-color: rgb(255, 255, 255);
}

.catalog .name {
    text-align: center;
}

.productcatalog .name {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.productcatalog .price {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
}

.productcatalog .name a {
    font-weight: 500;
    color: #3c6;
}

.productcatalog .name a:hover {
    font-weight: 500;
}

.productcatalog .oldprice {
    font-family: Archivo;
    font-weight: 700;
    color: #6c6c6c;
    font-size: 16px;
}

.catalog .name a {
    font-weight: 500;
}

.catalog .oldprice {
    font-family: Open Sans;
    font-weight: 400;
    color: #6c6c6c;
}

.catalog .hoverOverlay {
    background-color: rgba(255, 255, 255, 0.74);
}

.productcatalog .visualTag {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.emailshare a {
    margin-bottom: 20px;
}

.openinghours .specialDayTitle {
    margin-top: 40px;
}

.openinghours {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.offers {
    background-color: #efefef;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

.offers .button {
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: auto;
}

.offers .offerName {
    color: #222931;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.offers .offerDescription {
    text-align: center;
}

.offers .offerPrice {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.offers .validFrom {
    text-align: center;
}

.offers .validThrough {
    text-align: center;
}

.offerPrice {
    font-weight: 400;
}

.offers .button:hover {
    background-color: #222931;
    font-weight: 600;
}

.list {
    margin-bottom: 40px;
}

.list .listIcon {
    color: #3c6;
    font-size: 18px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.list .itemLabel {
    font-weight: 600;
    color: #222931;
    font-size: 16px;
}

.list .listTitle {
    font-size: 34px;
}

.list .itemSubtext {
    font-weight: 400;
    color: #6c6c6c;
}

.video {
    margin-bottom: 40px;
}

.singleProduct .gallery .visualTag {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.singleProduct .divider {
    width: 100%;
    border-top-width: 1px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}

.singleProduct .oldprice {
    margin-right: 20px;
}

.singleProduct .name {
    font-weight: 500;
    color: #222931;
}

.singleProduct .price {
    font-weight: 700;
    color: #3c6;
}

.pricelist {
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #3c6;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.pricelist li {
    background-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-color: #cacaca;
    padding-left: 19px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 19px;
}

.pricelist .listImg {
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
}

.pricelist .itemdescription {
    margin-bottom: 0px;
}

.pricelist .listTitle {
    color: #222931;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
}

.pricelist .item {
    text-transform: none;
}

.pricelist .itemprice {
    font-size: 22px;
}

.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: #3c6;
    margin-bottom: 10px;
}

.verticalnav>li>a:hover {
    color: #3c6;
}

nav>li.active>a {
    color: #3c6;
}

.verticalnav>li>ul a {
    color: #3c6;
}

.verticalnav>li>ul a:hover {
    color: #3c6;
}

.verticalnav>li>ul li.active>a {
    color: #3c6;
}

.verticalnav>li>ul li a {
    margin-bottom: 10px;
}

.verticalnav .verticalnavIcon.fa {
    margin-right: 10px;
}

.singlePost .blogShare {
    margin-bottom: 40px;
}

.singlePost .title {
    color: #3c6;
    font-size: 34px;
    text-transform: none;
}

.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: #efefef;
    padding-left: 20px;
    padding-right: 20px;
}

.shopfilter .filter_label {
    font-weight: 600;
}

.shopfilter label {
    font-family: Open Sans;
    color: #222931;
    font-size: 13px;
    line-height: 1.1em;
}

.shopfilter .price-text {
    font-weight: 600;
    color: #222931;
    font-size: 14px;
}

.shopfilter .clearSelection {
    color: #3c6;
    font-size: 12px;
    line-height: 2.45em;
}

.shopfilter .ui-slider {
    background-color: #cacaca;
}

.shopfilter .ui-slider-range {
    background-color: #3c6;
}

.shopfilter .ui-slider-handle {
    border-color: #cacaca;
}

.scrollIcon {
    background-color: #222931;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.scrollIcon span:before {
    color: rgb(255, 255, 255);
}

.scrollIcon:hover {
    background-color: #3c6;
}

.lightbox-image .lightbox-caption {
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.modal {
    background-color: #efefef;
    border-color: #3c6;
    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: #222931;
}

.engagement.thinbar {
    background-color: #efefef;
    border-color: #3c6;
    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: #efefef;
    border-color: #3c6;
    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 {
    color: #3c6;
    font-size: 35px;
}

.iconlist li a {
    color: #3c6;
}

.iconlist li a:hover {
    color: #3c6;
}

.iconlist li {
    color: #3c6;
    background-color: rgba(0, 155, 207, 0);
    width: 50px;
    height: 50px;
}

.iconlist {
    text-align: left;
}

.iconlist .iconItem:hover {
    color: #3c6;
}

.accordion .itemTitle {
    color: #222931;
    font-size: 14px;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #cacaca;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}

.accordion .itemContent {
    background-color: #efefef;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #cacaca;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.accordion .button {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: auto;
}

.accordion .itemIcon {
    color: #3c6;
    font-size: 16px;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
}

.accordion li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.accordion .itemTitle:hover {
    background-color: rgb(255, 255, 255);
    border-color: #cacaca;
}

.accordion .itemIcon:hover {
    color: #222931;
    border-style: none;
}

.hoverOverlay {
    background-color: rgba(51, 204, 102, 0.37);
}

.hoverOverlay .hoverIcon {
    color: #3c6;
    font-size: 70px;
    width: 70px;
    height: 70px;
}

.hoverOverlay .hoverText {
    color: rgb(255, 255, 255);
    font-size: 26px;
    text-align: center;
}

.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-weight: 600;
    font-size: 46px;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center;
}

.darksmallspottext {
    font-family: Open Sans;
    font-size: 22px;
    line-height: 1.2em;
    text-align: center;
}

.darksmallspottext a {
    color: #3c6;
}

.darksmallspottext a:hover {
    color: #222931;
}

.lightheadline {
    font-family: Hind;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 46px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lightheadline a {
    color: #3c6;
}

.lightheadline a:hover {
    color: rgb(255, 255, 255);
}

.lightsubtitle {
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.lightsubtitle a {
    color: #3c6;
}

.lightsmallsubtitle {
    font-family: Hind;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.lightsmallsubtitle a {
    color: rgb(255, 255, 255);
}

.lightsmallsubtitle a:hover {
    color: #cacaca;
}

.lightpreamble {
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.lightpreamble a {
    color: #3c6;
}

.lightpreamble a:hover {
    color: rgb(255, 255, 255);
}

.lightbodytext {
    font-family: Open Sans;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-bottom: 5px;
}

.lightbodytext a {
    color: #3c6;
}

.lightbodytext a:hover {
    color: rgb(255, 255, 255);
}

.lightsmalltext {
    font-family: Hind;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.lightsmalltext a {
    color: #3c6;
}

.lightsmalltext a:hover {
    color: rgb(255, 255, 255);
}

.custom9 {
    color: rgba(216, 63, 0, 0);
}

.custom10 {
    color: rgba(216, 63, 0, 0);
}

.engagement.sticky {
    margin-left: 0px;
    background-color: #efefef;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-bottom-width: 4px;
    border-color: #3c6;
}

.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 {
    background-color: #efefef;
    color: #222931;
    letter-spacing: 0.05em;
}

.button3:hover {
    background-color: #222931;
}

.button3 .buttonIcon.fa {
    color: #3c6;
}

.button3:hover .buttonIcon.fa {
    color: rgb(255, 255, 255);
}

.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: #222931;
}

.form2 label {
    color: #222931;
    font-size: 16px;
    text-align: left;
}

.form2 input[type=text],
.form2 textarea,
.form2 select {
    background-color: #efefef;
    font-family: Open Sans;
    font-size: 15px;
}

.form2 .subtitle {
    color: #222931;
    font-size: 18px;
}

.form2 .optins label>a.optinLink {
    font-weight: 600;
}

.form2 .optins label>a.optinLink:hover {
    font-weight: 600;
    color: #222931;
}

.form2 input[type=submit] {
    display: table;
    background-color: #222931;
    color: rgb(255, 255, 255);
    margin-left: 0px;
    margin-right: auto;
}

.form input[type=submit]:hover {
    background-color: #3c6;
}

.brandfooter {
    font-family: Open Sans;
    color: #6c6c6c;
    font-size: 13px;
    border-style: none;
    border-top-width: 1px;
    border-color: #cacaca;
    padding-top: 10px;
    padding-bottom: 10px;
}

.arrow {
    color: rgb(255, 255, 255);
    font-size: 22px;
    background-color: #3c6;
    width: 40px;
    height: 70px;
    border-style: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.arrow:hover {
    color: rgb(255, 255, 255);
    background-color: #222931;
    border-style: none;
}

.dots li {
    width: 15px;
    height: 15px;
    background-color: rgb(255, 255, 255);
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-color: #efefef;
}

.dots li.active {
    background-color: #3c6;
}

.dots li:hover {
    background-color: #3c6;
    border-style: solid;
    border-color: #efefef;
}

.skipNavigation a.skipNavigationLink {
    color: #cacaca;
}

.skipNavigation {
    border-color: #cacaca;
}

.review .reviewName {
    font-size: 22px;
    text-transform: uppercase;
}

.review .authorDate {
    color: #3c6;
}

.review .reviewRating {
    color: #222931;
}

.review {
    background-color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.businesscard .divider1 {
    border-style: none;
    border-color: rgba(34, 41, 49, 0);
}

.businesscard .divider3 {
    border-style: none;
    border-color: rgba(34, 41, 49, 0);
}

.businesscard .divider4 {
    border-style: none;
    border-color: rgba(34, 41, 49, 0);
}

.businesscard .divider2 {
    border-style: none;
    border-color: rgba(34, 41, 49, 0);
}

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: rgb(227, 92, 67);
    outline-style: solid;
}

@media only screen and (max-width:1199px) {
    nav>ul li>a {
        font-size: 12px;
    }

    nav>ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    body {}

    body a {}

    body a:hover {}

    .text {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smalltext {
        font-size: 12px;
    }

    .companyname {
        font-size: 18px;
    }

    .custom2 {
        font-size: 19px;
    }

    .locale {
        text-align: left;
    }

    .button {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .lightheadline {
        font-size: 42px;
    }

    .button2 {
        width: 85%;
        font-size: 14px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:767px) {
    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
    }

    nav>ul>li>ul li.active>a {
        border-color: rgba(255, 255, 255, 0);
    }

    nav:before {
        color: rgb(255, 255, 255);
        font-size: 30px;
    }

    nav:hover:before {
        color: rgb(255, 255, 255);
    }

    nav>ul li>a {
        font-size: 14px;
    }

    .headline {
        font-size: 36px;
    }

    .preamble {
        font-size: 28px;
    }

    .text {
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .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;
    }

    .gallery .arrow {
        height: 50px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        text-align: center;
        margin-left: 9px;
        margin-bottom: 20px;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .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 {}

    body a {}

    body a:hover {}

    .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 {}

    .smallspottext {
        font-size: 20px;
    }

    .button2 {
        width: 85%;
        margin-left: auto;
        margin-bottom: 20px;
        margin-right: auto;
    }

    .socialmedia li a {
        font-size: 24px;
        width: 38px;
        height: 38px;
    }

    .socialmedia li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .review {
        margin-bottom: 20px;
    }

    .search .searchicon {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .linklist {
        margin-bottom: 20px;
    }

    .html {
        margin-bottom: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .catalog {
        margin-bottom: 20px;
    }

    .productcatalog .name {
        font-size: 18px;
    }

    .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;
    }

    .pricelist .item {
        font-size: 18px;
    }

    .pricelist .itemdescription {
        font-size: 14px;
    }

    .pricelist .itemprice {
        font-size: 18px;
    }

    .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;
    }

    .lightsmallsubtitle {
        font-size: 20px;
    }

    .lightbodytext {
        font-size: 16px;
    }

    .lightsmalltext {
        font-size: 14px;
    }

    .lightpreamble {
        font-size: 28px;
    }
}

#r5001 {
    padding-left: 0px;
    padding-right: 0px;
}

#r5001>.container {}

#r3471 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #efefef;
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

#c2560 {
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    padding-left: 0px;
    padding-right: 16px;
}

#m3236 {
    margin-left: 0px;
    margin-right: auto;
}

#m3236 ul li a i+span {
    display: none;
}

#c7108 {
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    padding-left: 16px;
    padding-right: 0px;
}

#m4193 li {
    margin-bottom: 0px;
    margin-right: 0px;
}

#r5000 {
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border-style: solid;
    border-color: #cacaca;
    padding-top: 25px;
    padding-bottom: 0px;
}

#r5000.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
}
#r5000>.container {
    background-color: rgb(255, 255, 255);
}


#c5000 {
    padding-top: 10px;
    padding-bottom: 10px;
}
#m4819 {
    border-style: solid;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#m4819+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#m4819+.hoverOverlay {
    border-style: solid;
}


#m3730 {
    margin-bottom: 0px;
}

#c3651 {
    border-style: none;
    padding-left: 0px;
    padding-right: 0px;
}

#m1327 {
    text-align: right;
}

#m1327 .iconItem {
    font-size: 30px;
}

#c1233 {
    padding-left: 0px;
    padding-right: 0px;
}

#m3288 {
    border-style: solid;
    border-right-width: 1px;
    border-color: #cacaca;
    margin-bottom: 0px;
}

#c2828 {
    padding-left: 0px;
    padding-right: 0px;
}

#m4241 {
    text-align: right;
    border-style: solid;
}

#m4241 .iconItem {
    font-size: 30px;
}

#c1563 {
    padding-left: 0px;
    padding-right: 0px;
}

#m1398 {
    border-style: solid;
    border-right-width: 1px;
    border-color: #cacaca;
    margin-bottom: 0px;
}

#c4354 {
    padding-left: 0px;
    padding-right: 0px;
}

#m3883 {
    margin-left: auto;
    margin-right: auto;
}

#r1135 {
    background-color: rgba(216, 63, 0, 0);
    background-repeat: repeat-x;
    border-color: #cacaca;
    padding-top: 0px;
    padding-bottom: 0px;
}

#c2340 {
    background-color: #3c6;
    border-style: solid;
    padding-left: 0px;
    padding-right: 0px;
}

#c1176 {
    background-color: #3c6;
    padding-right: 0px;
}

#r5002 {
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002>.container {}

#r3235 {
    background-color: #efefef;
    border-top-width: 2px;
    border-color: #6c6c6c;
}

#r3235.bgfilter:before {
    background-image: url("https://u1374970.test.beedigitalweb.com/uploads/Ddysi3W8/patron-lineas-gris__msi___png.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#m8939 {
    border-style: solid;
    margin-bottom: 10px;
}

#m1384 {
    border-style: solid;
    margin-bottom: 0px;
}

#m4052 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 200px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

#m4052 .buttonIcon.fa {
    font-size: 48px;
    margin-left: 5px;
    margin-right: 5px;
}

#m1053 {
    border-style: solid;
    padding-left: 0px;
    padding-right: 0px;
}

#m3079 {
    text-align: left;
    border-style: solid;
}

#m2107 {
    border-style: solid;
    padding-left: 0px;
    padding-right: 0px;
}

#p9533 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0%;
}

#p9533 #r2135 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/LODvwBtc/226797336_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;
    border-style: solid;
    padding-top: 390px;
    padding-bottom: 220px;
}

#p9533 #r2135.bgfilter:before {
    background-image: url(/uploads/CpTLiI7h/degradado-blanco.png);
    background-repeat: repeat-x;
}

#p9533 #c8574.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
}

#p9533 #c8574 {
    border-style: solid;
    padding-top: 20px;
}

#p9533 #m2491 {
    margin-left: auto;
    margin-right: auto;
}

#p9533 #r1528 {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 80px;
}

#p9533 #c6981 {
    background-color: #efefef;
    background-image: url(/uploads/6HRyLkMm/217864422_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-left-width: 5px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 20px;
}

#p9533 #c6981.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p9533 #m2584 {
    border-style: solid;
    margin-left: 16px;
}

#p9533 #m2584 .iconItem {
    font-size: 40px;
}

#p9533 #m7494 {
    margin-left: 16px;
    margin-right: 16px;
}

#p9533 #m3487 {
    padding-left: 16px;
    padding-right: 16px;
}

#p9533 #m3217 {
    margin-left: 16px;
    margin-bottom: 0px;
    margin-right: 16px;
}

#p9533 #c6881 {
    background-color: #efefef;
    background-image: url(/uploads/HW287BWz/213218576_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    border-left-width: 10px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 20px;
}

#p9533 #c6881.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
}

#p9533 #m4525 {
    border-style: solid;
    margin-left: 16px;
}

#p9533 #m4525 .iconItem {
    font-size: 40px;
}

#p9533 #m5157 {
    margin-left: 16px;
    margin-right: 16px;
}

#p9533 #m3184 {
    padding-left: 16px;
    padding-right: 16px;
}

#p9533 #m1671 {
    margin-left: 16px;
    margin-bottom: 0px;
    margin-right: 16px;
}

#p9533 #c5700 {
    background-color: #efefef;
    background-image: url(/uploads/ghDMSYWM/207593949_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-style: solid;
    border-left-width: 10px;
    border-bottom-width: 10px;
    border-right-width: 5px;
    border-color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 20px;
}

#p9533 #c5700.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
}

#p9533 #m1944 {
    border-style: solid;
    margin-left: 16px;
}

#p9533 #m1944 .iconItem {
    font-size: 40px;
}

#p9533 #m7565 {
    margin-left: 16px;
    margin-right: 16px;
}

#p9533 #m1765 {
    padding-left: 16px;
    padding-right: 16px;
}

#p9533 #m3825 {
    margin-left: 16px;
    margin-bottom: 0px;
    margin-right: 16px;
}

#p9533 #r3904 {
    border-style: solid;
    padding-top: 80px;
}

#p9533 #c4088 {
    padding-right: 40px;
}

#p9533 #m2283 {
    border-style: solid;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p9533 #c2495 {
    background-image: url(/uploads/HW287BWz/213218576_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
}

#p9533 #r4805 {
    background-image: url(/uploads/LODvwBtc/226797336_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p9533 #r4805.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
    background-repeat: repeat-x;
    background-position: 0% 100%;
}

#p9533 #c1569 {
    border-style: solid;
    padding-bottom: 20px;
}

#p9533 #m4596 {
    margin-left: auto;
    margin-right: auto;
}

#p9533 #r3074 {
    border-style: solid;
    padding-top: 80px;
}

#p9533 #c3452 {
    background-image: url(/uploads/hZkk7vjK/207906405_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
}

#p9533 #c1349 {
    border-style: solid;
    padding-left: 40px;
}

#p9533 #m3697 {
    border-style: solid;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p9533 #r1812 {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #efefef;
    background-image: url(undefined);
    border-color: #cacaca;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p9533 #r1812.bgfilter:before {
    background-image: url("https://u1374970.test.beedigitalweb.com/uploads/Ddysi3W8/patron-lineas-gris__msi___png.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p9533 #c1968 {
    padding-right: 30px;
}

#p9533 #m2243 {
    border-style: solid;
    margin-bottom: 0px;
}

#p9533 #c2098 {
    background-color: #222931;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #cacaca;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
}

#p9533 #c2098.bgfilter:before {
    background-image: url(/uploads/VFdY1ME6/patron-lineas-oscuro__msi___png.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#p9533 #m3641 {
    border-style: solid;
    width: 8%;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#p9533 #m1410 {
    border-style: solid;
    margin-top: 0px;
}

#p9533 #m4157 input[type=text],
#m4157 input[type=date],
#m4157 textarea,
#m4157 select {
    border-style: solid;
}

#p9533 #m4157 {
    border-style: solid;
}

#p5572 #r2152 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/LODvwBtc/226797336_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;
    border-style: solid;
    padding-top: 300px;
    padding-bottom: 100px;
}

#p5572 #r2152.bgfilter:before {
    background-image: url(/uploads/CpTLiI7h/degradado-blanco.png);
    background-repeat: repeat-x;
}

#p5572 #c3075.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
}

#p5572 #c3075 {
    border-style: solid;
    padding-top: 20px;
}

#p5572 #m1322 {
    margin-right: auto;
}

#p5572 #r2734 {
    border-style: solid;
    padding-top: 80px;
}

#p5572 #c2262 {
    padding-right: 40px;
}

#p5572 #m4941 {
    border-style: solid;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p5572 #c4706 {
    background-image: url(/uploads/HW287BWz/213218576_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
}

#p5572 #r4491 {
    background-image: url(/uploads/LODvwBtc/226797336_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

#p5572 #r4491.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
    background-repeat: repeat-x;
    background-position: 0% 100%;
}

#p5572 #c1394 {
    border-style: solid;
    padding-bottom: 20px;
}

#p5572 #m4049 {
    margin-left: auto;
    margin-right: auto;
}

#p6792 #r3237 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/LODvwBtc/226797336_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: fixed;
    border-style: solid;
    padding-top: 300px;
    padding-bottom: 100px;
}

#p6792 #r3237.bgfilter:before {
    background-image: url(/uploads/CpTLiI7h/degradado-blanco.png);
    background-repeat: repeat-x;
}

#p6792 #c3703.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
}

#p6792 #c3703 {
    border-style: solid;
    padding-top: 20px;
}

#p6792 #r2887 {
    border-style: solid;
    padding-bottom: 40px;
}

#p6792 #m2077 {
    width: 10%;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p6792 #m1081 {
    margin-bottom: 0px;
}

#p6792 #m4344 {
    margin-top: 0px;
}

#p6792 #m4813 {
    margin-bottom: 0px;
}

#p6792 #m2100 {
    width: 10%;
    display: table;
    margin-left: 0;
    margin-right: auto;
}

#p6792 #m2116 input[type=text],
#m2116 textarea,
#m2116 select {
    border-style: solid;
}

#p6792 #m2116 {
    border-style: solid;
}

#p6792 #r4806 {
    border-color: rgb(255, 255, 255);
    padding-top: 0px;
}

#p6792 #c1933 {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #efefef;
}

#p6792 #m1586 {
    height: 300px;
    background-color: #cacaca;
    border-style: solid;
    margin-bottom: 0px;
}

#p6792 #r2168 {
    background-image: url(/uploads/6HRyLkMm/217864422_m_normal_none__msi___jpg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    border-style: solid;
}

#p6792 #r2168.bgfilter:before {
    background-color: rgba(0, 0, 0, 0.49);
    background-repeat: repeat-x;
    background-position: 0% 100%;
}

#p6792 #c4522 {
    border-style: solid;
    padding-bottom: 20px;
}

#p5719 #r4507 {
    background-color: #efefef;
    padding-top: 0px;
    padding-bottom: 0px;
}

#p5719 #c1167 {
    padding-top: 150px;
    padding-bottom: 150px;
}

#p5719 #m4705 {
    margin-bottom: 0px;
}

#p5719 #m2112 {
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#p5035 {
    background-repeat: no-repeat;
}

#p5035 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}

#p9740 {
    background-repeat: no-repeat;
}

#p9740 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}

#p6662 {
    background-repeat: no-repeat;
}

#p6662 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}

#p7228 {
    background-repeat: no-repeat;
}

#p7228 #r2474 {
    padding-bottom: 100px;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}

@media only screen and (max-width:1199px) {
    #r3471 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #c2560 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c7108 {
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    #c5000 {
        padding-left: 0px;
    }

    #m4819 {
        max-width: 100%;
        border-style: solid;
    }

    #m4819+.hoverOverlay .hoverIcon {
        border-style: solid;
    }

    #m4819+.hoverOverlay {
        border-style: solid;
    }

    #c3651 {
        margin-left: 0px;
        margin-right: 0px;
    }

    #m3883 {
        width: 100%;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #m3883 .buttonIcon.fa {
        margin-right: 5px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #p9533 #c6981 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
    }

    #p9533 #c6881 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
    }

    #p9533 #c5700 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 16px;
    }

    #p9533 #c1968 {
        padding-right: 45px;
    }
}

@media only screen and (max-width:767px) {
    #r3471 {
        margin-left: 0px;
        margin-right: 0px;
    }

    #c2560 {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #c7108 {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 16px;
    }

    #r5000 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #c5000 {
        padding-bottom: 0px;
    }

    #c3651 {
        padding-bottom: 0px;
    }

    #c1233 {
        padding-bottom: 0px;
    }

    #c2828 {
        padding-bottom: 0px;
    }

    #c1563 {
        padding-bottom: 0px;
    }

    #c4354 {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    #c2340 {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #m1331 {
        margin-left: 20px;
    }

    #c1176 {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #r3235 {
        border-style: solid;
        padding-bottom: 20px;
    }

    #c9351 {
        border-style: solid;
        padding-bottom: 20px;
    }

    #p9533 #r2135 {
        padding-top: 350px;
        padding-bottom: 100px;
    }

    #p9533 #c8574 {
        padding-top: 40px;
    }

    #p9533 #c6981 {
        border-style: solid;
        border-left-width: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9533 #c6881 {
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9533 #c5700 {
        border-style: solid;
        border-right-width: 10px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #p9533 #c4088 {
        border-style: solid;
        padding-bottom: 20px;
        padding-right: 16px;
    }

    #p9533 #c2495 {
        padding-left: 0px;
        padding-top: 200px;
        padding-bottom: 200px;
        padding-right: 0px;
    }

    #p9533 #c1569 {
        padding-bottom: 0px;
    }

    #p9533 #c3452 {
        padding-left: 0px;
        padding-top: 200px;
        padding-bottom: 200px;
        padding-right: 0px;
    }

    #p9533 #c1349 {
        border-style: solid;
        padding-bottom: 20px;
        padding-right: 16px;
    }

    #p9533 #r1812 {
        border-top-width: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #p9533 #c1968 {
        border-style: solid;
        padding-left: 25px;
        padding-bottom: 40px;
        padding-right: 25px;
    }

    #p9533 #c2098 {
        padding-left: 20px;
        padding-right: 20px;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    #p5572 #r2152 {
        border-style: solid;
        padding-top: 350px;
    }

    #p5572 #c3075 {
        padding-top: 40px;
    }

    #p5572 #c2262 {
        border-style: solid;
        padding-bottom: 20px;
        padding-right: 16px;
    }

    #p5572 #c4706 {
        padding-left: 0px;
        padding-top: 200px;
        padding-bottom: 200px;
        padding-right: 0px;
    }

    #p5572 #c1394 {
        padding-bottom: 0px;
    }

    #p6792 #r3237 {
        border-style: solid;
        padding-top: 350px;
    }

    #p6792 #c3703 {
        padding-top: 40px;
    }

    #p6792 #c2865 {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #p6792 #c1355 {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 16px;
    }

    #p6792 #r4806 {
        border-style: solid;
        padding-bottom: 0px;
    }

    #p6792 #c1933 {
        padding-bottom: 0px;
    }

    #p6792 #m1586 {
        height: 295px;
        border-style: solid;
    }

    #p6792 #c4522 {
        padding-bottom: 0px;
    }

    #p5035 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p9740 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p6662 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #p7228 #r2474 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}