* {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  overflow-x: hidden;
  color: #39312b;
  background-color: #fafafa;
}

.legal-note {
  font-size: 11px;
}
.kc_text_block ul {
  padding-left: 0;
}
.kc_text_block ul li {
  margin-bottom: 10px;
}
html.opened,
html.opened body,
html.overflow-h,
html.overflow-h body {
  overflow: hidden !important;
}
#content-container {
  transition: all 0.5s ease-in;
  opacity: 1;
}
#content-container.opened {
  opacity: 1;
}
.kc-container {
  max-width: 100% !important;
  padding: 0;
}
.kc-row-container.kc-container .kc-wrap-columns {
  margin-left: inherit;
  margin-right: inherit;
  width: 100%;
}

.logo {
  position: absolute;
  top: 50px;
  left: 60px;
  transition: all 0.3s;
  opacity: 1;
}
.logo a {
  background-image: url(../img/logo-principal-negatiu.svg);
  width: 249px;
  height: 72px;
  background-size: cover;
  text-indent: -3113px;
  overflow: hidden;
  display: block;
  transition: all 0.6s;
}
.wraper-full {
  overflow: hidden;
}
.wraper-mil {
  max-width: 1097px !important;
  margin: 0 auto !important;
  float: none !important;
  overflow: hidden;
}
.wraper-80p {
  max-width: 100% !important;
  margin: 0 auto;
  float: none !important;
}
.wraper-1300 {
  max-width: 1330px;
  margin: 0 auto;
  float: none !important;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  transition: all 0.3s;
  z-index: 99;
}
nav.shrink {
  background-color: rgba(255, 255, 255, 0.8);
}
.shrink .logo {
  top: 14px;
}
.shrink .logo a {
  width: 164px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/logo-principal-negatiu-black.svg);
}
#nav-toggle {
  position: fixed;
  top: 50px;
  width: 67px;
  height: 58px;
  right: 60px;
  z-index: 99;
  background-image: url(../img/burger-tancat-negatiu.svg);
  background-size: cover;
  transition: all 0.5s;
  transform-origin: center;
}
.shrink #nav-toggle {
  top: 8px;
  background-image: url(../img/burger-tancat-negatiu-black.svg);
}
.opened .shrink #nav-toggle {
  top: 30px;
}
html.opened #nav-toggle {
  background-image: url(../img/burger-obert-positiu.svg);
  transform: rotate(180deg);
}
.opened nav {
  background-color: transparent;
}
.opened nav .logo {
  opacity: 0;
}
.intro-pages {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
}
.home .intro-pages {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.home .intro-pages p {
  margin-top: 10px;
}
.home .intro-pages .kc_single_image {
  display: inline-block;
  position: absolute;
}
.home .intro-pages .kc_single_image {
  width: auto;
}
.home .intro-pages .kc_text_block + .kc_single_image {
  top: 0;
  right: 0;
}
.home .intro-pages .kc_text_block + .kc_single_image + .kc_single_image {
  bottom: 0;
  left: 0;
}
h2.intro-pages {
  color: #997510;
  font-weight: 200;
}
.intro-pages em {
  color: #997510;
  font-style: normal;
}
.video-wrapper {
  width: 100%;
  background-image: url(../img/logo-anim-css.svg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.vide-wrapper:after {
  content: ' ';
}
.video-background {
  background-color: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.is-ipad .video-foreground,
.is-ipad .video-background iframe {
  pointer-events: inherit;
}
#player {
  transition: all 2s;
  opacity: 0;
}
#player.show-player {
  opacity: 1 !important;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'Oswald', sans-serif;
}
h2 {
  font-size: 36px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
}
.nav-full {
  transform: translatex(-100%);
  transition: all 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  z-index: 12;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+65,ededed+100&0+0,1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 65%,
    rgba(237, 237, 237, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 65%,
    rgba(237, 237, 237, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 65%,
    rgba(237, 237, 237, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh;
}
.nav-full.opened {
  transform: translateX(0);
}
.menu-header {
  list-style-type: none;
  margin-right: 60px;
}
.menu-header ul {
  margin-top: 15px;
  list-style-type: none;
  display: none;
}
.menu-header li {
  margin-bottom: 30px;
}
.menu-header ul li {
  margin-bottom: 15px;
}

.menu-header a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 19.2px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  padding-right: 30px;
  color: #2f2116;
  transition: all 1s ease-in;
}
.menu-header a:hover {
  border-bottom: 1px solid #2f2116;
}
ul ul .current_page_item a {
  font-weight: bold;
}
.lang-selector {
  margin-right: 60px;
  text-align: right;
}
.lang-selector a {
  font-family: 'Oswald', sans-serif;
  font-size: 19.2px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2f2116;
  text-decoration: none;
}
.nav-full.opened .menu-header a {
  padding-right: 0;
}
.bloc-white {
  padding: 60px 26px 60px 70px;
  background-color: rgba(255, 255, 255, 0.83);
  overflow: hidden;
  height: inherit !important;
  max-width: 670px;
  position: relative;
  z-index: 2;
}
.bloc-white-r {
  float: right;
  padding: 60px 70px 60px 26px;
}
.bloc-white h2 {
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.bloc-white .kc_text_block {
  max-width: 540px;
}
.bloc-white .kc_text_block p:first-child {
  margin-top: 0;
}
.bloc-white .kc_button {
  margin-top: 15px;
}
.det-right {
  background-image: url(../img/angle.svg);
  background-position: top 45px right 26px;
  background-repeat: no-repeat;
}
.det-right-b {
  background-image: url(../img/angle-b-r.svg);
  background-position: bottom 45px right 26px;
  background-repeat: no-repeat;
}
.det-left-b {
  background-image: url(../img/angle-left-b.svg);
  background-position: bottom 25px left 26px;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.kc_button {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  padding: 17px 30px;
  background-color: transparent;
  position: relative;
  border: 0;
}
.kc_button br {
  display: none;
}
.kc_button:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/bt-esq-der-h.png);
  width: 18px;
  height: 18px;
}
.kc_button:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/bt-esq-izq-h.png);
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.kc_button:hover {
  color: #997510;
}
.kc_button:hover:before {
  background-image: url(../img/bt-esq-izq.png);
}
.kc_button:hover:after {
  background-image: url(../img/bt-esq-der.png);
}
.row-separator {
  margin-top: 100px;
}
h2.titular-underline {
  padding-left: 60px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 100px;
}
h2.titular-underline:before {
  position: absolute;
  content: ' ';
  max-width: 400px;
  width: 100%;
  height: 2px;
  background-color: #515151;
  bottom: 0;
  left: 0;
}
.proyectos-widget .container-fluid {
  max-width: 1340px;
  margin: 75px auto;
}
.proyectos-widget .item-proyecto {
  height: 400px;
}
.proyectos-widget .info-proyecto p {
  display: none;
}
.proyectos-widget .info-proyecto,
.proyectos-widget .info-proyecto a {
  height: 100%;
}
.servicios-widget .container-fluid {
  max-width: 1340px;
  margin: 75px auto;
  margin-bottom: 0;
}
.proyectos-widget .info-proyecto a {
  display: flex;
  align-items: center;
}
.item-proyecto {
  padding: 38px;

  background-image: url(../img/angle-left-b.svg), url(../img/angle.svg);
  background-position: bottom left, top right;
  background-repeat: no-repeat;
}
.list-proyectos .item-proyecto {
  height: 500px;
}
.info-proyecto {
  background-size: cover;
  background-position: center;
}
.info-proyecto a {
  display: block;
  padding: 130px 30px;
  padding-left: 15px;
  background-color: rgba(49, 49, 49, 0.8);
  opacity: 0;
  transition: all 0.3s;
  position: relative;
}
.info-proyecto a i {
  position: absolute;
  bottom: 28px;
  right: 0px;
  background-image: url(../img/leer-m-s.svg);
  background-repeat: no-repeat;
  display: block;
  width: 52px;
  height: 52px;
  opacity: 0;
  transition: all 1.5s;
  transform-origin: center;
}
.info-proyecto:hover i {
  opacity: 1;
  right: 28px;
}
.info-proyecto:hover a {
  opacity: 1;
  padding-left: 30px;
}
.info-proyecto h3 {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
footer {
  width: 100%;
  background-image: url(../img/foter-fons.jpg);
  background-size: cover;
  padding: 70px 0;
  clear: bottom;
  font-family: 'Oswald', sans-serif;
  color: #dddddd;
  font-size: 18px;
  position: relative;
  margin-top: 100px;
}
footer:before {
  position: absolute;
  content: ' ';
  top: -542px;
  right: 0;
  width: 692px;
  height: 542px;
  z-index: -2;
  overflow: visible;
  background-image: url(../img/fons-footer.svg);
  background-repeat: no-repeat;
}
footer ul ul {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 18px;
  background-image: url(../img/line.svg);
  background-repeat: no-repeat;
  background-position: top -2px center;
}
footer ul ul li {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #eaeaea;
  margin-right: 0;
  margin-left: 18px;
  text-transform: none;
}
footer ul ul li:last-child {
  margin-right: 18px;
}
footer .container-fluid a {
  color: #dddddd;
  text-decoration: none;
}
footer div > ul {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin: 40px auto 50px auto;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 18px;
}

.logo-footer {
  margin-top: 40px;
}
.llamanos {
  display: inline-block;
  padding-top: 55px;
  background-image: url(../img/llamamos.svg);
  background-position: top center;
  text-align: center;
  background-repeat: no-repeat;
  font-weight: bold;
  margin-top: 30px;
}
.address-footer {
  font-size: 14px;
}
.avisos {
  font-size: 16px;
}
.avisos p {
  margin-bottom: 0;
  margin-top: 0;
}
.avisos p:first-child {
  margin-top: 23px;
}
.ico-insta {
  display: inline-block;
  background-image: url(../img/instagram.png);
  width: 24px;
  height: 24px;
  text-indent: 3113px;
  overflow: hidden;
  margin-top: 20px;
}
.ico-linkedin {
  display: inline-block;
  background-image: url(../img/linked-in.png);
  width: 24px;
  height: 22px;
  text-indent: 3113px;
  overflow: hidden;
}
.ico-youtube {
  display: inline-block;
  background-image: url(../img/youtube.svg);
  width: 28px;
  height: 20px;
  text-indent: 3113px;
  overflow: hidden;
}

footer > div {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
footer .col-lg-3 p {
  margin: 30px 50px 0 0;
  display: inline-block;
}
footer .col-lg-3 {
  text-align: right;
}
footer .col-lg-5 {
  text-align: center;
}
.footer-notices {
  margin-top: 25px;
}
.footer-notices a {
  font-size: 14px;
  display: inline-block;
}
/*proyecto single*/
.img-proyecto-destacada {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.img-proyecto-destacada h1 {
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 0 0 6px #a6a6a6;
}

.postid-923 .img-proyecto-destacada h1,
.postid-903 .img-proyecto-destacada h1 {
  color: #000;
}

.item-img {
  margin-bottom: 100px;
  text-align: center;
}
.list-imgs-proyecto .item-img {
  margin-bottom: 100px;
  text-align: center;
  max-width: 100%;
  margin: 50px auto;
}
.item-img img {
  max-width: 100%;
  height: auto;
  width: inherit;
  text-align: center;
}
.nav-proyectos img {
  float: left;
  margin-right: 23px;
  max-width: 200px;
  height: auto;
}
.nav-proyectos h2 {
  margin: 0;
  float: left;
  margin-top: 55px;
  max-width: 300px;
}
.bloc-nav-right h2 {
  float: right;
  text-align: right;
}
.nav-proyectos a {
  font-size: 19px;
  font-weight: 200;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #39312b;
}
.nav-left {
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: top 0 left 5px;
  padding-left: 72px;
  display: inline-block;
  line-height: 45px !important;
  transition: all 0.3s;
}
.nav-left:hover {
  background-position: top left;
}
.nav-right {
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: top 0 right 5px;
  padding-right: 72px;
  display: inline-block;
  line-height: 45px !important;
  transition: all 0.3s;
}
.nav-right:hover {
  background-position: top right;
}
/*pagina proyectos*/

.item-proyecto a > div {
  background-size: 75%;
  background-repeat: no-repeat;
}

.item-proyecto a {
  text-decoration: none;
  color: #313131;
}
.item-proyecto h2 {
  font-size: 36px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: normal;
  color: #39312b;
  text-transform: uppercase;
}
.bg-white-item {
  background-color: white;
  padding: 30px 65px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.item-proyecto .bg-white-item {
  padding: 95px 65px;
  background-color: rgba(255, 255, 255, 0.83);
  margin-top: 70px;
  margin-bottom: 70px;
  min-height: 282px;
}
.item-proyecto table {
  color: #313131;
  font-size: 16px;
}
.item-proyecto table tr td:first-child {
  max-width: 110px;
  font-weight: 500;
  padding-bottom: 10px;
}
.item-proyecto table tr td:last-child {
  padding-left: 45px;
}
.item-servicio a {
  text-decoration: none;
  color: #39312b;
}
.item-servicio h3 {
  font-size: 40px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #997510;
  margin-top: 0;
  margin-bottom: 20px;
}
.item-servicio img {
  width: 100%;
  height: auto;
}
.item-servicio button {
  margin-top: 40px;
}
.item-servicio button:hover {
  cursor: pointer;
}

/*look*/
.frase-big p,
.frase-big p span {
  max-width: 870px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 200 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #676a6e;
  font-family: Oswald;
}
.titular-dorado {
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #997510;
}

/*forms*/

.form-container h3 {
  font-size: 36px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #39312b;
  margin-bottom: 30px;
}
.form-container input[type='text'],
.form-container input[type='tel'],
.form-container input[type='email'],
.form-container textarea,
.form-container select {
  background-color: #f4f1e7;
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 8px 12px;
  font-size: 16px;
  /* margin-bottom: 30px; */
}
.form-container .nota-legal + span + p {
  text-align: center;
}
.contact-form-header h2 {
  margin-top: 0;
}
textarea {
  height: 110px;
}
.form-container p {
  margin: 0 0;
}
.form-container input[type='text']:focus,
.form-container input[type='tel']:focus,
.form-container input[type='email']:focus,
.form-container textarea:focus {
  border: 1px solid #997510;
  background-color: white;
  outline: none;
}
.form-container input[type='checkbox'] {
  margin-left: -10px;
  margin-right: 10px;
  display: inline-block;
}
.form-container label {
  font-size: 12px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #997510;
  padding-left: 12px;
}
.form-container .wpcf7-acceptance label {
  font-size: 18px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #515151;
  font-family: 'Oswald', sans-serif;
}
.form-container .wpcf7-response-output {
  text-align: center;
  color: red;
}
.form-container select,
.known-via-title {
  color: #aa8c38;
  font-style: italic;
  outline: none;
  margin: 8px 0 12px;
}
.known-via-title {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f4f1e7;
  font-size: 16px;
  padding: 4px 12px;
  margin-bottom: 0;
  cursor: pointer;
}
.known-via-title:after {
  width: 7px;
  height: 7px;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 12px;
  border-right: 2px solid #aa8c38;
  border-bottom: 2px solid #aa8c38;
  transform: rotate(225deg);
}
.known-via-title.closed:after {
  transform: rotate(45deg);
}
[data-name='known-via'].closed {
  display: none;
}
[data-name='known-via'] .wpcf7-list-item {
  display: block;
  background: #f4f1e7;
  padding-bottom: 4px;
}
[data-name='known-via'] wpcf7-list-item-label:hover {
  background-color: yellow;
}
[data-name='known-via'] [type='radio'] {
  visibility: hidden;
}
[data-name='known-via'] label {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 4px;
}
[data-name='known-via'] label:hover {
  background: rgba(175, 175, 175, 0.15);
}
[data-name='acceptance-185'] {
  display: block;
  margin-top: 10px;
}
input[type='submit'] {
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a07e21+0,8d6c0e+100 */
  background: #a07e21; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #a07e21 0%,
    #8d6c0e 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #a07e21 0%,
    #8d6c0e 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #a07e21 0%,
    #8d6c0e 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a07e21', endColorstr='#8d6c0e',GradientType=0 ); /* IE6-9 */
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 12px 70px;
  border: 0;
  text-transform: uppercase;
}
input[type='submit']:disabled {
  background: gray;
}
.nota-legal {
  margin-bottom: 20px;
}
.nota-legal,
.nota-legal a {
  font-size: 10px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #aa8c38;
}
.nota-legal a {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(153, 117, 16, 0.42);
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(153, 117, 16, 0.42);
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: italic;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(153, 117, 16, 0.42);
  font-size: 16px;
  font-weight: 200;
  font-stretch: normal;
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(153, 117, 16, 0.42);
}
.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-not-valid {
  border: 1px solid red !important;
}
.flipbook-wraper {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.flipbook-wraper iframe {
  max-width: 100%;
}

.scroll-abajo {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  right: 60px;
  width: 67px;
  height: 59px;
  background-image: url(../img/scroll-down-negatiu.svg);
  background-size: cover;
  text-indent: -3113px;
  overflow: hidden;
  animation-name: bounce-3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  transform-origin: bottom;
}
@keyframes bounce-3 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.callme-pop,
.contact-pop {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
}
.callme-pop.show-call,
.contact-pop.show-call {
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
}
.callme-pop > div,
.contact-pop > div {
  max-width: 760px;
  background-color: white;
  padding: 55px;
  position: relative;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.5);
}
.close-pop {
  background-image: url(../img/burger-obert-positiu.svg);
  width: 67px;
  text-indent: -3113px;
  overflow: hidden;
  height: 58px;
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 26px;
}
.callme-pop .form-container,
.contact-pop .form-container {
  background-image: url(../img/form-esquina.svg);
  background-repeat: no-repeat;
  background-position: bottom 25px left 25px;
}
@media all and (max-width: 1224px) {
  .intro-pages,
  .item-servicio h3 {
    font-size: 27px;
  }
  h2 {
    font-size: 35px;
  }
  .bloc-white-r {
    padding: 60px 48px 60px 26px;
    width: 100%;
  }
  .shrink .logo {
    top: 13px;
  }
  .kc_button {
    white-space: inherit;
    text-align: center;
  }
  .info-proyecto a {
    padding: 77px 30px;
  }
  .proyectos-widget .item-proyecto {
    padding: 15px;
  }
}

@media all and (min-width: 767px) {
  .item-img iframe {
    width: 100%;
  }

  .wraper-full {
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  section.kc-elm.text-llarg > div {
    overflow: visible;
    height: 100%;
    margin-bottom: 350px;
  }

  .text-llarg .bloc-white {
    margin-top: -150px;
  }
  .text-llarg.row-separator {
    margin-top: 176px;
    margin-bottom: 55px;
  }

  .kc_row.kc_row_inner {
    width: 100%;
  }
  .kc_column {
    padding-left: 0;
    padding-right: 0;
  }
  .content-800 {
    max-width: 800px !important;
    margin: 0 auto !important;
  }
  .content-650 {
    max-width: 800px !important;
    margin: 0 auto !important;
  }
  .img-full {
    position: absolute;
    z-index: 0;
    top: 0;
  }
  .img-full > div {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .img-60-percent {
    width: 60%;
  }
  .img-90-percent {
    width: 90%;
  }
  .overlay-top {
    position: relative !important;
    z-index: 2;
  }
  .kc_column,
  .kc_column_inner {
    position: inherit;
  }
  .bloc-abajo {
    margin-top: 53%;
  }
  .bloc-abajo-more {
    margin-top: 90%;
  }
  .servicio-page .bloc-abajo {
    margin-top: 80%;
  }
  .servicio-page .bloc-abajo.bloc-abajo-bigtext {
    margin-top: 15%;
  }
  .bloc-arriba {
    margin-top: -150px;
  }
  .bloc-middle .kc-wrap-columns,
  .bloc-middle .kc-wrap-columns > div {
    height: 100%;
  }
  .bloc-middle .kc-col-container {
    display: flex;
    align-items: center;
  }
  .img-left-30 {
    left: 30%;
  }

  section.kc-elm > div {
    position: relative;
    overflow: hidden;
  }
  .force-height > div {
    height: 700px;
  }
  .force-height .img-full {
    height: 700px;
    overflow: hidden;
  }
  /*.page-child .force-height > div,.force-height .img-full{
        height: 900px;
    }*/

  .force-height .img-full img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .show-overflow > div {
    overflow: visible !important;
    margin-top: 150px;
  }
  .kc-row-container .kc-wrap-columns,
  .kc_row_inner {
    display: block;
  }
  .text-overimg-right {
    color: #eaeaea;
    padding-top: 15%;
    margin-left: -25%;
  }
  .text-overimg-right h3 {
    font-size: 54px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #eaeaea;
  }
  .form-container {
    /* max-width: 425px; */
    max-width: 800px;
    margin: 0 auto;
    float: none;
  }
  .bloc-abajo-more {
    margin-top: 50%;
  }
}

@media all and (min-width: 1300px) {
  .text-llarg .bloc-white {
    margin-top: -100px;
  }
  .text-llarg.row-separator {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  section.kc-elm.text-llarg > div {
    min-height: 100%;
    height: inherit;
    margin-bottom: 350px;
  }
}
/*ajustes footer ipad et mobile*/
@media all and (min-width: 1px) and (max-width: 1024px) {
  .video-wrapper {
    background-image: url(../img/animacio-cargando-petita-i-no-fons-2BK.gif);
    background-color: #000;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
  }
  html:lang(en-US) .video-wrapper {
    background-image: url(../img/animacio-cargando-ENGLISH.gif);
  }
  .proyectos-widget .info-proyecto a {
    justify-content: center;
  }
  .info-proyecto h3 {
    text-align: center;
  }
  footer .row > div {
    text-align: center;
  }
  footer .col-12.col-lg-3 p {
    display: inline-block;
    margin-right: 15px;
  }
  .bloc-white {
    padding: 60px 42px 60px 30px;
  }

  .item-proyecto {
    margin: 25px 8px;
  }
  .proyectos-widget .item-proyecto {
    padding: 0;
  }
  .info-proyecto a {
    opacity: 1;
  }
  .img-proyecto-destacada {
    background-size: cover;
  }
  .proyectos-widget .item-proyecto {
    height: 250px;
  }
  .img-proyecto-destacada h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .nav-proyectos h2 {
    float: none;
  }
  .nav-proyectos img {
    margin-bottom: 20px;
  }
  .bloc-nav-right h2 {
    max-width: 100%;
  }
  .callme-pop,
  .contact-pop {
    overflow: auto;
  }
  .close-pop {
    top: 45px;
  }
  .det-left-b,
  .det-right-b,
  .det-right {
    background-image: none;
  }
}
@media all and (max-width: 767px) {
  /*general mobile*/

  .callme-pop .form-container,
  .contact-pop .form-container {
    background-image: none;
  }

  .col-custom-order .kc-col-container > div {
    display: inline-grid;
  }

  ordre-1 {
    order: 1;
  }
  ordre-2 {
    order: 2;
  }
  .bullets-bloc .kc_col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bloc-white .kc_text_block {
    max-width: 100%;
  }
  .item-img iframe {
    width: 100%;
    height: 250px;
  }

  .intro-pages p {
    margin: 5px 20px;
    font-size: 24px;
  }
  .shrink #nav-toggle {
    top: 10px;
  }
  .det-right {
    background-position: top 12px right 15px;
  }
  .proyectos-widget .container-fluid {
    margin-top: 20px;
  }
  .img-proyecto-destacada {
    background-attachment: inherit;
  }
  .logo {
    top: 30px;
    left: 15px;
  }
  #nav-toggle {
    top: 18px;
    right: 15px;
  }
  .logo a {
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .intro-pagesm,
  .item-proyecto h2,
  .frase-big p,
  .frase-big p span,
  .titular-dorado {
    font-size: 23px;
  }
  .list-proyectos .item-proyecto h2 {
    text-align: center;
  }
  h2 {
    font-size: 35px;
  }
  .bloc-white {
    padding: 60px 15px 60px 15px;
  }
  .row-separator {
    margin-top: 50px;
  }
  .info-proyecto a {
    padding: 80px 30px;
    opacity: 1;
    padding-left: 30px;
  }
  footer,
  h2.titular-underline {
    margin-top: 50px;
  }
  .item-proyecto .bg-white-item {
    padding: 25px 23px;
    min-height: inherit;
    margin-top: 65%;
    margin-bottom: 0;
  }
  .list-proyectos .item-proyecto {
    height: inherit;
  }

  .img-proyecto-destacada h1 {
    font-size: 45px;
    padding: 0 10px;
  }
  .scroll-abajo {
    right: 15px;
  }
  .nav-right,
  .nav-left {
    line-height: 1em !important;
    background-size: 35px;
    background-position: top left;
  }
  .nav-proyectos a.nav-right {
    background-position: top right;
    padding-left: 5px;
    padding-right: 47px;
  }

  .item-img {
    margin-bottom: 30px;
  }
  .nav-proyectos a {
    font-size: 17px;
    line-height: 35px !important;
    background-position: top 3px left 0;
    padding-left: 44px;
    padding-top: 0px;
  }
  .nav-proyectos img {
    max-width: 94%;
    margin-right: 10px;
  }
  .nav-proyectos h2,
  .nav-proyectos a {
    margin-top: 0;
    max-width: 100%;
  }
  .force-right {
    margin-left: 10px !important;
  }
  .info-servicio {
    margin-bottom: 50px;
  }
  .item-servicio button {
    margin-top: 20px;
  }
  footer .col-6.col-md-2,
  footer .col-md-3 {
    text-align: center;
  }
  footer .col-md-3 p:last-child {
    margin-right: 0;
  }
  footer {
    padding: 40px 0 70px 0;
  }
  .footer-notices {
    margin-top: 50px;
  }
  .callme-pop > div,
  .contact-pop > div {
    padding: 50px 15px;
  }
  .callme-pop,
  .contact-pop {
    display: block;
    overflow: auto;
  }
  .nav-full {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+31,1+65 */
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 31%,
      rgba(255, 255, 255, 1) 65%,
      rgba(255, 255, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 31%,
      rgba(255, 255, 255, 1) 65%,
      rgba(255, 255, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.7) 31%,
      rgba(255, 255, 255, 1) 65%,
      rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }
  .menu-header {
    margin-right: 40px;
  }
  .info-proyecto h3 {
    font-size: 19px;
    text-align: center;
    width: 100%;
  }

  .bloc-white {
    background-color: transparent;
    padding: 30px 15px 30px 15px;
  }
  h2.titular-underline {
    padding-left: 15px;
  }
  .wraper-80p {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 576px) {
  .list-proyectos .item-proyecto .bg-white-item {
    background-color: transparent;
  }
  .item-proyecto a > div {
    background-size: 100%;
  }
  .item-proyecto .bg-white-item {
    margin-top: 66%;
  }
}

.force-right {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 24px;
}
.aligncenter {
  text-align: center;
}
.company-page .img-proyecto-destacada h1 {
  display: none;
}
.page-template-tmpl-simple .img-proyecto-destacada {
  display: none;
}
.page-template-tmpl-simple .wraper-full {
  margin-top: 150px;
}
.spacer-reality {
  height: 0 !important;
}
.post-password-form {
  margin-top: 100px;
  padding: 10px;
}

/* carousel*/
.elementor-skin-slideshow .elementor-main-swiper {
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 16/9;
}
.btn-available-button.info-vendido {
  margin-top: 16px;
  border-color: #7e9831;
  background-color: #7e9831;
}

.btn-contact {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 18px;
  right: 18px;
  border-radius: 50%;
  background: rgba(152, 125, 49, 0.8)
    url('https://tailorbau.com/tailorwp/wp-content/uploads/budget.svg')
    no-repeat 10px 10px;
  transition: scale 500ms ease-in-out;
  z-index: 2;
}
.btn-contact:hover {
  scale: 1.2;
}
.btn-contact-title {
  visibility: hidden;
}

[data-name='whatsapp'] {
  display: inline-block;
  width: 100%;
  background: #f4f1e7;
  margin: 12px 0;
  font-style: italic;
  padding: 8px;
  color: #aa8c38;
  font-size: 16px;
}
.form-container [data-name='whatsapp'] input[type='checkbox'] {
  margin-left: 10px;
  display: inline-block;
  scale: 1.2;
}
[data-name='recaptcha'] {
  display: inline-block;
  margin: 18px 0;
}
.sub-menu {
  display: none;
}

/** Inversiones - Area Privada */
.area-privada {
  .post-password-form {
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    margin-top: 20px;
    input[type='submit'] {
      cursor: pointer;
    }

    input[type='submit']:hover {
      background: linear-gradient(to bottom, #fdd25e 0%, #8d6c0e 100%) !important;
    }
  }
  #pwbox-2814, #pwbox-2865 {
    margin: 0 12px 0 6px;
  }
}
