@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  font-size: 14px;
}

img {
  display: block;
  object-fit: contain;
}

div {
  box-sizing: border-box;
}

p,
a,
span,
li,
i,
h1,
h2,
h3,
h4,
h5 {
  font-family: "montserrat", sans-serif;
  font-style: normal;
  text-decoration: none;
  text-wrap: pretty;
}

i {
  font-style: italic;
}

.mobile-menu {
  display: none;
}

#navbar {
  width: 100vw;
  box-sizing: border-box;
  padding: 80px 0 20px 0;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.2s;
}
#navbar.scrolled {
  background-color: #fff;
  padding-top: 30px;
}
#navbar.scrolled .content a img {
  content: url("../assets/imgs/logo-green.webp");
  width: 180px;
}
#navbar .content {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#navbar .content #btnMenu {
  display: none;
}
#navbar .content a img {
  width: 260px;
}
#navbar .content .menu-main-menu-container {
  background-color: #fff;
  border-radius: 50px;
  padding: 14px 20px 14px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#navbar .content .menu-main-menu-container ul {
  display: flex;
  gap: 15px;
  list-style: none;
}
#navbar .content .menu-main-menu-container ul li.current_page_item a {
  font-weight: 800;
  border-bottom: solid 3px #6c8b23;
}
#navbar .content .menu-main-menu-container ul li::before {
  content: "•";
  color: #2e3f31;
  /* color del bullet */
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.3rem;
}
#navbar .content .menu-main-menu-container ul li:nth-of-type(1)::before {
  opacity: 0;
}
#navbar .content .menu-main-menu-container ul li a {
  color: #2e3f31;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.2s;
}
#navbar .content .menu-main-menu-container ul li a:hover {
  color: #6c8b23;
}

section {
  width: 100%;
}
section .content {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.btn {
  padding: 14px 80px;
  border-radius: 35px;
  background-color: #2e3f31;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  width: fit-content;
  transition: all 0.2s;
}

#home {
  background-color: rgb(242, 237, 228);
  width: 100%;
}
#home main {
  overflow-x: hidden;
}
#home header {
  background-color: #d8c5a4;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
}
#home header .main-carousel {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home header .main-carousel .flickity-viewport {
  height: 100% !important;
}
#home header .main-carousel .flickity-button {
  bottom: 13%;
  top: auto;
  background-color: rgba(216, 197, 164, 0.8);
}
#home header .main-carousel .flickity-button .flickity-button-icon {
  fill: #fff;
}
#home header .main-carousel .flickity-button.previous {
  right: 9%;
  left: auto;
}
#home header .main-carousel .flickity-button.next {
  right: 5%;
}
#home header .main-carousel .carousel-cell {
  width: 100%;
  height: 100%;
}
#home header .main-carousel .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
#home header .main-carousel .carousel-cell .content {
  padding: 7vw 0;
  z-index: 2;
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
}
#home header .main-carousel .carousel-cell .content h1 {
  color: #fff;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}
#home header .main-carousel .carousel-cell .content h1 i {
  font-weight: 600;
  font-style: italic;
}
#home header .main-carousel .carousel-cell .content h1 b {
  font-weight: 700;
  font-style: italic;
}
#home header .main-carousel .carousel-cell .content .btn {
  padding: 10px 30px;
}
#home header .main-carousel .carousel-cell .content .btn:hover {
  background-color: #6c8b23;
}
#home #gallery {
  padding: 80px 0;
}
#home #gallery .content {
  flex-direction: column;
  width: 80%;
  gap: 25px;
}
#home #gallery .content .row {
  display: flex;
  gap: 25px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#home #gallery .content .row .img {
  width: 34%;
  border-radius: 25px;
  overflow: hidden;
}
#home #gallery .content .row .img img {
  width: 100%;
  border-radius: 25px;
  height: 100%;
  object-fit: cover;
}
#home #gallery .content .row .img.red {
  background-color: #ac0004;
  width: 29%;
}
#home #gallery .content .row .img.red img {
  width: 95%;
  height: 100%;
  object-fit: cover;
}
#home #gallery .content .row .img.half {
  width: 50%;
  background-color: #6c8b23;
}
#home #gallery .content .row .img.half img {
  width: 100%;
  height: 95%;
}
#home #gallery .content .row .img.dark-green {
  background-color: #2e3f31;
  width: 50%;
}
#home #gallery .content .row .img.dark-green img {
  height: 95%;
  width: 100%;
}
#home #gallery .content .row .img.dark-green.small {
  width: 20%;
}
#home #gallery .content .row .block {
  border-radius: 25px;
  display: flex;
  width: 33%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px;
  background-color: #fff;
}
#home #gallery .content .row .block.laberinteros {
  background-color: #ac0004;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  gap: 0;
}
#home #gallery .content .row .block.laberinteros .top {
  width: 100%;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}
