/*
    Theme Name: Theme OpenFS for Marquez
    Theme URI: https://github.com/Open-FS/marquez-constructora
    Author: OpenFS LLC
    Author URI: https://github.com/hmcarlosj
    Description: Theme for Marquez Asoc. Constructores
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Marquez
    Text Domain: Marquez
*/

:root {
  --brand-orange: #ff7600;
  --brand-black: #000;
  --body-font: "Roboto", sans-serif;
  --heading-font: "Montserrat", sans-serif;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

.section-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-orange {
  background-color: var(--brand-orange) !important;
}

.text-orange {
  color: var(--brand-orange) !important;
}

.text-black {
  color: var(--brand-black) !important;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #4e5465 !important;
  overflow-x: hidden;
}

header {
  height: 100px;
}

#menu {
  transition: all 0.3s ease-in-out;
  width: 320px;
}

#menu-lg {
  display: none;
}

.menu-slide {
  transition: transform 0.4s ease-in-out;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.translate-end {
  transform: translateX(100%);
}

.translate-in {
  transform: translateX(0);
}

@media (min-width: 992px) {
  #menu {
    display: none;
  }
  #menu-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  #menu-toggle {
    display: none;
  }
}

#menu {
  transition: transform 0.3s ease-in-out;
  width: 320px;
  z-index: 2001;
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

#menu-lg li a,
#menu li a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

#menu-lg li.current-menu-item > a,
#menu li.current-menu-item > a,
#menu-lg li a.active,
#menu li a.active {
  color: #ff7a00 !important;
  font-weight: 800;
  font-size: 13px;
}

.btn-svg {
  cursor: pointer;
}

#header {
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.header-scrolled {
  background-color: rgb(33 37 41 / 95%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.section-subtitle {
  font-size: 18px;
}

.sub-title {
  padding-left: 56px;
  letter-spacing: 0.5rem;
  display: block;
}

.circle-icon {
  width: 40px;
  height: 20px;
  border: 1px solid var(--brand-orange);
  border-radius: 999px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.circle-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 10px;
  margin: 4px;
  background-color: var(--brand-orange);
  border-radius: 999px;
}

.slide__shapes .shape-1 {
  position: absolute;
  top: 123px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  animation: slide-right-sm 5000ms ease 1;
}

.slide__shapes .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
  animation: slide-right-sm 5s ease 1;
}

.slide__shapes .shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  animation: slide-right-sm 5s ease 1;
}

.slide__shapes .shape-4 {
  position: absolute;
  top: 0px;
  right: 175px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  animation: slide-left-sm 5s ease 1;
}

.slide__shapes .shape-6 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  animation: slide-left-sm 5s ease 1;
}

@keyframes slide-left-sm {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes slide-right-sm {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.slide__bg {
  z-index: 1;
}

.slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 2;
}

.slide__shapes {
  z-index: 3;
  pointer-events: none;
}

.slide__content {
  z-index: 4;
}

.swiper-slide {
  height: 100vh !important;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: #000;
  transform: scale(1.1);
  transition: transform 7s ease;
  opacity: 1;
}

.swiper-slide-active .hero-img {
  transform: scale(1);
}

@media (hover: hover) {
  .services__item {
    transition: all 0.2s ease;
  }
  .services__item:hover {
    transform: translateY(-16px);
  }
}

@media (max-width: 768px) {
  .services__item h2 {
    font-size: 3rem;
    font-weight: 700;
  }
  .services__item img {
    width: 60px;
    height: auto;
  }
}

.question {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.74) 90%
    ),
    url("assets/img/bg-question.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 6rem 0;
}

.blur-background-c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
  background-position: center center;
  background-color: black;
}

.overlay-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(46deg, rgb(0 0 8) 0%, rgb(47 47 47 / 72%) 71%);
  opacity: 0.9;
}

.project-card__title {
  line-height: 1.2;
  word-break: break-word;
  transition: color 0.3s ease;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  text-align: center;
}

.project-card:hover .project-card__title {
  color: #fff;
}

.project-card__image {
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
}

.project-card__title {
  transition: margin-top 0.3s ease;
}

.project-card:hover .project-card__title {
  margin-top: -40px !important;
  transition: all 0.4s ease;
}

.project-card:hover .project-card__image {
  transform: scale(1.05);
}

.bg-dark {
  background: #2f2f2f !important;
}

.line-clamp-2 {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    179deg,
    rgb(31 111 155 / 0%) 65%,
    rgb(33 37 41 / 88%) 98%
  );
}

.border-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fixed-aside {
  position: sticky;
  top: 120px;
}

.leading-8 {
  line-height: 2rem;
}

.btn.bg-orange {
  transition: all 0.4s ease;
}

