@charset "UTF-8";
/**
 * Theme Name: Alarquitectura
 * Theme URI:
 * Description: Tema realizado a medida para alaarquitectura.com
 * Author: Manuel Muñoz
 * Author URI:
 * Template: generatepress
 * Version: 1.0.2
 * License: GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.site-header .inside-header {
  padding: 0;
  transition: all 0.3s;
}
.site-header .main-navigation .main-nav ul ul li a {
  padding: 12px 16px;
}
@media screen and (max-width: 768px) {
  .site-header:has(nav.toggled) {
    height: 100%;
  }
}

body.logged-in.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .site-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in.admin-bar .site-header {
    top: 0;
  }
}

.site-footer .footer-widgets {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.site-footer .footer-widgets-container, .site-footer .inside-site-info {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1240px) {
  .site-footer .footer-widgets-container, .site-footer .inside-site-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer footer a {
  text-decoration: none;
}

.search .page-header {
  padding-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.search.search main {
  padding-bottom: 40px;
}
.search main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.search main article {
  width: calc(50% - 10px);
}
.search main article .inside-article {
  background: #FFFFFF;
  transition: all 0.3s;
}
.search main article .inside-article:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.search main article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: flex;
}
.search main article .entry-title {
  padding: 16px 16px 21px 16px;
  margin: 0;
  font-size: 30px;
}
.search main article .entry-title a {
  color: #707070;
}
.search main article .entry-title a:hover {
  color: #000000;
}
.search main article .entry-summary {
  display: none;
}
@media screen and (max-width: 768px) {
  .search main article {
    width: 100%;
  }
}
.search main.site-main .paging-navigation {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.single .entry-header {
  padding: 40px 0;
  margin: 0;
}

.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7 form > p {
  width: 100%;
  letter-spacing: 11.04px;
}
.wpcf7 form > p:has(.col) {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .wpcf7 form > p:has(.col) {
    width: 100%;
  }
}
.wpcf7 form > p .check {
  letter-spacing: normal;
}
.wpcf7 form > p .check .wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px;
}
.wpcf7 form > p .wpcf7-not-valid-tip {
  letter-spacing: normal;
}
.wpcf7 form > p.sent .wpcf7-response-outpu {
  width: 100%;
  font-size: 18px;
  background: #46b450;
  color: white;
  font-weight: bold;
}
.wpcf7 form input, .wpcf7 form textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #ededed;
  margin-top: 10px;
}
.wpcf7 form input:focus, .wpcf7 form textarea:focus {
  border-color: #ededed;
}
.wpcf7 form input:focus-visible, .wpcf7 form textarea:focus-visible {
  outline: none;
}
.wpcf7 form input[type=submit], .wpcf7 form textarea[type=submit] {
  width: auto;
  color: #FFFFFF;
  background: #000000;
}
.wpcf7 form input[type=submit]:hover, .wpcf7 form textarea[type=submit]:hover {
  box-shadow: 0px 7px 15px 0px rgba(66, 133, 244, 0.3);
  background: #FFFFFF;
  color: #000000;
}
.wpcf7 form.sent * {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  border: none;
  margin: 0;
  font-size: 20px;
  padding: 0;
  color: #46b450;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  display: none;
}
body #slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout {
  position: fixed;
  top: 0 !important;
  bottom: 0;
  height: 100%;
}
body #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
  margin-top: 20px;
  padding: 5px;
}
@media (max-width: 768px) {
  body #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    margin-top: 0;
  }
}

a[data-slb-active="1"] {
  width: fit-content;
}
a[data-slb-active="1"] img {
  transition: all 0.3s;
}
a[data-slb-active="1"]:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

body .slick-slider {
  position: initial;
}
body .slick-slider .slick-list {
  overflow: visible;
}
body .slick-slider .slick-prev {
  right: 80px;
  z-index: 1;
}
body .slick-slider .slick-prev::before {
  color: white;
  opacity: 1;
  font-size: 36px;
}
body .slick-slider .slick-next {
  left: 80px;
  z-index: 1;
}
body .slick-slider .slick-next::before {
  color: white;
  opacity: 1;
  font-size: 36px;
}
@media (max-width: 768px) {
  body .slick-slider .slick-prev {
    right: 20px;
  }
  body .slick-slider .slick-next {
    left: 20px;
  }
}

body:has(.slick-slider) {
  overflow-x: hidden;
}

.alarc-bucle {
  transition: all 0.3s;
}
.alarc-bucle:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}

.container.grid-container {
  padding-top: 110px;
}
.container.grid-container .site-content {
  padding: 0;
}
@media screen and (max-width: 1240px) {
  .container.grid-container .site-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.grid-container .site-content .alignfull {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.grid-container .entry-content:not(:first-child), .container.grid-container .entry-summary:not(:first-child), .container.grid-container .page-content:not(:first-child) {
  margin-top: 0;
}
@media (max-width: 990px) and (min-width: 769px) {
  .container.grid-container {
    padding-top: 195.5px;
  }
}

a, button {
  transition: all 0.3s;
  text-decoration: none;
}

.alar-contact {
  box-shadow: 30px 30px 80px 0px rgba(0, 0, 0, 0.1);
}

p {
  text-align: justify;
}

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