#home #gallery .content .row .block.laberinteros .top img {
  width: 20px;
}
#home #gallery .content .row .block.laberinteros .top span {
  color: #fff;
}
#home #gallery .content .row .block.laberinteros .content {
  width: 100%;
  background-color: #fff;
  height: 100%;
  border-radius: 25px;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  gap: 5px;
  justify-content: center;
}
#home #gallery .content .row .block.laberinteros .content .right {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 60px;
}
#home #gallery .content .row .block.laberinteros .content .left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
}
#home #gallery .content .row .block.laberinteros .content h3 {
  background-color: transparent;
  color: #5a5a5c;
  text-align: center;
  text-transform: none;
}
#home #gallery .content .row .block.laberinteros .content .text {
  background-color: #d8c5a4;
  box-shadow: 2px 2px 17px 0px rgba(0, 0, 0, 0.56);
  -webkit-box-shadow: 2px 2px 17px 0px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 2px 2px 17px 0px rgba(0, 0, 0, 0.56);
  border-radius: 35px;
  padding: 15px 40px;
  width: 90%;
  margin: 20px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
#home #gallery .content .row .block.laberinteros .content .text p {
  font-size: 1.2rem;
  text-align: center;
  color: #ac0004;
}
#home #gallery .content .row .block.laberinteros .content .text img {
  position: absolute;
}
#home #gallery .content .row .block.laberinteros .content .text img:nth-of-type(1) {
  top: -15px;
  left: 0;
  width: 80px;
}
#home #gallery .content .row .block.laberinteros .content .text img:nth-of-type(2) {
  bottom: 0;
  right: 0;
  width: 50px;
}
#home #gallery .content .row .block img {
  width: 90%;
}
#home #gallery .content .row .block img.logo {
  width: 100%;
  margin-bottom: 10px;
}
#home #gallery .content .row .block h3 {
  padding: 5px 13px;
  box-sizing: border-box;
  background-color: #6c8b23;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
}
#home #gallery .content .row .block .btn {
  background-color: #ac0004;
  padding: 14px 25px;
  border-radius: 18px;
}
#home #gallery .content .row .block .btn:hover {
  background-color: #6c8b23;
}
#home #gallery .content .row .block span {
  color: #ac0004;
  font-size: 1.5rem;
  font-weight: 600;
}
#home #gallery .content .row .block h2 {
  font-size: 3rem;
  text-align: left;
}
#home #gallery .content .row .block p {
  color: #fff;
  font-size: 1.4rem;
  width: 80%;
}
#home #gallery .content .row .block.half {
  width: 50%;
  background-image: url("../assets/imgs/donde-estamos-bg.webp");
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #6c8b23;
  padding: 30px;
}
#home #gallery .content .row .block.half .btn {
  margin: 20px 0;
  background-color: #fff;
  color: #6c8b23;
  padding: 15px 60px;
}
#home #gallery .content .row .block.half .btn:hover {
  background-color: #2e3f31;
  color: #fff;
}
#home #gallery .content .row .block.green {
  background-color: #2e3f31;
  width: 32%;
  padding: 40px 30px;
}
#home #gallery .content .row .block.green .btn {
  background-color: #fff;
  color: #2e3f31;
  padding: 12px 23px;
}
#home #gallery .content .row .block.green .btn:hover {
  background-color: #6c8b23;
  color: #fff;
}
#home #gallery .content .row .block.green span {
  color: #fff;
}
#home #topbar {
  background-color: #6c8b23;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
#home #topbar .content {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#home #topbar .content .row {
  display: flex;
  gap: 15px;
  align-items: center;
}
#home #topbar .content .row a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  gap: 5px;
}
#home #topbar .content .row a img {
  width: 25px;
  height: auto;
  max-height: 25px;
}
#home #topbar .content span,
#home #topbar .content a {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
#home #experiencias {
  padding: 50px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