.btn.bg-orange:hover {
  background-color: #000 !important;
  color: #ff7600 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.menu-footer li a {
  color: white;
  text-decoration: none;
}

footer a {
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ff7600;
}

.logo-white {
  filter: brightness(0) invert(1);
}

.floatWapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #7acf4a;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: 0.3s all;
}

.floatWapp:hover {
  color: #fff;
  transform: scale(1.08);
  transition: 0.3s all;
}

.floatWapp svg {
  margin-top: 10px;
}

.floatWapp:after,
.floatWapp:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #7acf4a;
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  to {
    transform: scale(2.2);
    opacity: 0;
  }
}

.social-rrss {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 195px;
  z-index: 9999;
}

.social-rrss a {
  text-decoration: none;
  font-weight: bold;
  padding: 0.6em;
  margin: 3px 0;
  display: flex;
  align-items: center;
  text-align: left;
  transform: translateX(150px);
  transition: all 0.5s ease;
  border-radius: 10px 0 0 10px;
  color: #fff;
}

.social-rrss a p {
  margin: 0;
  color: inherit;
}

.social-rrss a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  flex-shrink: 0;
  display: inline-block;
}

.social-rrss a:hover {
  transform: translateX(0);
  color: #fff;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: white;
  position: relative;
}

.blog-section .blog-card {
  padding: clamp(12px, 1.25vw, 40px);
  border-radius: 24px;
  border: 1px solid #efefef;
  box-shadow: 0px 2px 15px #f7f7f7;
  background: #fff;
}

.blog-section .blog-card .image-box {
  border-radius: 16px;
  overflow: hidden;
}

.blog-section .blog-card .image-box img {
  transition: all 0.35s linear 0s;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-section .blog-card .content-box {
  position: relative;
  padding-top: clamp(12px, 1.25vw, 40px);
}

.blog-section .blog-card .content-box .date-box {
  position: absolute;
  right: 12px;
  top: -60px;
  padding: clamp(8px, 0.625vw, 24px) clamp(10px, 0.833vw, 32px);
  border-radius: 8px;
  background: var(--brand-orange);
  color: #fff;
}

.date-box h5 {
  margin-bottom: 0px;
}

.date-box p {
  margin-bottom: 0px;
  color: #fff;
}

.description-blog p {
  color: var(--brand-black);
}

@media (min-width: 2559px) {
  .blog-section .blog-card .content-box .date-box {
    top: -60px;
  }
}

@media (min-width: 3839px) {
  .blog-section .blog-card .content-box .date-box {
    top: -90px;
  }
}

@media (max-width: 1024px) {
  .blog-section .blog-card .content-box .date-box {
    top: -36px;
  }
}

.blog-section .blog-card .content-box .description-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-section .blog-card:hover .image-box img {
  transform: scale(1.1);
  transition: all 0.35s linear 0s;
}

.btn-blog {
  z-index: 3;
  transition-delay: 0.2s;
  font-size: 14px;
  padding: 5px 25px;
  border-radius: 0px;
  background: var(--brand-orange);
  border: none;
}

.card-call-single {
  border-radius: 24px;
  overflow: auto;
}

.call-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid var(--brand-primary);
}

.img-single {
  object-fit: cover;
  height: 400px;
  border-radius: 20px;
  object-position: center;
}

.section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .section-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.img-sinlge-services {
  object-fit: cover;
  height: 400px;
  border-radius: 20px;
  object-position: center;
}

/*-----------------
 SECTION SINGLE CONTENT
-------------------*/
.content-single {
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-single h1,
h2 {
  font-size: 30px;
}
.content-single p {
  line-height: 28px;
  text-align: justify;
}
.content-single ul li::marker {
  text-align: justify;
  line-height: 28px;
  color: var(--brand-orange);
}
.content-single a {
  text-decoration: none;
  color: var(--brand-orange);
}
/**/
.category-filter-link.active {
  color: #ff7600 !important;
  font-weight: 600;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff7600;
  border-radius: 6px;
  border: 3px solid #f0f0f0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ff7600;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ff7600 #f0f0f0;
}

.pagination .page-item.active .page-link {
  background-color: #292828;
  color: white;
  border-color: #292828;
}

.pagination .page-item:not(.active) .page-link {
  background-color: transparent;
  border-color: #dee2e6;
  color: #656565 !important;
}

.pagination nav {
  margin-top: 35px;
  margin-bottom: 40px;
}

#about figure {
  border-radius: 20px;
  overflow: auto;
}

#about img.single-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  #about img.single-image {
    height: auto;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  font-size: 45px;
  line-height: 1;
  font-weight: 900;
}

.section-header .title span {
  font-size: 16px;
  color: #838383;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
}

.section-header span:before {
  content: "";
  border-bottom: 2px solid #ff7a00;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 14px;
  align-items: center;
}

