.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wholeSpace, .boxSocial .socialContent.pinterestContent > div > a > img, .boxSocial .socialContent.pinterestContent > div, .boxSocial .socialContent.pinterestContent > span, .boxSocial .socialContent.instagramContent > a > img, .boxSocial .header > header, .boxSocial .header, .servicesHexagonsPost, .errorHandler, .designBy, #footer, .iframe iframe, .rowContent > h4, .rowContent > h3, .rowContent.contactForm form > label, .rowContent.contactForm form > label > input, .rowContent.contactForm form > label > textarea, .rowContent.contactForm form, .rowContent, .boxContent, .custom-container .postChildren, .container-block, .navbar {
  float: left;
  width: 100%;
}

@font-face {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body {
  font-family: "Playfair", sans-serif;
  background-color: #efe9e4;
}

.boxContent {
  background-color: #fff;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 42px;
  letter-spacing: 1px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
}

h4 {
  font-size: 15px;
  letter-spacing: 1px;
}

b, strong {
  font-weight: 900;
}

#debugger {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 9px;
  padding: 2px 10px;
  text-align: center;
  z-index: 2;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}

/**********/
/* SCROLL */
/**********/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border: 0 none #000000;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8e8e8e;
}

::-webkit-scrollbar-thumb:active {
  background: #737373;
}

::-webkit-scrollbar-track {
  background: #eeeeee;
  border: 0 none #9a9a9a;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #d3d3d3;
}

::-webkit-scrollbar-track:active {
  background: #d3d3d3;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*********/
/* POPUP */
/*********/
#coreFrame {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

#core {
  overflow-y: auto;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url("/assets/img/px-black-80.png");
  z-index: 30;
}
#core span.popup-close {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url("/images/sprite.png") 0px -36px;
}
#core .box {
  position: relative;
  width: calc(100% - 100px);
  max-width: 1100px;
  padding: 30px;
  margin: 50px auto;
  text-align: center;
  background-color: #fff;
  color: #000;
}
#core.autoCenter {
  text-align: center;
}
#core.autoCenter .box {
  display: inline-block;
  width: auto;
}
#core > header {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
#core div.btnClose {
  display: inline-block;
  cursor: pointer;
  padding: 12px 25px;
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #d8d8d8;
  opacity: 0.9;
}
#core div.btnClose:hover, #core div.btnClose:active, #core div.btnClose:focus {
  opacity: 1;
}
#core .popup-info {
  position: absolute;
  left: 50px;
  bottom: 50px;
  max-width: 35%;
}
#core .popup-info .popup-info-visible {
  padding: 20px 30px;
  border-radius: 20px;
  border: 2px dashed;
  background: url("/images/px-black-50.png");
}
#core .popup-info .popup-info-icon {
  display: none;
  position: fixed;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("/images/sprite.png") -1px -1px;
}
#core .popup-info .popup-info-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url("/images/sprite.png") -36px -52px;
}
#core .popup-left, #core .popup-right {
  display: inline-table;
  vertical-align: top;
}
#core .popup-left {
  width: 45%;
  padding-right: 25px;
}
#core .popup-left img {
  float: left;
  width: 100%;
}
#core .popup-right {
  width: 55%;
  text-align: center;
}
#core .popup-right p {
  text-align: left;
}
#core .popup-right > h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}

#core.wholeScreen, .navbar-header > nav > div .subMenus > div#core {
  overflow: hidden;
}
#core.wholeScreen .box, .navbar-header > nav > div .subMenus > div#core .box {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#core.wholeScreen .isSlider, .navbar-header > nav > div .subMenus > div#core .isSlider {
  height: 100%;
}

/******************/
/* POPUP DISCOUNT */
/******************/
#core.popupDiscount {
  padding-top: 40px;
  background: rgba(0, 0, 0, 0.4);
}
#core.popupDiscount .box {
  width: 700px;
  background-color: #ebc888;
  padding: 5px;
}
#core.popupDiscount .coreContent {
  border: #a47a26 3px solid;
  padding: 5px;
}
#core.popupDiscount .coreContent .popup-close {
  text-align: right;
}
#core.popupDiscount .coreContent .popup-close img {
  height: 30px;
  opacity: 0.5;
  cursor: pointer;
}
#core.popupDiscount .coreContent .popup-title {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
#core.popupDiscount .coreContent .popup-subtitle {
  font-weight: bold;
  font-size: 38px;
  line-height: 30px;
  margin: 30px 0 40px 0;
}
#core.popupDiscount .coreContent .popup-text {
  font-size: 20px;
  font-weight: 500;
  padding: 0 105px;
  color: #443226;
}
#core.popupDiscount .coreContent .popup-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0 40px 0;
  text-align: center;
  background-color: #a67924;
}
#core.popupDiscount .coreContent .popup-button:hover, #core.popupDiscount .coreContent .popup-button:active, #core.popupDiscount .coreContent .popup-button:focus {
  text-decoration: none;
}