#home #experiencias .bg {
  position: absolute;
  z-index: 1;
  height: 90%;
  width: 95%;
  margin: 0 auto;
  background-color: #d8c5a4;
  opacity: 0.3;
  border-radius: 40px;
  bottom: 0;
}
#home #experiencias .content {
  flex-direction: column;
  gap: 10px;
  z-index: 2;
  position: relative;
  align-items: center;
}
#home #experiencias .content h3 {
  color: #2e3f31;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 0.5;
}
#home #experiencias .content h2 {
  color: #6c8b23;
  font-size: 6.8rem;
  line-height: 1;
}
#home #experiencias .content .row {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 30px;
}
#home #experiencias .content .row .arc-btn {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
#home #experiencias .content .row .arc-btn:hover {
  transform: scale(1.03);
}
#home #experiencias .content .row .arc-btn img {
  width: 40px;
  height: 40px;
}
#home #experiencias .content .experiencias-carousel {
  position: relative;
  width: 100%;
  height: clamp(400px, 50vw, 700px);
  cursor: grab;
  user-select: none;
}
#home #experiencias .content .experiencias-carousel:active {
  cursor: grabbing;
}
#home #experiencias .content .experiencias-carousel .carousel-cell {
  position: absolute;
  left: 50%;
  text-align: center;
  will-change: transform;
  pointer-events: none;
  width: clamp(180px, 17vw, 280px);
  top: clamp(30px, 5vw, 80px);
}
#home #experiencias .content .experiencias-carousel .carousel-cell .img {
  aspect-ratio: 9/10;
  border-radius: 25px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#home #experiencias .content .experiencias-carousel .carousel-cell .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#home #experiencias .content .experiencias-carousel .carousel-cell h5 {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#home #experiencias .content .mapa {
  width: clamp(250px, 30%, 500px);
  margin-top: clamp(-180px, -13vw, -80px);
}
#home #experiencias .content h4 {
  background-color: #2e3f31;
  color: #fff;
  padding: 15px 50px;
  border-radius: 20px;
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
}
#home #experiencias .content h4:before {
  content: "";
  position: absolute;
  top: -30px;
  z-index: 1;
  left: -35px;
  width: 50px;
  height: 50px;
  background-image: url("../assets/imgs/before.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#home #experiencias .content h4:after {
  content: "";
  position: absolute;
  bottom: -20px;
  z-index: 1;
  right: -45px;
  width: 50px;
  height: 50px;
  background-image: url("../assets/imgs/after.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#home h2 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}
#home #proyecto {
  padding: 50px 0;
  background-color: #6c8b23;
  margin: 15vw 0;
}
#home #proyecto .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
#home #proyecto img {
  position: absolute;
  left: 0;
  top: -35%;
  width: 40%;
  max-width: 550px;
}
#home #proyecto .content {
  justify-content: flex-end;
  width: 75%;
}
#home #proyecto .content .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#home #proyecto .content .text h2 {
  font-size: 3rem;
  text-align: left;
  font-weight: 600;
}
#home #proyecto .content .text p,
#home #proyecto .content .text i {
  color: #fff;
  font-size: 1.3rem;
}
#home #proyecto .content .text i {
  font-size: 1.6rem;
  margin-top: 20px;
}
#home #locacion {
  background-color: #d8c5a4;
  background-size: cover;
  background-image: url("../assets/imgs/locacion-bg.jpg");
  background-position: center;
  padding: 140px 0 90px 0;
}
#home #locacion .content {
  flex-direction: column;
  align-items: center;
  width: 45%;
  gap: 30px;
}
#home #locacion .content p {
  color: #fff;
  font-size: 1.6rem;
  font-style: italic;
  text-align: center;
}
#home #locacion .content .btn {
  border-radius: 15px;
  background-color: #fff;
  color: #2e3f31;
  padding: 15px 20px;
  margin-top: 20px;
}
#home #locacion .content .btn:hover {
  background-color: #2e3f31;
  color: #fff;
}
#home #cinacina {
  padding: 50px 0;
}
#home #cinacina .content {
  justify-content: space-between;
  gap: 20px;
}
#home #cinacina .content .img {
  background-color: #2e3f31;
  border-radius: 20px;
  width: 68%;
}
#home #cinacina .content .img img {
  width: 97%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
#home #cinacina .content .text {
  background-color: #fff;
  width: 32%;
  border-radius: 20px;
  padding: 50px 20px 50px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  background-image: url("../assets/imgs/cinacina-bg.webp");
  background-position: left;
  background-size: auto 100%;
}
#home #cinacina .content .text h2 {
  color: #2e3f31;
  font-size: 3rem;
  text-align: right;
}
#home #cinacina .content .text h3 {
  font-size: 1.4rem;
}
#home #cinacina .content .text p {
  font-size: 1.4rem;
  text-align: right;
}
#home #resenas {
  background-color: #2e3f31;
  padding: 60px 0;
}
#home #resenas .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
  display: flex;
  justify-content: center;
}
#home #resenas .ti-widget-container .ti-inner {
  display: flex !important;
  background-color: rgb(242, 237, 228) !important;
  flex-direction: column;
  border-radius: 25px !important;
  border: none !important;
  padding: 30px !important;
  width: 95% !important;
  margin: 0 auto !important;
}
#home #resenas .ti-widget-container .ti-inner .ti-stars {
  order: 1 !important;
}
#home #resenas .ti-widget-container .ti-inner .ti-review-content {
  order: 2 !important;
  font-size: 0.9rem !important;
  line-height: 1.1 !important;
  margin-bottom: 30px;
}
#home #resenas .ti-widget-container .ti-inner .ti-review-header {
  order: 3 !important;
}
#home #resenas .ti-widget-container .ti-inner .ti-read-more {
  display: none;
}

