body {
  font-family: "Raleway", sans-serif;
}
body p {
  color: #666;
}

.site-header.container {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header.container .site-branding {
  margin: 0;
}
.site-header.container .site-title {
  font-size: 2rem;
  font-weight: 700;
  color: black;
  margin-bottom: 0;
}
.site-header.container .site-title a {
  text-decoration: none;
  color: black;
}
.site-header.container .main-navigation {
  width: -moz-fit-content;
  width: fit-content;
}
.site-header.container .main-navigation li {
  margin-left: 20px;
}
.site-header.container .main-navigation li a {
  font-weight: 600;
  font-size: 1.25rem;
  color: black;
}

.more {
  color: black !important;
  text-decoration: none;
  font-weight: 600;
}
.more:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/link.svg") no-repeat center center;
  background-size: contain;
  margin-left: 5px;
  margin-bottom: -2px;
}

.external-link {
  color: black !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 40px;
  position: relative;
  display: inline-block;
}
.external-link:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/external-link.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 3px;
}

.title-wrapper {
  text-align: left;
  margin-bottom: 40px;
  padding: 40px 40px 140px 40px;
  background: #eeeeee;
}
.title-wrapper h1 {
  font-size: 3.5rem;
  font-weight: 700;
  max-width: 620px;
  color: black;
  line-height: 1em;
}

.home h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
.home .marcas {
  padding: 100px 0;
}
.home .marcas .marcas-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 20px;
  padding: 40px;
}
.home .marcas .marcas-grid .item {
  position: relative;
}
.home .marcas .marcas-grid .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home .marcas .marcas-grid .item img.main {
  width: 100%;
  aspect-ratio: 16/20;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.home .marcas .marcas-grid .item .logo {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.home .marcas .marcas-grid .item .logo img {
  max-width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .projects {
  padding: 100px 0;
  background: #eeeeee;
}
.home .projects .projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  padding: 40px;
}
.home .projects .projects-grid .item {
  position: relative;
}
.home .projects .projects-grid .item h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.home .projects .projects-grid .item .img-wrapper {
  margin-bottom: 15px;
}
.home .projects .projects-grid .item .img-wrapper img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .news {
  padding: 100px 0 0 0;
}
.home .news .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  padding: 40px;
}
.home .news .news-grid .item {
  position: relative;
}
.home .news .news-grid .item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.home .news .news-grid .item .date {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 15px;
}
.home .news .news-grid .item .img-wrapper {
  margin-bottom: 10px;
}
.home .news .news-grid .item img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 40px;
}
.blog .blog-grid article {
  background: white;
}
.blog .blog-grid article img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.blog .blog-grid article h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.blog .blog-grid article h2 a {
  text-decoration: none;
  color: black;
}
.blog .blog-grid article .date {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 15px;
}

.page-template-page-marcas section.marcas .marcas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 120px;
  padding: 40px;
}
.page-template-page-marcas section.marcas .marcas-grid .item .img-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-template-page-marcas section.marcas .marcas-grid .item .img-wrapper img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.page-template-page-marcas section.marcas .marcas-grid .item .img-wrapper .logo {
  width: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px;
  z-index: 99;
  background: white;
  height: 80px;
  border-radius: 10px;
}
.page-template-page-marcas section.marcas .marcas-grid .item .img-wrapper .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-marcas section.marcas .marcas-grid .item .content {
  padding-right: 30%;
  font-size: 1.15rem;
  line-height: 1.25em;
}
.page-template-page-marcas section.marcas .marcas-grid .item .content .productos {
  margin-bottom: 20px;
  font-size: 0.85rem;
  line-height: 1.2em;
}