/*****************/
/* FLASH MESSAGE */
/*****************/
.flashMessageContainer {
  position: fixed;
  top: 75px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.flashMessageContainer .flashMessage {
  display: inline-block;
  padding: 10px 50px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  background-color: #8f7d51;
  box-shadow: #000 0 1px 1px 1px;
}

/********/
/* MENU */
/********/
.navbar-static-top {
  z-index: 20;
}

.navbar-toggler {
  display: none;
  float: right;
  margin-top: 6px;
  padding: 4px 12px 8px 12px;
  border: #8f7d51 1px solid;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
}

.navbar-toggler.active {
  border-color: #8f7d51;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-top: 4px;
  background-color: #8f7d51;
  border-radius: 1px;
}

.navbar-toggler.active .icon-bar {
  background-color: #8f7d51;
}

.navbar-header {
  float: none;
}

.navbar {
  position: fixed;
  top: 0;
  height: 86px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent !important;
}

.navbar-header {
  padding: 0 15px;
}
.navbar-header > .logo {
  display: none;
  float: left;
  width: 138px;
  padding: 5px 15px 0 15px;
}
.navbar-header > .logo img, .navbar-header > .logo svg {
  height: 75px;
}
.navbar-header > nav {
  display: none;
  float: left;
  width: calc(100% - 300px);
}
.navbar-header > nav > div {
  position: relative;
  float: left;
  height: 86px;
  text-align: center;
}
.navbar-header > nav > div > .menuSeparator {
  opacity: 0;
  float: left;
  width: 30px;
  margin-top: -3px;
  padding: 35px 0;
  text-align: center;
}
.navbar-header > nav > div > a {
  float: left;
  width: calc(100% - 30px);
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  color: inherit;
  padding: 35px 0;
  text-align: center;
  transition-duration: 300ms;
  text-decoration: none;
}
.navbar-header > nav > div > a:hover, .navbar-header > nav > div > a:active, .navbar-header > nav > div > a:focus {
  color: #8f7d51;
}
.navbar-header > nav > div > a.selected {
  color: #8f7d51;
}
.navbar-header > nav > div > a > div {
  position: absolute;
  left: calc(50% - 8px);
  bottom: -5px;
  width: 16px;
  height: 3px;
  background-color: #8f7d51;
}
.navbar-header > nav > div:last-child > .menuSeparator {
  display: none;
}
.navbar-header > nav > div:last-child > a {
  width: 100%;
}
.navbar-header > nav > div .subMenus {
  position: absolute;
  display: none;
  min-width: calc(100% + 82px);
  margin: 86px 0 0 -21px;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.7);
  border-left: #8f7d51 5px solid;
  text-align: left;
  z-index: 25;
}
.navbar-header > nav > div .subMenus .subMenus {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.navbar-header > nav > div .subMenus > div {
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar-header > nav > div .subMenus > div:hover, .navbar-header > nav > div .subMenus > div:active, .navbar-header > nav > div .subMenus > div:focus {
  color: #8f7d51;
}
.navbar-header > nav > div .subMenus > div:hover > .subMenus, .navbar-header > nav > div .subMenus > div:active > .subMenus, .navbar-header > nav > div .subMenus > div:focus > .subMenus {
  display: block;
}
.navbar-header > nav > div .subMenus > div > a {
  float: left;
  width: 100%;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  transition-duration: 300ms;
}
.navbar-header > nav > div .subMenus > div > a.selected {
  color: #8f7d51;
}
.navbar-header > nav > div:hover > .subMenus, .navbar-header > nav > div:active > .subMenus, .navbar-header > nav > div:focus > .subMenus {
  display: block;
}
.navbar-header > .socialMedia {
  display: flex;
  float: right;
  width: 160px;
  height: 86px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.navbar-header > .socialMedia > a[hreflang] {
  margin: 0 5px;
  color: #111;
}
.navbar-header > .socialMedia > a[hreflang].selected {
  color: #8f7d51 !important;
}
.navbar-header > .rightSide {
  position: absolute;
  width: 200px;
  margin-top: 0;
  right: 0;
}
.navbar-header > .rightSide .yellowSide {
  float: left;
  width: 27px;
  height: 86px;
  background: url("/assets/img/yellow-side.jpg");
}
.navbar-header > .rightSide .yellowContent {
  float: left;
  width: calc(100% - 27px);
  height: 86px;
  padding: 12px 15px;
  background-color: #8f7d51;
}
.navbar-header > .rightSide .yellowContent > div, .navbar-header > .rightSide .yellowContent > div > div, .navbar-header > .rightSide .yellowContent > div > span {
  float: left;
}
.navbar-header > .rightSide .yellowContent > a, .navbar-header > .rightSide .yellowContent > a > div, .navbar-header > .rightSide .yellowContent > a > span {
  float: left;
}
.navbar-header > .rightSide .yellowContent > a {
  color: #333;
}
.navbar-header > .rightSide .yellowContent > div:first-of-type, .navbar-header > .rightSide .yellowContent > a:first-of-type {
  margin-bottom: 5px;
}
.navbar-header > .rightSide .yellowContent > div > span, .navbar-header > .rightSide .yellowContent > a > span {
  margin: 0 5px 0 0;
}
.navbar-header > .rightSide .yellowContent > div > div, .navbar-header > .rightSide .yellowContent > a > div {
  margin-top: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.navbar-header > .rightSide .yellowContent > div:first-of-type > div, .navbar-header > .rightSide .yellowContent > a:first-of-type > div {
  margin-top: 1px;
}
.navbar-header > .rightSide .yellowContent .phone-row {
  float: left;
  width: 100%;
}
.navbar-header > .rightSide .yellowContent .mobile-row {
  float: left;
  width: 100%;
}
.navbar-header > .rightSide .socialMedia {
  float: right;
}
.navbar-header > .rightSide .socialMedia > a {
  float: right;
  margin: 0 2px;
}
.navbar-header > .rightSide .socialMedia > a > span {
  float: left;
  width: 23px;
  height: 23px;
}
.navbar-header > .rightSide .socialMedia > .facebook > span {
  background: url("/images/sprite.png") -146px -1px;
}
.navbar-header > .rightSide .socialMedia > .facebook > span:hover, .navbar-header > .rightSide .socialMedia > .facebook > span:active, .navbar-header > .rightSide .socialMedia > .facebook > span:focus {
  background: url("/images/sprite.png") -146px -27px;
}
.navbar-header > .rightSide .socialMedia > .linkedin > span {
  background: url("/images/sprite.png") -62px -1px;
}
.navbar-header > .rightSide .socialMedia > .linkedin > span:hover, .navbar-header > .rightSide .socialMedia > .linkedin > span:active, .navbar-header > .rightSide .socialMedia > .linkedin > span:focus {
  background: url("/images/sprite.png") -62px -27px;
}
.navbar-header > .rightSide .socialMedia > .email > span {
  background: url("/images/sprite.png") -36px -1px;
}
.navbar-header > .rightSide .socialMedia > .email > span:hover, .navbar-header > .rightSide .socialMedia > .email > span:active, .navbar-header > .rightSide .socialMedia > .email > span:focus {
  background: url("/images/sprite.png") -36px -27px;
}
.navbar-header > .rightSide .languages {
  float: right;
  margin: 3px 10px 0 0;
}
.navbar-header > .rightSide .languages > a {
  float: left;
  margin: 0 3px;
}
.navbar-header > .rightSide .languages > a > span {
  float: left;
  width: 16px;
  height: 16px;
}
.navbar-header > .rightSide .languages > .langEn > span {
  background: url("/images/sprite.png") -73px -53px;
}
.navbar-header > .rightSide .languages > .langEn > span:hover, .navbar-header > .rightSide .languages > .langEn > span:active, .navbar-header > .rightSide .languages > .langEn > span:focus {
  background: url("/images/sprite.png") -54px -53px;
}
.navbar-header > .rightSide .languages > .langEn.selected > span {
  background: url("/images/sprite.png") -54px -53px;
}
.navbar-header > .rightSide .languages > .langCa > span {
  background: url("/images/sprite.png") -111px -53px;
}
.navbar-header > .rightSide .languages > .langCa > span:hover, .navbar-header > .rightSide .languages > .langCa > span:active, .navbar-header > .rightSide .languages > .langCa > span:focus {
  background: url("/images/sprite.png") -92px -53px;
}
.navbar-header > .rightSide .languages > .langCa.selected > span {
  background: url("/images/sprite.png") -92px -53px;
}
.navbar-header > .rightSide .languages > .langEs > span {
  background: url("/images/sprite.png") -149px -53px;
}
.navbar-header > .rightSide .languages > .langEs > span:hover, .navbar-header > .rightSide .languages > .langEs > span:active, .navbar-header > .rightSide .languages > .langEs > span:focus {
  background: url("/images/sprite.png") -130px -53px;
}
.navbar-header > .rightSide .languages > .langEs.selected > span {
  background: url("/images/sprite.png") -130px -53px;
}

.navbar.reduced .subMenus {
  margin-top: 56px;
}

.navbar.reduced nav > div > a {
  padding: 19px 0;
}

.navbar .shoppingCartItems {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  margin-left: 2px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.container-block {
  margin: 0;
}

.custom-container {
  position: relative;
  float: left;
}
.custom-container.container {
  float: none;
}
.custom-container .postChildren {
  margin: auto;
}

.boxContent {
  padding: 0;
}
.boxContent > .rowContent:first-child {
  padding-top: 0;
}

.projectsContainer, .rowLatestProjects {
  padding: 15px;
}
.projectsContainer .boxProject, .rowLatestProjects .boxProject {
  position: relative;
  float: left;
  width: calc(33.3333333333% - 30px);
  height: 250px;
  margin: 15px;
  color: #fff;
  background-color: #a5a519;
  background-size: cover;
  cursor: pointer;
  transition: all 500ms ease;
}
.projectsContainer .boxProject .blackCover, .rowLatestProjects .boxProject .blackCover {
  transition: all 500ms ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.projectsContainer .boxProject .sectionContent, .rowLatestProjects .boxProject .sectionContent {
  transition: all 500ms ease;
  position: relative;
  float: left;
  padding-top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.projectsContainer .boxProject .projectPrice, .rowLatestProjects .boxProject .projectPrice {
  position: absolute;
  bottom: 0;
  right: 0;
}
.projectsContainer .boxProject .projectPrice .yellowSide, .rowLatestProjects .boxProject .projectPrice .yellowSide {
  float: left;
  width: 12px;
  height: 39px;
  background: url("/assets/img/yellow-side-small.png");
}
.projectsContainer .boxProject .projectPrice .yellowContent, .rowLatestProjects .boxProject .projectPrice .yellowContent {
  float: left;
  width: calc(100% - 12px);
  padding: 5px 15px;
  background-color: #eddb00;
  font-weight: bold;
  font-size: 20px;
  color: #363533;
}
.projectsContainer .boxProject:hover .sectionContent, .projectsContainer .boxProject:active .sectionContent, .projectsContainer .boxProject:focus .sectionContent, .rowLatestProjects .boxProject:hover .sectionContent, .rowLatestProjects .boxProject:active .sectionContent, .rowLatestProjects .boxProject:focus .sectionContent {
  opacity: 0;
}
.projectsContainer .boxProject:hover .blackCover, .projectsContainer .boxProject:active .blackCover, .projectsContainer .boxProject:focus .blackCover, .rowLatestProjects .boxProject:hover .blackCover, .rowLatestProjects .boxProject:active .blackCover, .rowLatestProjects .boxProject:focus .blackCover {
  opacity: 0;
}

.projectDetails h1 {
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}
.projectDetails .projectParams {
  float: left;
  width: 100%;
  padding: 10px 150px;
}
.projectDetails .projectParams .projectPrice {
  float: left;
  font-size: 28px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.projectDetails .projectIcons {
  float: left;
  margin: 10px 0 10px 25px;
}
.projectDetails .projectIcons div {
  float: left;
  margin-left: 25px;
}
.projectDetails .projectIcons div span {
  float: left;
}
.projectDetails .projectIcons div span:not(.sprite) {
  font-family: "Lato", sans-serif;
  margin: -1px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #89898d;
}
.projectDetails .projectMoreInfo {
  float: right;
  height: 44px;
  margin: 5px;
  padding: 10px 30px;
  cursor: pointer;
  border: #8f7d51 1px solid;
  color: #8f7d51;
  background-color: #8f7d51;
}
.projectDetails .projectMoreInfo:hover, .projectDetails .projectMoreInfo:active, .projectDetails .projectMoreInfo:focus {
  margin: 5px;
  font-weight: 600;
  border: #8f7d51 2px solid;
}
.projectDetails .projectMap {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.projectDetails .projectMap iframe {
  float: left;
  width: 100%;
  height: 400px;
}

.hashTagLink {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rowContent {
  padding: 10px 25px;
  position: relative;
}
.rowContent.contactForm {
  display: inline-table;
  width: 100%;
  padding: 20px 35px;
  color: #fff;
  background-color: #3A4A39;
}
.rowContent.contactForm form {
  color: #fff;
}
.rowContent.contactForm form > label, .rowContent.contactForm form > label > input, .rowContent.contactForm form > label > textarea {
  padding: 5px;
  font-weight: 400;
  color: #333;
}
.rowContent.contactForm form > label.thirdWidth {
  width: 33.3333333333%;
}
.rowContent.contactForm form > label > textarea {
  height: 100px;
}
.rowContent.contactForm form > label.termsAndConditions {
  margin: 0;
}
.rowContent.contactForm form > label.termsAndConditions input {
  float: left;
  width: auto;
}
.rowContent.contactForm form > label.termsAndConditions span {
  float: left;
  margin: 1px 0 0 0;
  text-align: left;
  font-size: 13px;
}
.rowContent.contactForm form > label.termsAndConditions span.labelName {
  color: #fff;
  font-weight: normal;
  margin-left: 5px;
}
.rowContent.contactForm form > label.termsAndConditions a {
  color: #8f7d51;
}
.rowContent.contactForm form .g-recaptcha {
  float: left;
  padding: 5px;
}
.rowContent.contactForm form > button {
  float: left;
  clear: both;
  width: 115px;
  height: 44px;
  margin: 5px;
  padding: 10px 30px;
  letter-spacing: 1px;
  border: #8f7d51 1px solid;
  color: #8f7d51;
  background-color: #8f7d51;
}
.rowContent.contactForm form > button:hover, .rowContent.contactForm form > button:active, .rowContent.contactForm form > button:focus {
  margin: 5px;
  font-weight: 600;
  border: #8f7d51 2px solid;
}
.rowContent.contactForm .emailOK {
  text-align: center;
  font-size: 14px;
}
.rowContent > h4, .rowContent > h3 {
  margin: 5px 0 20px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.rowContent > h3.outsideBoxText {
  margin-bottom: 0;
}
.rowContent .sectionContent {
  padding: 25px;
}
.rowContent .sectionContent p {
  margin-bottom: 10px;
}
.rowContent .sectionContent p :last-of-type {
  margin-bottom: 0;
}
.rowContent .mainImage1 {
  margin: 25px 0;
  max-width: 30%;
  max-height: 150px;
}
.rowContent .wholeImage {
  float: left;
}
.rowContent .maxSelfSize {
  display: inline-block;
}
.rowContent .carousel-inner .wholeImage {
  float: none;
}
.rowContent .carousel-inner .carousel-item > div {
  max-width: 100%;
}
.rowContent .showcase {
  float: left;
  position: relative;
}
.rowContent .showcase > img {
  float: left;
  width: 100%;
}
.rowContent .showcase > .hoverShowcase {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.rowContent .showcase > .hoverShowcase:hover {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  opacity: 0;
}
.rowContent .postContainer:not(.container) {
  float: left;
  width: 100%;
  color: #000;
  background-color: #f9f9f9;
}
.rowContent .postContainer:not(.absolute) {
  padding-top: 85px;
  padding-bottom: 92px;
}
.rowContent .postContainer.withIframe {
  padding: 0 !important;
}
.rowContent .postContainer.withIframe iframe {
  float: left;
}
.rowContent .postContainer.absolute {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: transparent;
}
.rowContent .postContainer.postContactForm {
  padding-left: 25px;
  padding-right: 25px;
}

.iframe {
  padding: 0 !important;
}
.iframe iframe {
  height: 100%;
}

.fullScreen .container, .fullScreen .postChildren {
  height: 100%;
}

.rowContent.fullScreen {
  float: left;
  width: 100%;
  max-width: none;
  padding: 0;
}

.boxText.absoluteContent {
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: transparent;
}
.boxText.absoluteContent h3 {
  font-weight: 900;
  text-align: center;
}
.boxText.absoluteContent .sectionContent {
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.backgroundSameHeight .boxText.absoluteContent {
  height: 100%;
}

.rowContent.fullScreenText {
  float: left;
  width: 100%;
  max-width: none;
  padding: 30px 35px;
}
.rowContent.fullScreenText:first-of-type {
  padding-top: 0;
}
.rowContent.fullScreenText .boxText {
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.rowContent.fullScreenText .sectionContent {
  max-height: none;
  padding-top: 25px;
}

.readMore {
  position: absolute;
  padding: 2px 10px;
  border: 1px solid;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
.readMore:hover, .readMore:active, .readMore:focus {
  background-color: #ccb548;
  color: inherit;
  text-decoration: none;
}

#footer {
  text-align: center;
}
#footer .leftSide > span.separator {
  padding: 0 5px;
}
#footer .leftSide > span > a {
  text-decoration: none;
  color: inherit;
}
#footer .copyright > span {
  display: block;
}

.designBy {
  text-align: center;
  padding: 0 0 20px 0;
  background-color: #efe9e4;
}
.designBy > a {
  color: #9f9f9f;
  font-weight: 500;
}
.designBy > a:hover, .designBy > a:active, .designBy > a:focus {
  color: inherit;
}

/**********/
/* ERRORS */
/**********/
.errorHandler {
  text-align: left;
  padding: 2px 0 0 1px;
  color: #ff0000;
  font-size: 12px;
  font-weight: 600;
}
.errorHandler.errorGeneral {
  padding: 0 0 2px 6px;
}
.errorHandler[data-error=captcha] {
  padding: 0 0 2px 6px;
}

.errorPage {
  padding: 50px 0;
}

.errorPage h1 {
  margin-bottom: 25px;
}

.errorPage p {
  font-size: 18px;
}

.errorPage a {
  display: block;
  font-size: 18px;
  margin-top: 25px;
}

/***********/
/* CONTENT */
/***********/
video {
  float: left;
  max-width: 100%;
}

#app[data-section=index] video {
  max-width: none;
}

.protectionScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}

.protectionScroll img {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 71px);
}

.videoContainer {
  float: left;
  width: 100%;
  overflow-x: hidden;
}

.videoControls {
  position: absolute;
  width: 100%;
  bottom: 15px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}

.videoControls .group-icons {
  display: inline-block;
}

.videoControls .group-icons img {
  margin: 0 5px;
}

.textVideo {
  float: left;
  width: auto;
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  width: 21px;
  height: 33px;
  top: 0;
  opacity: 0.6;
  z-index: 10;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
}

.carousel-indicators li {
  margin: 1px 4px;
  border: 1px solid;
  background-color: rgba(255, 255, 255, 0.3);
}

.carousel-indicators .active {
  margin: 0 2px;
}

.postMedia:not(.isSlider) .carousel-indicators, .postMedia:not(.isSlider) .carousel-control-next, .postMedia:not(.isSlider) .carousel-control-prev {
  display: none;
}

.isSlider {
  float: left;
  width: 100%;
  height: 100%;
}
.isSlider.beforeStart .carousel-item.active {
  display: none;
}
.isSlider.beforeStart .carousel-indicators {
  display: none;
}
.isSlider .carousel-inner {
  height: 100%;
}
.isSlider .carousel-item {
  height: 100%;
}
.isSlider .carousel-item > div {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

#core .isSlider {
  margin-left: 0;
}

.pagination {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0 50px 0;
}

.pagination > div {
  display: inline-block;
  opacity: 0.8;
}

.pagination > div.selected, .pagination > div:hover, .pagination > div:focus {
  opacity: 1;
}

.pagination > div a {
  width: 26px;
  margin: 0 5px;
  padding: 4px 8px;
  text-align: center;
  background-color: #000;
  color: #e6ae48;
  font-weight: bold;
  text-decoration: none;
}

/*****************/
/* MOURE AL CODI */
/* TODO: MOUREHO */
/*****************/
.contentSotaRowDeBlogs {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 5px;
}

.contentSotaRowDeBlogs > div {
  float: none;
  width: 100%;
  background-color: #ccc;
  display: flex;
  padding: 0.5em;
  margin-bottom: 20px;
}

/* *************** */
/* SHOWCASE IMAGES */
/* *************** */
.showcaseMainImage {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.showcaseMainImage > img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border: #fff 5px solid;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.showcaseMainImage .arrow-left {
  display: none;
  position: absolute;
  left: 10px;
  cursor: pointer;
  opacity: 0.8;
  transition-duration: 200ms;
}

.showcaseMainImage .arrow-right {
  display: none;
  position: absolute;
  right: 10px;
  cursor: pointer;
  opacity: 0.8;
  transition-duration: 200ms;
}

.showcaseMainImage:hover .arrow-right, .showcaseMainImage:hover .arrow-left {
  display: block;
}

.showcaseFooter {
  display: inline-block;
  max-width: 100%;
}

.showcaseThumbImages {
  display: inline-block;
  max-width: calc(100% - 100px);
  height: 82px;
  margin: 15px 10px;
  padding: 5px 3px;
  border: #ddd 1px solid;
  overflow: hidden;
}

.showcaseThumbImagesContainer img {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 2px;
  opacity: 0.8;
  padding: 2px;
  cursor: pointer;
  transition-duration: 200ms;
}

.showcaseThumbImagesContainer img.active {
  opacity: 1;
  padding: 0;
}

.showcaseVertical .showcaseMainImage {
  float: right;
  width: calc(100% - 100px); /*align-items: flex-start;*/
}

.showcaseVertical .showcaseFooter {
  float: left;
  max-height: 100%;
  max-width: 82px;
}

.showcaseVertical .showcaseThumbImages {
  max-width: 100%;
  height: 500px;
  margin: 15px 0;
}

.showcaseVertical .sprite-icon-showcase-left, .showcaseVertical .sprite-icon-showcase-right {
  margin: 0 21px;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#translates, #conf {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}

.opacity0 {
  opacity: 0;
}

.bold {
  font-weight: 600;
}

/*****************/
/* IMAGES STYLES */
/*****************/
[data-size=cover] {
  background-size: cover;
}

[data-size=contain] {
  background-size: contain;
  background-repeat: no-repeat;
}

[data-size=fit] {
  background-size: 100% 100%;
}

[data-position-x=left] {
  background-position-x: left;
}

[data-position-x=center] {
  background-position-x: center;
}

[data-position-x=right] {
  background-position-x: right;
}

[data-position-y=top] {
  background-position-y: top;
}

[data-position-y=center] {
  background-position-y: center;
}

[data-position-y=bottom] {
  background-position-y: bottom;
}

object {
  width: 20px;
  height: 20px;
}

object body {
  margin: 0;
  padding: 0;
}

/***************/
/* COOKIES BAR */
/***************/
#cookie-bar {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 10px 0 20px 0;
  bottom: 0;
  left: 0;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  letter-spacing: normal;
  color: #000;
  box-shadow: rgb(0, 0, 0) 0 0 8px;
  background-color: rgba(17, 17, 17, 0.9);
}
#cookie-bar #cookie-content {
  margin: 0 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 23px;
  letter-spacing: normal;
}
#cookie-bar #cookie-content > span {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#cookie-bar #cookie-content #cookie-read-more {
  margin: 0 15px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
#cookie-bar #cookie-content #cookie-accept {
  border-radius: 5px;
  color: rgba(17, 17, 17, 0.9);
  background-color: #8f7d51;
  border: 0;
  padding: 6px 10px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px 0 0;
  transition: 0.25s;
  display: inline;
  white-space: nowrap;
}

.imageLoaded {
  max-width: 100%;
}

.onHover {
  opacity: 0;
  transition-duration: 300ms;
}

.onHover:hover, .onHover:focus {
  opacity: 1;
}

.absoluteCenterLeft {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}

.absoluteCenterRight {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: right;
  align-items: center;
}

.absoluteCenterCenter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wholeHeightLessSiblings .wholeHeightAvailable, .wholeHeightLessSiblings .wholeHeightAvailable .postChildren, .wholeHeight .wholeHeightAvailable, .wholeHeight .wholeHeightAvailable .postChildren {
  height: 100%;
}
.wholeHeightLessSiblings .wholeHeightImage, .wholeHeight .wholeHeightImage {
  height: 100%;
}
.wholeHeightLessSiblings .wholeHeightImage .item, .wholeHeight .wholeHeightImage .item {
  height: 100%;
}
.wholeHeightLessSiblings .wholeHeightImage .item > div, .wholeHeight .wholeHeightImage .item > div {
  height: 100%;
  max-height: 100%;
}

.alignToBottom {
  display: flex;
  align-items: end;
}

.alignToCenter {
  display: flex;
  align-items: center;
}

.stickyButton {
  position: fixed;
  right: 0;
  padding: 10px 20px;
  font-weight: bold;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.stickyButton p {
  margin: 0;
}

.getImageInfo {
  display: block !important;
  opacity: 0;
}

.getImageInfo > img {
  position: absolute;
  z-index: -1;
}

.likeCheckbox {
  float: left;
  width: 100%;
  padding: 2px 5px 2px 0;
  margin: 0;
}

.likeCheckbox > span.img-checkbox {
  margin-right: 5px;
}

.likeCheckbox > span.labelName {
  text-align: left;
  padding: 0;
}

.postText p:last-child {
  margin: 0;
}

.noTransitions {
  transition-duration: 0ms !important;
}

.aBrown a {
  color: #8f7d51;
}

.fontSize13 {
  font-size: 13px;
}

.vertical-centered {
  display: flex;
  align-items: center;
}

.bottomNav {
  margin-bottom: 10px;
  color: #111;
}

@media screen and (max-width: 1199.9px) {
  #core .box {
    max-width: 892px;
  }
}
@media screen and (max-width: 991.9px) {
  .isSlider {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  #core .box {
    max-width: 728px;
    width: calc(100% - 40px);
    padding: 20px;
  }
}
@media screen and (max-width: 991.9px) {
  nav.topNav {
    display: none;
    position: fixed;
    width: auto;
    height: 100% !important;
    overflow-y: auto;
    z-index: 25;
    top: 0;
    right: 0;
    margin: 0;
    padding: 85px 0 0 0;
    border-right: none;
    box-shadow: #000 0 0 10px -2px;
    white-space: nowrap;
    background-color: #000;
  }
  nav.topNav > div {
    float: right;
    padding: 10px 4px 10px 6px;
  }
  nav.topNav > div > a {
    padding: 0;
  }
  .navToggle.collapsing {
    display: initial;
    overflow: hidden;
  }
  .navbar {
    position: fixed;
    top: 0;
    height: 60px !important;
    padding: 5px 15px 5px 10px;
  }
  .navbar-toggle {
    margin: 5px 0 0 0;
  }
  .navbar-header {
    padding: 0;
  }
  .navbar-header > nav > div {
    clear: both;
    width: calc(100% - 20px) !important;
    height: auto !important;
    margin: 0 10px;
    padding: 15px 5px;
    border-bottom: #eee 1px solid;
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
  }
  .navbar-header > nav > div:hover .subMenus, .navbar-header > nav > div:active .subMenus, .navbar-header > nav > div:focus .subMenus {
    display: contents;
  }
  .navbar-header > nav > div:last-of-type {
    border-bottom: none;
  }
  .navbar-header > nav > div > a {
    width: 100%;
    padding: 0 !important;
    color: #fff;
    text-align: right;
  }
  .navbar-header > nav > div > .menuSeparator {
    display: none;
  }
  .navbar-header > .rightSide {
    right: 52px;
    width: auto;
  }
  .navbar-header > nav > div .subMenus {
    display: contents;
    position: initial;
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .navbar-header > nav > div .subMenus > li {
    float: right;
    clear: both;
    margin: 0;
    max-height: 0;
    opacity: 0;
  }
  .navbar-header > nav > div .subMenus > div {
    color: #fff;
  }
  .navbar-header > nav > div .subMenus > div a {
    padding: 10px 15px 0 0;
  }
  .navbar-header > nav {
    display: none;
  }
  .navbar .shoppingCartItems {
    top: -10px !important;
    left: initial;
    right: 0;
    width: 18px;
    text-align: center;
  }
  .navbar .shoppingCartMenu {
    margin-top: 5px;
  }
  .navbar .shoppingCartMenu img:not(.defaultMenuImage) {
    display: inline-block !important;
  }
  .navbar .shoppingCartMenu img.defaultMenuImage {
    display: none !important;
  }
  .navbar-header > .socialMedia {
    width: 108px;
    height: 56px !important;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767.9px) {
  .isSlider {
    width: 100%;
    margin-left: 0;
  }
  #core span.popup-close {
    top: 15px;
    right: 15px;
  }
  .errorPage {
    padding: 25px 0;
  }
  .errorPage h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .errorPage p {
    font-size: 14px;
    margin-top: 10px;
  }
  .errorPage a {
    font-size: 14px;
    display: block;
  }
  #core.popupDiscount {
    padding-top: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.75);
  }
  #core.popupDiscount .box {
    width: calc(100% - 15px);
  }
  #core.popupDiscount .coreContent .popup-title {
    font-size: 36px;
  }
  #core.popupDiscount .coreContent .popup-subtitle {
    font-size: 26px;
  }
  #core.popupDiscount .coreContent .popup-text {
    font-size: 16px;
    padding: 0 15px;
  }
}
/***********/
/* SPRITES */
/***********/
.sprite {
  display: block;
  background-image: url("/assets/img/sprites.png?t=20250825");
  background-repeat: no-repeat;
}

.sprite-icon-check {
  width: 19px;
  height: 19px;
  background-position: 0 0;
}

.sprite-icon-check.checked {
  width: 19px;
  height: 19px;
  background-position: -20px 0px;
}

.sprite-icon-showcase-left {
  float: left;
  margin-top: 35px;
  width: 40px;
  height: 40px;
  background-position: -42px 0;
  cursor: pointer;
}

.sprite-icon-showcase-right {
  float: right;
  margin-top: 35px;
  width: 40px;
  height: 40px;
  background-position: -85px 0;
  cursor: pointer;
}

/********************/
/* CUSTOM BOOTSTRAP */
/********************/
.cc-md-12 {
  width: 100%;
}

.cc-md-11 {
  width: 91.6666666667%;
}

.cc-md-10 {
  width: 83.3333333333%;
}

.cc-md-9 {
  width: 75%;
}

.cc-md-8 {
  width: 66.6666666667%;
}

.cc-md-7 {
  width: 58.3333333333%;
}

.cc-md-6 {
  width: 50%;
}

.cc-md-5 {
  width: 41.6666666667%;
}

.cc-md-4 {
  width: 33.3333333333%;
}

.cc-md-3 {
  width: 25%;
}

.cc-md-2 {
  width: 16.6666666667%;
}

.cc-md-1 {
  width: 8.3333333333%;
}

.noPadding {
  padding: 0;
}

.row.noMargin {
  margin-left: 0;
  margin-right: 0;
}

/*::-webkit-input-placeholder { color: #111; opacity: 1; }
::-moz-placeholder { color: #111; opacity: 1; }
::-ms-placeholder { color: #111; opacity: 1; }
::placeholder { color: #111; opacity: 1; }*/
/* mixin for multiline */
.maxWidth100 {
  max-width: 100%;
}

.popupButtons {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.ellipsis-multiline {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  max-height: 4.5em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.ellipsis-multiline:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ellipsis-multiline:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.boxText {
  position: relative;
  float: left;
  width: 100%;
}
.boxText .sectionContent {
  float: left;
  width: 100%;
}
.boxText .sectionContent .contactButton {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 900;
  border: 0;
  color: #333;
  background: #eddb00;
}
.boxText a.showcase {
  position: relative;
  color: inherit;
}
.boxText .titleTop {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -30px;
}
.height400 .boxText {
  height: 400px;
}

.showcase .twentyTwentyContainer {
  opacity: 0;
}

.showcase .loading-spinner {
  position: absolute;
  z-index: 2;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  border: none;
  box-shadow: none;
}

.projectsFilters {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.projectsFilters .filterElementContainer {
  display: inline-flex;
  margin: 0 10px;
}

.projectsHeaderPage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: url("/assets/img/bg-buildings.jpg") no-repeat;
  background-position: center left;
  background-size: cover;
}
.projectsHeaderPage div {
  display: block;
  width: 100%;
  font-size: 45px;
  align-self: center;
}
.projectsHeaderPage div span {
  display: block;
  width: 100%;
}
.projectsHeaderPage div span.secondLine {
  display: block;
  width: 100%;
  font-size: 40px;
  margin-top: 10px;
}

.imagesNextToEachOther {
  background-color: #8f7d51;
}
.imagesNextToEachOther .showcase {
  padding: 10px;
}
.imagesNextToEachOther .showcase img {
  float: none;
  width: auto;
}

.rowContent .boxText.grayBackground, .rowContent.fullScreenText .boxText.grayBackground {
  background-color: #8f7d51;
}

.titleInPicture {
  position: relative;
}
.titleInPicture h3 {
  position: absolute;
  font-size: 60px;
  text-align: left;
  left: -5px;
  bottom: -11px;
  margin: 0;
  color: #fff;
}

.servicesHexagonsPost {
  position: relative;
  margin-bottom: 35px;
}
.servicesHexagonsPost img {
  width: 550px;
}
.servicesHexagonsPost .hexagon {
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 266px;
  height: 308px;
  z-index: 10;
}
.servicesHexagonsPost .hexagon span {
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.servicesHexagonsPost .hexagon.hexConsultancy {
  left: calc(50% - 197px);
}
.servicesHexagonsPost .hexagon.hexDesign {
  top: calc(50% - 168px);
  left: calc(50% + 9px);
}
.servicesHexagonsPost .hexagon.hexProject {
  top: calc(50% - 41px);
  left: calc(50% - 183px);
}
.servicesHexagonsPost .hexagon:hover, .servicesHexagonsPost .hexagon:active, .servicesHexagonsPost .hexagon:focus {
  font-weight: bold;
}
.servicesHexagonsPost .rhomb {
  position: absolute;
  z-index: 20;
}
.servicesHexagonsPost .rhomb.rhombCompletion {
  width: 139px;
  height: 81px;
  top: calc(50% - 41px);
  left: calc(50% - 127px);
  -webkit-clip-path: polygon(0% 55%, 55% 0%, 100% 45%, 45% 100%);
  clip-path: polygon(0% 55%, 55% 0%, 100% 45%, 45% 100%);
}
.servicesHexagonsPost .rhomb.rhombPreparation {
  width: 60px;
  height: 125px;
  left: calc(50% + 9px);
  top: calc(50% - 127px);
  -webkit-clip-path: polygon(0% 29%, 100% 0%, 100% 73%, 0% 100%);
  clip-path: polygon(0% 29%, 100% 0%, 100% 73%, 0% 100%);
}
.servicesHexagonsPost .rhomb.rhombApproval {
  width: 74px;
  height: 111px;
  left: calc(50% + 9px);
  top: calc(50% - 6px);
  clip-path: polygon(0% 0%, 100% 33%, 100% 100%, 0% 63%);
}
.servicesHexagonsPost .rhomb:hover, .servicesHexagonsPost .rhomb:active, .servicesHexagonsPost .rhomb:focus {
  font-weight: bold;
}
.servicesHexagonsPost .rhombText {
  position: absolute;
  font-size: 18px;
  color: #000;
}
.servicesHexagonsPost .rhombText:hover, .servicesHexagonsPost .rhombText:active, .servicesHexagonsPost .rhombText:focus {
  font-weight: bold;
  text-decoration: none;
}
.servicesHexagonsPost .rhombText.hover {
  font-weight: bold;
  text-decoration: none;
}
.servicesHexagonsPost .rhombText.rhombPreparationText {
  top: 5px;
  left: calc(50% + 205px);
}
.servicesHexagonsPost .rhombText.rhombApprovalText {
  top: calc(50% + 200px);
  left: calc(50% + 208px);
}
.servicesHexagonsPost .rhombText.rhombCompletionText {
  top: calc(50% + 2px);
}
.servicesHexagonsPost .rhombText.rhombCompletionText.en {
  left: calc(50% - 380px);
}
.servicesHexagonsPost .rhombText.rhombCompletionText.es {
  left: calc(50% - 368px);
}
.servicesHexagonsPost .rhombText.rhombCompletionText.ca {
  left: calc(50% - 368px);
}

.boxImage {
  float: left;
  margin: 0 10px;
}
.height400 .boxImage {
  height: 400px;
}
.boxImage.boxImageHalf {
  width: calc(50% - 20px);
}
.boxImage.boxImageQuarter {
  width: calc(25% - 20px);
}

.boxSocial {
  position: relative;
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px;
}
.boxSocial .header {
  padding: 15px;
  color: #fff;
  background-color: #005245;
}
.boxSocial .header > header {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  font-size: 24px;
  font-weight: 400;
}
.boxSocial .socialContent {
  float: left;
  width: 100%;
  height: 410px;
  overflow-y: auto;
  word-break: break-all;
}
.boxSocial .socialContent.twitterContent {
  padding: 10px;
  background-color: #f5f5f5;
}
.boxSocial .socialContent.twitterContent > a {
  color: inherit;
  text-decoration: none;
}
.boxSocial .socialContent.twitterContent .feedTWBox {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: left;
  font-size: 12px;
}
.boxSocial .socialContent.twitterContent .feedTWBox:first-child {
  margin-top: 0;
}
.boxSocial .socialContent.twitterContent .feedTWBox .feedTWTime {
  color: #999;
  font-size: 12px;
}
.boxSocial .socialContent.instagramContent {
  padding: 5px 0;
}
.boxSocial .socialContent.instagramContent > a {
  position: relative;
  float: left;
  max-width: calc(50% - 5px);
  margin: 5px;
}
.boxSocial .socialContent.instagramContent > a:nth-child(odd) {
  margin-left: 0;
}
.boxSocial .socialContent.instagramContent > a:nth-child(even) {
  margin-right: 0;
}
.boxSocial .socialContent.instagramContent > a > span {
  position: absolute;
  width: 34px;
  height: 24px;
  right: 5px;
  top: 5px;
  background: url("/images/sprite.png") -171px -45px;
}
.boxSocial .socialContent.pinterestContent {
  padding: 5px 0;
}
.boxSocial .socialContent.pinterestContent > span {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.boxSocial .socialContent.pinterestContent > div > a {
  position: relative;
  float: left;
  max-width: calc(50% - 5px);
  margin: 5px;
}
.boxSocial .socialContent.pinterestContent > div > a:nth-child(odd) {
  margin-left: 0;
}
.boxSocial .socialContent.pinterestContent > div > a:nth-child(even) {
  margin-right: 0;
}
.boxSocial .socialContent.pinterestContent > div > a > span {
  position: absolute;
  width: 34px;
  height: 24px;
  right: 5px;
  top: 5px;
  background: url("/images/sprite.png") -171px -45px;
}
.boxSocial .socialContent.fbContent {
  padding: 10px;
  background-color: #f5f5f5;
}
.boxSocial .socialContent.fbContent > a {
  color: inherit;
  text-decoration: none;
}
.boxSocial .socialContent.fbContent .feedFbBox {
  float: left;
  width: 100%;
  margin: 10px 0 15px 0;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: #999 1px dashed;
}
.boxSocial .socialContent.fbContent .feedFbBox:first-child {
  margin-top: 0;
}
.boxSocial .socialContent.fbContent .feedFbBox .feedFbTime {
  color: #999;
  font-size: 12px;
}
.boxSocial .socialContent.fbContent .feedFbBox > img {
  width: 100%;
}
.boxSocial .socialContent.fbContent .feedFbBox > p {
  font-size: 12px;
  margin-bottom: 5px;
}

#tempProject {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#tempProject .postText {
  overflow: auto;
  height: auto !important;
  white-space: initial !important;
}
#tempProject .postText p {
  overflow: inherit !important;
}

.carousel-item {
  margin-right: 0;
}

.icon-services {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 35px;
  background-color: #e6ae48;
  display: flex;
  align-items: center;
  transition-duration: 500ms;
}

.icon-services:hover, .icon-services:focus {
  background-color: #393939;
}

.icon-services img {
  margin: 0 auto;
}

.icon-contact {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 20px;
  background-color: #e6ae48;
  display: flex;
  align-items: center;
  transition-duration: 500ms;
}

.icon-contact:hover, .icon-contact:focus {
  background-color: #393939;
}

.icon-contact img {
  margin: 0 auto;
}

.sliderMultipleItems {
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
}

.sliderMultipleItems.carousel-item.active, .sliderMultipleItems.carousel-item.next {
  display: flex;
}

.sliderMultipleItems.carousel-item.active.noFlex {
  display: block;
}

.sliderMultipleItems > div {
  float: left;
}

.imagesMaxWidth100 img {
  max-width: 100%;
}

.titlePopupWholeSpace {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

#app .oldPrice {
  display: inline-block !important;
}

.squareElement {
  overflow: hidden;
}
.squareElement::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.squareElement > * {
  top: 0;
}
.squareElement.alignContentBottom > .boxText {
  top: 100%;
  transform: translateY(-100%);
}
.squareElement.alignContentCenter > .boxText {
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1199.9px) {
  #app .boxProject > .boxImage {
    height: 275px;
  }
  .boxSocial .socialContent {
    height: 300px;
  }
  .titleInPicture h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991.9px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-header > .rightSide {
    position: absolute;
    right: 10px;
    margin-top: 12px;
  }
  .rowContent {
    padding: 10px 5px;
  }
  .boxSocial .socialContent {
    height: 250px;
  }
  .rowContent .sectionContent {
    padding: 5px 10px;
  }
  ul {
    padding-left: 30px;
  }
  .rowContent.fullScreenText {
    padding: 30px 10px;
  }
  .servicesHexagonsPost .hexagon {
    width: 216px;
    height: 254px;
  }
  .servicesHexagonsPost .hexagon.hexConsultancy {
    left: calc(50% - 160px);
  }
  .servicesHexagonsPost .hexagon.hexDesign {
    top: calc(50% - 140px);
  }
  .servicesHexagonsPost .hexagon.hexProject {
    left: calc(50% - 150px);
  }
  .servicesHexagonsPost .rhomb.rhombCompletion {
    width: 112px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 104px);
  }
  .servicesHexagonsPost .rhomb.rhombPreparation {
    width: 50px;
    height: 100px;
    left: calc(50% + 7px);
    top: calc(50% - 102px);
  }
  .servicesHexagonsPost .rhomb.rhombApproval {
    width: 60px;
    height: 92px;
    left: calc(50% + 8px);
  }
  .servicesHexagonsPost .rhombText.rhombCompletionText.ca {
    width: 150px;
    left: calc(50% - 376px);
    top: calc(50% - 10px);
  }
  .servicesHexagonsPost .rhombText.rhombPreparationText {
    top: -10px;
    left: calc(50% + 120px);
  }
  .servicesHexagonsPost .rhombText.rhombApprovalText {
    top: calc(50% + 175px);
    left: calc(50% + 140px);
  }
  .servicesHexagonsPost img {
    width: 450px;
  }
  .titleInPicture h3 {
    bottom: -5px;
    left: -3px;
    font-size: 32px;
  }
  .rowContent .mainImage1 {
    margin: 0 0 10px 0;
    max-height: 75px;
  }
  .navbar-header > .rightSide {
    right: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .navToggle, .rightSide .socialMedia {
    display: none;
  }
  .boxSocial {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .boxSocial > a {
    display: inline-block;
    margin: 0 2px;
  }
  .boxSocial > a > span {
    float: left;
    width: 37px;
    height: 37px;
  }
  .boxSocial > a.instagram > span {
    background: url("/images/sprite.png") 0 -71px;
  }
  .boxSocial > a.linkedin > span {
    background: url("/images/sprite.png") -38px -71px;
  }
  .boxSocial > a.pinterest > span {
    background: url("/images/sprite.png") -76px -71px;
  }
  .boxSocial > a.twitter > span {
    background: url("/images/sprite.png") -115px -71px;
    width: 44px;
  }
  .boxSocial > a.facebook > span {
    background: url("/images/sprite.png") -160px -71px;
  }
  .rowContent.contactForm {
    padding-top: 0;
  }
  .boxProject .boxImage {
    display: initial;
  }
  .boxImage.titleInPicture {
    background-image: none !important;
  }
  .titleInPicture h3 {
    position: initial;
    width: 100%;
    padding-top: 20px;
    font-size: 24px;
    color: #000;
    text-align: center;
  }
  .rowContent .sectionContent {
    padding: 5px 0;
  }
  .rowLatestProjects {
    float: left;
    width: 100%;
  }
  .rowContent > h4, .rowContent > h3 {
    margin: 5px 0 15px 0;
  }
  #app .boxProject .sectionContent .postText {
    height: auto;
    white-space: initial;
  }
  #app .boxProject .sectionContent .postText p {
    text-overflow: unset !important;
    overflow: initial !important;
  }
  .rowContent.subcategory {
    padding-bottom: 0;
  }
  #app[data-section=services] .rowContent[data-title=how-we-work] {
    display: none !important;
  }
  .boxSocial {
    display: none;
  }
  .boxInTouch {
    float: left;
    width: 100%;
    padding: 15px 5px 5px 5px;
  }
  .boxInTouch .leftSide, .boxInTouch .rightSide {
    display: initial;
    float: left;
    width: 100%;
  }
  .boxInTouch .leftSide {
    margin-top: 0;
  }
  .boxInTouch .leftSide > div {
    padding: 15px 0;
  }
  .boxInTouch .rightSide > form > label, .boxInTouch .rightSide > form > label > input, .boxInTouch .rightSide > form > label > textarea {
    padding: 0;
  }
  .boxInTouch .rightSide > form > label > input, .boxInTouch .rightSide > form > label > textarea {
    padding: 5px;
  }
  .boxInTouch .rightSide > form .g-recaptcha, .boxInTouch .rightSide > form .g-recaptcha > div {
    max-width: 300px;
    padding: 0;
  }
  .boxInTouch .rightSide > form > button {
    width: 100%;
    margin: 5px 0;
  }
  .boxInTouch .rightSide > form > button:hover, .boxInTouch .rightSide > form > button:active, .boxInTouch .rightSide > form > button:focus {
    margin: 5px 0;
    border: #a9a9a9 1px solid;
  }
  div#core .isSlider {
    display: block;
  }
  #footer span {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .separator {
    display: none;
  }
  #core.teamPopup .box {
    width: calc(100% - 30px);
    margin: 15px auto !important;
    padding: 15px;
  }
  #core.teamPopup .box .popup-left {
    width: 100%;
    padding-right: 0;
  }
  #core.teamPopup .box .popup-left > img {
    width: auto;
    margin: 0 auto 20px auto;
    max-height: 200px;
    float: none;
  }
  #core.teamPopup .box .popup-right {
    width: 100%;
    min-height: inherit;
  }
  #core.teamPopup .popup-right .divTeamContent {
    height: auto;
    padding-right: 0;
    overflow-y: hidden;
  }
  .phone-row > div, .mobile-row > div {
    display: none;
  }
  .navbar-header > .rightSide .yellowContent .mobile-row, .navbar-header > .rightSide .yellowContent .phone-row {
    width: auto;
  }
  .navbar-default .navbar-toggle {
    z-index: 2;
    background-color: #fff;
  }
  .navbar-header > .rightSide {
    right: 0;
    margin-top: -8px;
  }
  .navbar-header > .rightSide .yellowSide, .navbar-header > .rightSide .yellowContent {
    height: 60px;
  }
  .navbar-header > .rightSide .yellowContent {
    width: 130px;
    padding: 16px 5px 5px 5px;
  }
  .rowContent .sectionContent p {
    margin-bottom: 5px;
  }
  .rowContent > h4, .rowContent > h3 {
    font-size: 28px;
  }
  .showcase {
    width: 100% !important;
  }
  .rowContent.contactForm {
    padding: 10px 5px;
  }
  .boxInTouch {
    padding: 0;
  }
  .contactForm {
    padding-top: 10px !important;
  }
  .rowContent.contactForm form > label.thirdWidth {
    width: 100%;
  }
  #btnSend {
    width: calc(100% - 10px);
  }
  .rowContent.contactForm {
    display: inline-block;
  }
  #footer .rightSide {
    margin-top: 0;
  }
}

/*# sourceMappingURL=app.css.map */