#laberinteros {
  background-color: rgb(242, 237, 228);
}
#laberinteros header {
  background-color: #d8c5a4;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
}
#laberinteros header .main-carousel {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#laberinteros header .main-carousel .flickity-viewport {
  height: 100% !important;
}
#laberinteros header .main-carousel .flickity-button {
  bottom: 13%;
  top: auto;
  background-color: rgba(216, 197, 164, 0.8);
}
#laberinteros header .main-carousel .flickity-button .flickity-button-icon {
  fill: #fff;
}
#laberinteros header .main-carousel .flickity-button.previous {
  right: 9%;
  left: auto;
}
#laberinteros header .main-carousel .flickity-button.next {
  right: 5%;
}
#laberinteros header .main-carousel .carousel-cell {
  width: 100%;
  height: 100%;
}
#laberinteros header .main-carousel .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
#laberinteros header .main-carousel .carousel-cell .content {
  padding: 7vw 0;
  z-index: 2;
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
}
#laberinteros header .main-carousel .carousel-cell .content h1 {
  width: 100%;
}
#laberinteros header .main-carousel .carousel-cell .content h1 img {
  width: 100%;
  position: relative;
}
#laberinteros header .main-carousel .carousel-cell .content .btn {
  padding: 13px 65px;
  background-color: #ac0004;
}
#laberinteros header .main-carousel .carousel-cell .content .btn:hover {
  background-color: #2e3f31;
}
#laberinteros #topbar {
  background-color: #ac0004;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
#laberinteros #topbar .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#laberinteros #topbar .content .row {
  display: flex;
  gap: 15px;
  align-items: center;
}
#laberinteros #topbar .content .row a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  gap: 5px;
}
#laberinteros #topbar .content .row a img {
  width: 25px;
  height: auto;
  max-height: 25px;
}
#laberinteros #topbar .content span,
#laberinteros #topbar .content a {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
#laberinteros section {
  width: 100%;
}
#laberinteros section h3 {
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  text-align: center;
  width: 80%;
  color: #2e3f31;
}
#laberinteros section h3 b {
  font-weight: 900;
}
#laberinteros section h2 {
  color: #6c8b23;
  font-size: 7rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