.single-marca .intro {
  background: #eeeeee;
  margin-bottom: 80px;
}
.single-marca .intro .title-wrapper {
  padding: 40px 0 140px 15px;
}
.single-marca .logo {
  margin-bottom: 40px;
  width: 50%;
}
.single-marca .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-marca .main-content .docs-wrapper {
  background: #eeeeee;
  padding: 40px;
  border-radius: 10px;
}
.single-marca .main-content .docs-wrapper h2 {
  font-weight: bold;
}
.single-marca .main-content .docs-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-left: 40px;
}
.single-marca .main-content .docs-list li {
  margin-bottom: 10px;
}
.single-marca .main-content .docs-list li a {
  color: black;
  text-decoration: none;
  position: relative;
}
.single-marca .main-content .docs-list li a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/download.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: -40px;
  transition: filter 0.3s ease;
}
.single-marca .main-content .docs-list li a:hover {
  text-decoration: underline;
}
.single-marca .main-content .docs-list li a:hover:before {
  background: url("../images/download-hover.svg") no-repeat center center;
  background-size: contain;
}
.single-marca .gallery {
  padding: 40px 0;
}
.single-marca .gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 40px;
}
.single-marca .gallery .gallery-grid .item img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-page-proyectos section.intro {
  margin-bottom: 100px;
}
.page-template-page-proyectos h2 {
  font-weight: 600;
  margin-left: 30px;
}
.page-template-page-proyectos .proyectos-wrapper {
  padding: 0 40px;
}
.page-template-page-proyectos .proyectos-wrapper .proyectos-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.page-template-page-proyectos .proyectos-wrapper .proyectos-grid .item {
  position: relative;
}
.page-template-page-proyectos .proyectos-wrapper .proyectos-grid .item .img-wrapper {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.page-template-page-proyectos .proyectos-wrapper .proyectos-grid .item .img-wrapper img {
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-proyectos .proyectos-wrapper .proyectos-grid .item h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.page-template-page-proyectos .others-wrapper {
  padding-left: 40px;
  margin-top: 20px;
}
.page-template-page-proyectos .others-wrapper div {
  background: #eeeeee;
  padding: 40px;
  border-radius: 10px;
  margin: 0 40px 20px 0;
}
.page-template-page-proyectos .others-wrapper div h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-template-page-proyectos .others-wrapper div ul {
  padding: 0;
  margin-left: 55px;
}
.page-template-page-proyectos .others-wrapper div ul li {
  font-size: 1rem;
  margin-bottom: 8px;
  list-style: none;
  position: relative;
}
.page-template-page-proyectos .others-wrapper div ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/tick.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -35px;
  top: 3px;
}

.single-post .post-thumbnail img {
  width: 100%;
  aspect-ratio: 16/4;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

.single-proyecto section.intro {
  background: none;
  padding: 0;
  margin-bottom: 40px;
}
.single-proyecto section.intro img {
  width: 100%;
  aspect-ratio: 16/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-proyecto .content-wrapper {
  padding-right: 40px;
}
.single-proyecto .content-wrapper p {
  font-size: 1.15rem;
  line-height: 1.5em;
}
.single-proyecto .content-wrapper h1 {
  font-weight: 700;
  margin-bottom: 10px;
}
.single-proyecto .content-wrapper .intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #333;
  font-weight: 600;
}
.single-proyecto .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.single-proyecto .gallery-grid .item img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-page-contacto .form-wrapper form {
  display: flex;
  flex-direction: column;
}
.page-template-page-contacto .form-wrapper form label {
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}
.page-template-page-contacto .form-wrapper form input[type=text], .page-template-page-contacto .form-wrapper form input[type=email], .page-template-page-contacto .form-wrapper form textarea {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
.page-template-page-contacto .form-wrapper form input[type=submit] {
  padding: 12px 25px;
  font-size: 1.25rem;
  background: black;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.page-template-page-contacto .form-wrapper form input[type=submit]:hover {
  background: #333;
}
.page-template-page-contacto .contact-info-wrapper {
  text-align: center;
}
.page-template-page-contacto .contact-info-wrapper .contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-template-page-contacto .contact-info-wrapper .contact-wrapper div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  margin: 0 20px;
}
.page-template-page-contacto .contact-info-wrapper .contact-wrapper div img {
  max-width: 120px;
}
.page-template-page-contacto .contact-info-wrapper .contact-wrapper div a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  font-weight: 600;
}

.site-footer {
  margin-top: 80px;
  padding: 30px 0;
  background: #eeeeee;
  color: black;
  text-align: center;
}
.site-footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer p, .site-footer ul {
  margin: 0;
}
.site-footer .legal li {
  display: inline-block;
  margin: 0 15px;
  list-style: none;
}
.site-footer a {
  color: black;
  text-decoration: none;
}

.kd {
  max-width: 25%;
  margin: 20px auto;
}

@media (max-width: 980px) {
  .home .marcas .marcas-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 40px;
  }
  .page-template-page-marcas section.marcas .marcas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-marca .main-content .docs-wrapper {
    margin-top: 40px;
  }
  .blog .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kd {
    max-width: 50%;
  }
}
@media (max-width: 780px) {
  .menu-toggle {
    display: block;
    background: url("../images/menu.svg") no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    border: none;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation {
    position: relative;
  }
  .main-navigation .nav-menu {
    position: absolute;
    top: 40px;
    right: 0;
    background: white;
    padding: 30px;
    border: 1px solid #eeeeee;
  }
  .main-navigation .nav-menu li {
    margin-left: 0;
    text-align: right;
  }
  .title-wrapper h1 {
    font-size: 2.5rem;
  }
  .home .marcas {
    padding: 50px 0;
  }
  .home .marcas .marcas-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
  }
  .home .news .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .kd {
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .title-wrapper {
    text-align: left;
    margin-bottom: 40px;
    padding: 40px 15px 90px 15px;
    background: #eeeeee;
  }
  .site-header.container {
    padding: 20px;
  }
  .single-marca .gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
  .home .marcas .marcas-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
  .home .projects .projects-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    padding: 20px;
  }
  .home .news .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-template-page-marcas section.marcas .marcas-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
  }
  .page-template-page-proyectos .proyectos-wrapper .proyectos-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 60px;
  }
  .blog .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=style.css.map */