#about img.single-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.jarallax-keep-img > .jarallax-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -100;
}

.description {
  text-align: justify;
  font-size: 17px;
}

.primary-btn-1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  background-color: #b35300;
  border: 1px solid #b35300;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  white-space: nowrap;
  padding: 20px 24px;
  gap: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  text-decoration: none;
  font-weight: 700;
}

.primary-btn-1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-btn-1:hover {
  color: #fff;
  border: 1px solid #000;
}

.primary-btn-1:hover span {
  width: 225%;
  height: 1000.5px;
}

.primary-btn-1:active {
  background-color: #000;
}

.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}

.services-item {
  position: relative;
  margin-top: 60px;
  margin-right: 100px;
}

.services-item:last-child {
  margin-right: 0;
}

.services-item .number {
  font-size: 5em;
  font-weight: 900;
  color: #f4f4f4;
  position: absolute;
  top: -69px;
  left: -22px;
  z-index: -1;
}

.services-item p {
  line-height: 2;
  font-size: 15px;
}

@media only screen and (max-width: 1199px) {
  .services-item {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .services-item {
    margin-bottom: 50px;
  }
  .services-item:last-child {
    margin-right: 50px;
  }
}

.services-item h3 {
  font-weight: 900;
  font-size: 22px;
}

.bg-grey {
  background: #f1f1f1;
}

.post-grid .post-item figure {
  margin-bottom: 0;
}

.post-grid .post-content {
  width: 100%;
  padding: 40px 30px;
  margin-bottom: 60px;
  box-shadow: -7px 12px 41px -10px rgb(0 0 0 / 12%);
  -webkit-box-shadow: -7px 12px 41px -10px rgb(0 0 0 / 12%);
  -moz-box-shadow: -7px 12px 41px -10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  background: #fff;
}

.post-grid .post-item .post-title {
  font-size: 1.4em;
  line-height: 1.4;
}

.post-grid .post-item p {
  line-height: 2;
}

@media only screen and (max-width: 850px) {
  .post-grid .post-item .post-image {
    width: 100%;
  }
  .post-grid .post-content {
    padding: 40px 50px;
  }
  .post-grid .post-item .post-title {
    font-size: 1.8em;
  }
}

.image-hvr-effect img.post-image {
  transform: scale(1.1);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
  height: 100%;
  width: 100%;
}

.image-hvr-effect {
  display: flex;
  overflow: hidden;
}

.image-hvr-effect:hover img.post-image {
  transform: scale(1);
}

.post-title a {
  text-decoration: none;
  color: #4e5465;
  font-weight: 800;
  font-size: 25px;
}

#contact .left-content {
  padding-right: 100px;
}

#contact .right-content {
  width: 100%;
  background: #fff;
  padding: 88px 83px;
}

@media only screen and (max-width: 1170px) {
  #contact .left-content {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 999px) {
  #contact .left-content {
    margin-right: 10px;
  }
  #contact input[type="text"],
  #contact textarea {
    width: 420px;
  }
  #contact .right-content {
    padding: 60px;
  }
}

@media only screen and (max-width: 820px) {
  #contact input[type="text"],
  #contact textarea {
    width: 100%;
  }
  #contact .left-content {
    margin-right: 0;
    padding-right: 0;
  }
  #contact .right-content {
    width: 100%;
    padding: 40px;
    margin-top: 40px;
  }
}

.detail a {
  text-decoration: none;
  color: #ff7300;
}

.detail {
  margin-left: 10px;
}

.bg-footer {
  background: #292828;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: center;
}

.gallery img.gallery-image {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}

.gallery a {
  margin: 0 10px 10px 0;
}

.content-galeri {
  padding-top: 50px;
  padding-bottom: 50px;
}

.galeria-imagenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-gap: 0px;
  padding-left: 0px;
}

.galeria-imagenes li {
  overflow: hidden;
  position: relative;
}

.galeria-imagenes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.galeria-imagenes li:hover img {
  transform: scale(1.1);
}

.nf-form-content textarea.ninja-forms-field {
  height: 55px !important;
}

.form-index .nf-form-content label {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.form-index input[type="submit"] {
  background-color: #ff7a00 !important;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.5s;
}

.form-index input[type="submit"]:hover {
  background: #ffffff !important;
  color: #c96100 !important;
  transition: a7ll 0.5s;
}

.form-index .nf-form-fields-required {
  display: none;
}

.form-index .nf-error-msg,
.form-index .nf-error,
.form-index .nf-error-required-error {
  color: #ff7a00 !important;
  font-weight: 600;
}

#ninja_forms_required_items,
.nf-field-container {
  clear: both;
  position: relative;
  margin-bottom: 15px !important;
}

.content-send-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-send h2 {
  font-weight: 900;
}