#laberinteros section .content {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
#laberinteros #intro {
  background-color: rgb(242, 237, 228);
  padding: 110px 0;
}
#laberinteros #intro .content {
  flex-direction: column;
  align-items: center;
}
#laberinteros #intro .content .row {
  display: flex;
  gap: 25px;
  margin-top: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#laberinteros #intro .content .row .img {
  width: 50%;
  border-radius: 25px;
  overflow: hidden;
}
#laberinteros #intro .content .row .img img {
  width: 100%;
  border-radius: 25px;
  height: 100%;
  object-fit: cover;
}
#laberinteros #intro .content .row .img.white {
  width: 30%;
  background-color: #fff;
}
#laberinteros #intro .content .row .img.white img {
  width: 95%;
  height: 100%;
  object-fit: cover;
}
#laberinteros #intro .content .row .img.red {
  background-color: #ac0004;
  display: flex;
  justify-content: flex-end;
}
#laberinteros #intro .content .row .img.red img {
  width: 97%;
  height: 100%;
  object-fit: cover;
}
#laberinteros #intro .content .row .img.green1 {
  background-color: #2e3f31;
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
#laberinteros #intro .content .row .img.green1 img {
  height: 95%;
  width: 100%;
}
#laberinteros #intro .content .row .img.green2 {
  background-color: #2e3f31;
  width: 20%;
  display: flex;
  justify-content: flex-start;
}
#laberinteros #intro .content .row .img.green2 img {
  height: 95%;
  width: 100%;
}
#laberinteros #intro .content .row .img.light-green {
  width: 50%;
  background-color: #6c8b23;
}
#laberinteros #intro .content .row .img.light-green img {
  height: 95%;
  width: 100%;
}
#laberinteros #intro .content .row .block {
  border-radius: 25px;
  display: flex;
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 10px;
  padding: 60px 40px 200px 40px;
  position: relative;
  background-color: #ac0004;
}
#laberinteros #intro .content .row .block.light-green {
  padding: 40px;
  background-image: url("../assets/imgs/donde-estamos-bg.webp");
  background-size: cover;
}
#laberinteros #intro .content .row .block.light-green h4 {
  font-size: 3.2rem;
  letter-spacing: normal;
  font-weight: 600;
  width: 100%;
}
#laberinteros #intro .content .row .block.light-green .btn {
  background-color: #fff;
  color: #6c8b23;
  border: none;
  padding: 13px 50px;
}
#laberinteros #intro .content .row .block.light-green .btn:hover {
  background-color: #2e3f31;
}
#laberinteros #intro .content .row .block.white {
  width: 70%;
  background-color: #fff;
  gap: 10px;
  padding-bottom: 60px;
}
#laberinteros #intro .content .row .block.white h4 {
  color: #000;
  font-weight: 600;
  letter-spacing: normal;
  margin: 20px 0 10px 0;
}
#laberinteros #intro .content .row .block.white p {
  color: #000;
}
#laberinteros #intro .content .row .block.white img {
  right: 12px;
  left: auto;
  top: 2px;
}
#laberinteros #intro .content .row .block.white img.bottom {
  bottom: 0;
  right: -5%;
  width: 33%;
  top: auto;
}
#laberinteros #intro .content .row .block.green {
  width: 30%;
  background-color: #2e3f31;
  padding: 40px;
  gap: 20px;
}
#laberinteros #intro .content .row .block.green h4 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: normal;
  width: 100%;
}
#laberinteros #intro .content .row .block.green span {
  font-size: 1.4rem;
  font-weight: 700;
}
#laberinteros #intro .content .row .block.green .btn {
  background-color: #fff;
  color: #2e3f31;
  border: none;
  margin: 0;
  margin-top: 10px;
}
#laberinteros #intro .content .row .block.green .btn:hover {
  background-color: #6c8b23;
  color: #fff;
}
#laberinteros #intro .content .row .block img {
  width: 100px;
  top: -30px;
  left: 15px;
  position: absolute;
}
#laberinteros #intro .content .row .block img.logo {
  position: relative;
  width: 65%;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#laberinteros #intro .content .row .block img.left {
  bottom: 0;
  top: auto;
  left: 30px;
}
#laberinteros #intro .content .row .block img.right {
  bottom: -10%;
  top: auto;
  right: 4%;
  width: 60%;
  left: auto;
}
#laberinteros #intro .content .row .block h4 {
  color: #fff;
  letter-spacing: 0.12rem;
  font-size: 2.3rem;
  width: 70%;
  font-weight: 900;
}
#laberinteros #intro .content .row .block .btn {
  background-color: #d8c5a4;
  padding: 14px 25px;
  border-radius: 18px;
  margin-top: 20px;
  color: #ac0004;
  border: solid 2px #d8c5a4;
  font-size: 1.4rem;
}
#laberinteros #intro .content .row .block .btn:hover {
  background-color: #ac0004;
  color: #fff;
  border-color: #fff;
}
#laberinteros #intro .content .row .block span {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 600;
  width: 80%;
}
#laberinteros #intro .content .row .block h2 {
  font-size: 3rem;
  text-align: left;
}
#laberinteros #intro .content .row .block p {
  color: #fff;
  font-size: 1.4rem;
  width: 80%;
}
#laberinteros #intro .content .row .block p.med {
  font-weight: 500;
}
#laberinteros .info {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#laberinteros .info#importante .content p {
  margin: 8px 0;
}
#laberinteros .info .bg {
  position: absolute;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  bottom: 40px;
}
#laberinteros .info .content {
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
#laberinteros .info .content h2 {
  margin-bottom: 20px;
}
#laberinteros .info .content p {
  text-align: center;
  font-size: 1.3rem;
  margin: 4px 0;
  width: 90%;
  font-weight: 500;
}
#laberinteros .info .content p b {
  font-weight: 800;
}
#laberinteros .info .content i {
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 20px;
}
#laberinteros #banner {
  padding: 70px 0 40px 0;
}
#laberinteros #banner .content {
  position: relative;
  width: fit-content;
}
#laberinteros #banner .content img {
  width: 40px;
  position: absolute;
  z-index: 1;
}
#laberinteros #banner .content img.left {
  left: -32px;
  top: -30px;
}
#laberinteros #banner .content img.right {
  right: -32px;
  bottom: -30px;
}
#laberinteros #banner .content .btn {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  border-radius: 15px;
}
#laberinteros #agenda {
  padding-top: 50px;
}
#laberinteros #agenda .title {
  width: 100%;
  background-color: #d8c5a4;
  padding: 30px 0 20px 0;
  position: relative;
}
#laberinteros #agenda .title h2 {
  text-align: center;
  color: #ac0004;
  line-height: 1;
}
#laberinteros #agenda .title img {
  position: absolute;
  right: 7%;
  width: 20%;
  bottom: -10%;
}
#laberinteros #agenda .content {
  flex-direction: column;
  width: 87%;
  padding: 40px 0;
}
#laberinteros #agenda .content .row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
#laberinteros #agenda .content .row .img {
  border-radius: 25px;
  background-color: #fff;
  box-sizing: border-box;
}
#laberinteros #agenda .content .row .block {
  border-radius: 25px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-end;
}
#laberinteros #agenda .content .row .block h4 {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
#laberinteros #agenda .content .row .block p {
  font-size: 1.3rem;
}
#laberinteros #agenda .content .row.one {
  background-color: #fff;
  border-radius: 25px;
}
#laberinteros #agenda .content .row.one .img {
  width: 33%;
  border-radius: 25px;
  overflow: hidden;
}
#laberinteros #agenda .content .row.one .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#laberinteros #agenda .content .row.one .block {
  width: 67%;
  padding: 10px;
  justify-content: center;
}
#laberinteros #agenda .content .row.one .block h4 {
  color: #ac0004;
  font-weight: 600;
  margin: 0;
}
#laberinteros #agenda .content .row.one .block p {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.3;
}
#laberinteros #agenda .content .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
}
#laberinteros #agenda .content .grid .item {
  width: 100%;
  border-radius: 25px;
  padding: 30px 20px;
  background-image: url("../assets/imgs/agenda-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
#laberinteros #agenda .content .grid .item.red {
  background-color: #ac0004;
}
#laberinteros #agenda .content .grid .item.green {
  background-color: #6c8b23;
}
#laberinteros #agenda .content .grid .item.dark-green {
  background-color: #2e3f31;
}
#laberinteros #agenda .content .grid .item.pink {
  background-color: #eab8a3;
}
#laberinteros #agenda .content .grid .item.pink h4,
#laberinteros #agenda .content .grid .item.pink span,
#laberinteros #agenda .content .grid .item.pink p {
  color: #000;
}
#laberinteros #agenda .content .grid .item.blue {
  background-color: #86a4b5;
}
#laberinteros #agenda .content .grid .item.img {
  padding: 0;
  overflow: hidden;
}
#laberinteros #agenda .content .grid .item span {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
#laberinteros #agenda .content .grid .item h4 {
  font-weight: 800;
  color: #fff;
  font-size: 1.8rem;
}
#laberinteros #agenda .content .grid .item p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
#laberinteros #agenda .content .grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#laberinteros #experiencia {
  background-image: url("../assets/imgs/sinpantallas.webp");
  background-size: cover;
  padding: 100px 0;
}
#laberinteros #experiencia .content {
  flex-direction: column;
  align-items: center;
}
#laberinteros #experiencia .content h2,
#laberinteros #experiencia .content h3 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
}
#laberinteros #experiencia .content .row {
  position: relative;
  width: fit-content;
  margin-top: 80px;
  display: flex;
}
#laberinteros #experiencia .content .row .btn {
  z-index: 2;
  position: relative;
  border-radius: 15px;
  padding: 12px 30px;
}
#laberinteros #experiencia .content .row .btn:hover {
  background-color: #6c8b23;
}
#laberinteros #experiencia .content .row img {
  position: absolute;
  width: 40px;
  z-index: 1;
}
#laberinteros #experiencia .content .row img.left {
  left: -30px;
  top: -30px;
}
#laberinteros #experiencia .content .row img.right {
  right: -30px;
  bottom: -30px;
}

#visitanos {
  background-color: rgb(242, 237, 228);
  padding-bottom: 70px;
}
#visitanos img {
  width: 100%;
}

#contacto {
  background-color: #6c8b23;
  padding: 60px 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}
#contacto .content {
  justify-content: space-between;
  width: 90% !important;
}
#contacto .content .form-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
  box-sizing: border-box;
}
#contacto .content .form-container h2 {
  text-align: left;
  font-weight: 400;
  color: #fff;
  font-size: 4rem;
}
#contacto .content .form-container form {
  width: 100%;
  box-sizing: border-box;
}
#contacto .content .form-container form p {
  box-sizing: border-box;
}
#contacto .content .form-container form p label {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#contacto .content .form-container form p label input,
#contacto .content .form-container form p label select,
#contacto .content .form-container form p label textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  color: #000;
  font-family: "montserrat";
  resize: none;
}
#contacto .content .form-container form p label input::placeholder,
#contacto .content .form-container form p label select::placeholder,
#contacto .content .form-container form p label textarea::placeholder {
  font-family: "montserrat";
  opacity: 0.8;
}
#contacto .content .form-container form p label textarea {
  height: 100px;
}
#contacto .content .form-container form p label.half {
  width: 50%;
}
#contacto .content .form-container form p label .wpcf7-form-control-wrap {
  width: 100%;
  box-sizing: border-box;
}
#contacto .content .form-container form .row {
  margin-top: 20px;
  box-sizing: border-box;
  width: 100%;
}
#contacto .content .form-container form .row p {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
#contacto .content .form-container form .row p .wpcf7-list-item {
  margin: 0;
  box-sizing: border-box;
}
#contacto .content .form-container form .row p .wpcf7-form-control-wrap {
  width: 50%;
}
#contacto .content .form-container form .row p .wpcf7-form-control-wrap label {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 0.8rem;
}
#contacto .content .form-container form .row p .wpcf7-form-control-wrap label input {
  width: 20px;
  height: 20px;
}
#contacto .content .form-container form .row p .wpcf7-submit {
  width: fit-content;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  padding: 8px 60px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "montserrat";
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
#contacto .content .form-container form .row p .wpcf7-submit:hover {
  transform: scale(1.05);
}
#contacto .content .form-container form .row p .wpcf7-spinner {
  position: absolute;
  right: -50px;
}
#contacto .content .img {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
#contacto .content .img img {
  width: 85%;
}

#footer {
  background-color: rgb(242, 237, 228);
  padding: 60px 0;
}
#footer .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .content .col {
  width: 25%;
  display: flex;
  flex-direction: column;
}
#footer .content .col span,
#footer .content .col a {
  color: #2e3f31;
  font-size: 1.3rem;
  text-align: right;
}
#footer .content .col a {
  transition: all 0.2s;
}
#footer .content .col a:hover {
  opacity: 0.6;
}
#footer .content .col .menu-footer-container ul {
  gap: 2px;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
#footer .content .col .menu-footer-container ul li a {
  color: #2e3f31;
  font-size: 1.3rem;
  transition: all 0.2s;
}
#footer .content .col .menu-footer-container ul li a:hover {
  opacity: 0.6;
}
#footer .content .col .menu-footer-container ul li .sub-menu {
  padding-left: 20px;
}
#footer .content .redes {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#footer .content .redes a {
  transition: all 0.2s;
}
#footer .content .redes a:hover {
  opacity: 0.8;
}
#footer .content .redes a img {
  width: 50px;
}

@media (max-width: 1000px) {
  .mobile-menu {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: #6c8b23;
    position: fixed;
    top: 0;
    z-index: 99;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    transform: translateY(-100%);
  }
  .mobile-menu .menu-main-menu-container ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mobile-menu .menu-main-menu-container ul li {
    text-align: center;
  }
  .mobile-menu .menu-main-menu-container ul li a {
    color: #fff;
    font-size: 1.5rem;
  }
  #navbar {
    padding-top: 30px;
  }
  #navbar.scrolled .content a img {
    content: url("../assets/imgs/iso-green.webp");
    width: 70px;
  }
  #navbar .content {
    background-color: #fff;
    border-radius: 35px;
    padding: 10px 15px;
    width: 90%;
    box-sizing: border-box;
  }
  #navbar .content #btnMenu {
    display: block;
    width: 40px;
  }
  #navbar .content a img {
    content: url("../assets/imgs/iso-green.webp");
    width: 50px;
  }
  #navbar .content .menu-main-menu-container {
    display: none;
  }
  #topbar .content {
    flex-direction: column;
  }
  #topbar .content span {
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #topbar .content .row {
    justify-content: space-between;
  }
  #topbar .content .row a {
    width: 30%;
    font-size: 0.8rem !important;
  }
  #topbar .content .row a img {
    width: 10px;
  }
  #home header {
    height: 70vh;
  }
  #home header .main-carousel .flickity-button {
    display: none;
  }
  #home header .main-carousel .carousel-cell .content {
    flex-direction: column;
  }
  #home header .main-carousel .carousel-cell .content h1 {
    font-size: 3rem;
  }
  #home header .main-carousel .carousel-cell .content h1 br {
    display: none;
  }
  #home #gallery {
    overflow-x: hidden;
  }
  #home #gallery .content .row {
    flex-direction: column;
  }
  #home #gallery .content .row .img,
  #home #gallery .content .row .block {
    width: 100% !important;
  }
  #home #gallery .content .row .img .btn,
  #home #gallery .content .row .block .btn {
    padding: 10px !important;
    font-size: 1.3rem !important;
  }
  #home #gallery .content .row .img p,
  #home #gallery .content .row .block p {
    width: 100% !important;
  }
  #home #gallery .content .row .img h3,
  #home #gallery .content .row .block h3 {
    font-size: 1.4rem !important;
  }
  #home #experiencias .content h3 {
    font-size: 1.4rem;
  }
  #home #experiencias .content h2 {
    font-size: 4rem;
  }
  #home #experiencias .content .experiencias-carousel {
    height: 500px;
  }
  #home #experiencias .content .experiencias-carousel .carousel-cell {
    width: 65%;
  }
  #home #experiencias .content .mapa {
    width: 70%;
  }
  #home #experiencias .content .row {
    width: 90%;
    gap: 0;
    position: relative;
    justify-content: space-between;
  }
  #home #experiencias .content .row .arc-btn {
    top: -150px;
    position: relative;
  }
  #home #proyecto {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  #home #proyecto img {
    left: auto;
    top: auto;
    width: 85%;
    position: relative;
  }
  #home #proyecto .content {
    width: 85%;
    justify-content: center;
  }
  #home #proyecto .content .text {
    width: 100%;
  }
  #home #locacion {
    padding: 60px 0;
  }
  #home #locacion .content {
    width: 85%;
  }
  #home #locacion .content h2 {
    font-size: 3.3rem;
  }
  #home #cinacina .content {
    flex-direction: column;
  }
  #home #cinacina .content .img {
    width: 100%;
  }
  #home #cinacina .content .text {
    width: 100%;
  }
  #contacto .content {
    flex-direction: column;
  }
  #contacto .content .form-container {
    width: 100%;
  }
  #contacto .content .form-container form p label.half {
    width: 100%;
  }
  #contacto .content .form-container form .row p {
    flex-direction: column;
  }
  #contacto .content .form-container form .row p span {
    width: 100% !important;
  }
  #contacto .content .form-container h2 {
    font-size: 3rem;
  }
  #contacto .content .img {
    width: 100%;
    display: none;
  }
  #laberinteros header {
    height: 60vh;
  }
  #laberinteros header .main-carousel .carousel-cell .content {
    padding: 15vw 0;
    align-items: center;
  }
  #laberinteros section h3 {
    width: 100%;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
  }
  #laberinteros section h2 {
    font-size: 3.3rem;
    text-align: center;
    line-height: 1.1;
    margin: 15px 0;
  }
  #laberinteros #intro {
    padding: 60px 0;
  }
  #laberinteros #intro .content .row {
    flex-direction: column;
    margin-top: 20px;
  }
  #laberinteros #intro .content .row .img, #laberinteros #intro .content .row .block {
    width: 100% !important;
  }
  #laberinteros #intro .content .row .block {
    padding: 30px !important;
  }
  #laberinteros #intro .content .row .block img {
    display: none;
  }
  #laberinteros #intro .content .row .block img.right, #laberinteros #intro .content .row .block img.left {
    display: none;
  }
  #laberinteros #intro .content .row .block h4 {
    font-size: 2rem !important;
    width: 100% !important;
  }
  #laberinteros #intro .content .row .block span {
    font-size: 1.1rem !important;
  }
  #laberinteros #intro .content .row .block span br {
    display: none;
  }
  #laberinteros #intro .content .row .block p {
    width: 100%;
  }
  #laberinteros #intro .content .row .block .btn {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  #laberinteros .info .content {
    width: 90%;
    padding: 40px 15px;
    background-color: rgba(216, 197, 164, 0.8);
    border-radius: 25px;
  }
  #laberinteros .info .content p {
    text-align: left;
  }
  #laberinteros .info .bg {
    display: none;
  }
  #laberinteros #agenda .content .row.one {
    flex-direction: column;
  }
  #laberinteros #agenda .content .row.one .img {
    width: 100%;
  }
  #laberinteros #agenda .content .row.one .block {
    width: 100%;
    padding: 20px;
  }
  #laberinteros #agenda .content .row.one .block h4 {
    font-size: 1.8rem;
  }
  #laberinteros #agenda .content .row.one .block p {
    font-size: 1.3rem;
  }
  #laberinteros #agenda .content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #laberinteros #agenda .content .grid .item h4 {
    font-size: 1.7rem;
  }
  #laberinteros #agenda .content .grid .item p {
    font-size: 1.3rem;
  }
  #laberinteros #agenda .content .grid .item.pink span {
    color: #000 !important;
    -webkit-text-fill-color: #000;
  }
  #laberinteros #agenda .content .grid .item span {
    font-size: 1.8rem;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    pointer-events: none;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .content {
    flex-direction: column;
    gap: 20px;
  }
  #footer .content .col {
    width: 100%;
  }
  #footer .content .col a,
  #footer .content .col span {
    text-align: center;
    font-size: 1rem;
  }
  #footer .content .col:nth-of-type(1) {
    display: none;
  }
  #footer .content .redes a img {
    width: 35px;
  }
}

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