/********************************** GENERALES **********************************/
*{
  font-family: 'Cairo', sans-serif;
  margin: 0px; 
  padding: 0px;
}

body{overflow-x: hidden;}

/********** scroolbar **********/
body::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar{
  width: 7px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb{
  background-color: #000000;  
}

.container {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

h1 {
    opacity: 0;
    line-height: 0;
}

/********** titulos **********/

.quienes-somos {
  display: flex;
  align-items: center;
  padding: 70px 10%;
}

.quienes-somos > div{
  padding-right: 110px;
}

.quienes-somos > img{
  width: 42%;
}

.quienes-somos h2.titulo:after, .titulo-catalogo-caja h2.titulo:after {
  margin: 20px 0;
}

.titulo-caja{
  padding-top: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.titulo-caja-izq{
  padding-top: 50px 10% 0 10%;
}

.titulo-caja h2.titulo {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
    color: black;
}

.quienes-somos h2.titulo {
    text-align: left;
    margin-bottom: 0;
    font-size: 40px;
    color: black;
}

h2.titulo:after {
    content: "";
    height: 1px;
    width: 100px;
    background: #ccb778;
    display: block;
    margin: 20px auto;
}

div.titulo-catalogo-caja h2.titulo:after {
    margin: 20px 0;
}

.titulo-caja p{
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
}

p.centrado{
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 18px;
    line-height: 27px;
}


/********** botones **********/

.btn {
  padding: 5px 35px;
  transition: all .5s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: black;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn.secundario {
  color: #000;
  background: white;
  border: 1px solid #000;
}

.btn:hover {
  transition: all .2s ease-in-out;
  background: rgb(230,185,128);
  -webkit-box-shadow:inset 0 13px 10px #EACDA3;
  -moz-box-shadow:inset 0 13px 10px #EACDA3;
  box-shadow:inset 0 13px 10px #EACDA3;
  color: #fff;
}

.btn.secundario:hover {
  border: 1px solid rgb(230,185,128);
  border-top: 1px solid #EACDA3;
}

.btn svg {
  width: 15px;
}

.btn p {
  margin: 0;
}

.btn svg path {
  fill: #ccb778;
}

.btn:hover svg path {
  fill: #fff;
}

.btn-caja{
  margin: 50px 0;
  display: flex;
  grid-gap: 10px;
}

/********** Oculto/Visible Mobile **********/
.visible_mobile{display: none;}
.oculto_mobile{display: block;}


.titulo-proyecto {
    top: 19vw;
    position: absolute;
    left: 200px;
    z-index: 2;
}

.titulo-proyecto h2{
    color: white;
    font-size: 70px;
    line-height: 45px;
    font-weight: 700;
}

.titulo-proyecto p{
    color: white;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 200
}

div.ventana{
  width: 50%;
  box-shadow: 19px 18px 28px -2px rgba(0,0,0,0.19);
  -webkit-box-shadow: 19px 18px 28px -2px rgba(0,0,0,0.19);
  -moz-box-shadow: 19px 18px 28px -2px rgba(0,0,0,0.19);
}

div.ventana img{
  width: 100%;
}

.info-proyecto {
    display: flex;
    width: 100%;
    max-width: 1800px;
    align-items: center;
    justify-content: center;
}

.detalle-proyecto {
    padding: 50px;
}

.detalle-proyecto h3{
    font-size: 18px;
    font-weight: 800;
    margin-top: 30px;
}

.detalle-proyecto p{
    font-size: 18px;
    font-weight: 200;
}

.banner-proyecto{
  display: inline-block;
  margin-top: 64px;
}

.banner-proyecto img {
  width: 100%;
}

/********************************** SLIDER **********************************/

h2 {
      line-height:1.1;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
  width: 80%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;
  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/

.hero-style {
  height: 700px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 50px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 600px;
  display: flex;
  align-items: center;
}

.hero-style .slide-btns .theme-btn-s2{
  display: flex;
  align-items: center;
  gap: 12px
}

.hero-style .slide-btns svg path{
  fill: white;
}

.hero-style .slide-title h2 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #bb8651;
  padding: 10px 40px;
  border: 0;
  border-radius: 8px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
  transition: all .2s ease-in-out;
  background: rgb(230,185,128);
  -webkit-box-shadow:inset 0 13px 10px #EACDA3;
  -moz-box-shadow:inset 0 13px 10px #EACDA3;
  box-shadow:inset 0 13px 10px #EACDA3;
  color: #fff;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#000;
    -webkit-box-shadow:inset 0 13px 10px #1a1a19;
    -moz-box-shadow:inset 0 13px 10px #1a1a19;
    box-shadow:inset 0 13px 10px #1a1a19;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
  }
}
@media (max-width: 767px){

  .slide-inner.slide-bg-image.puertas{
    background-image: url(../img/slider-puertas-mb.jpg)!important;
  }

  .slide-inner.slide-bg-image.persianas{
    background-image: url(../img/slider-persianas-mb.jpg)!important;
  }
  
  .theme-btn, .theme-btn-s2{
    font-size: 13px;
  }
  .theme-btn, .theme-btn-s2{
    padding: 9px 15px;
  }

  .slide-btns .btn.secundario {
    color: #000;
    background: white;
    border: 1px solid rgba(0,0,0,1);
    padding: 13px 20px;
  }

  .slide-btns .btn.secundario svg path {
    fill: #ccb778;
}

}

/********************************** SERVICIOS HOME **********************************/

/* .servicios-caja {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 2px;
}

.servicios {
  width: calc(33.3% - 1px);
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
  background-size: cover;
  background-position: center;
  box-shadow: inset 300px 300px 300px rgb(0 0 0 / 0%);
}

.servicios:nth-child(1){background-image: url(../img/servicios/servicio1.jpg);}
.servicios:nth-child(2){background-image: url(../img/servicios/servicio2.jpg);}
.servicios:nth-child(3){background-image: url(../img/servicios/servicio3.jpg);}
.servicios:nth-child(4){background-image: url(../img/servicios/servicio4.jpg);}
.servicios:nth-child(5){background-image: url(../img/servicios/servicio5.jpg);}
.servicios:nth-child(6){background-image: url(../img/servicios/servicio6.jpg);}
.servicios:nth-child(7){background-image: url(../img/servicios/servicio7.jpg);}
.servicios:nth-child(8){background-image: url(../img/servicios/servicio8.jpg);}
.servicios:nth-child(9){background-image: url(../img/servicios/servicio9.jpg);}

.servicios h2 {
  font-size: 21px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.servicios p {
  line-height: 20px;
  text-align: center;
  margin: 10px 0;
}

.servicios > div {
  opacity: 0;
  transition: all .5s ease-in-out;
}

.servicios:hover {
  box-shadow: inset 300px 300px 300px rgb(0 0 0 / 75%);
}

.servicios:hover > div {
  opacity: 1;
} */

/********************************** MOBILE DEVICE **********************************/

@media (max-width: 768px){

  .btn-caja {
    margin: 30px 0 20px 0;
    display: flex;
    grid-gap: 10px;
  }

  .btn {
    padding: 5px 20px;
  }

  .slider-home {
    width: 100%;
    height: 138vw;
  }

  .oculto_mobile{display: none!important;}
  .visible_mobile{display: flex!important; margin-left: 0!important;}

  .titulo-caja h2.titulo, .quienes-somos h2.titulo {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
  }

  .banner-proyecto {
    margin-top: 50px;
  }

  .titulo-proyecto {
    left: 0;
    width: 100%;
  }

  .titulo-proyecto h2 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 25px;
    line-height: 30px;
    text-align: center;
  }

  .titulo-proyecto p {
    font-size: 15px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    line-height: 24px;
  }

  .titulo-caja p, p.centrado {
    max-width: 75%;
    font-size: 15px;
    line-height: 25px;
  }

  .btn-centrado {
    padding: 15px 30px;
    letter-spacing: 0px;
    font-size: 16px;
    margin-bottom: 50px;
  }

  .servicios-caja {
    width: 80%;
    row-gap: 15px;
  }

  .servicios {
    width: 100%;
  }
  .servicios h2 {
    font-size: 16px;
  }

  .quienes-somos {
    flex-flow: column-reverse;
    padding: 70px 10% 0 10%;
  }

  .quienes-somos > div {
    padding-right: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }

  .quienes-somos > div > p {
    margin-bottom: 0;
  }

  .quienes-somos > img {
    width: 70%;
  }

  .quienes-somos h2.titulo:after {
    margin: 20px auto;
  }
  
}













/***************************************** CARRUSEL DE SERVICIOS *************************************/

.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: rgb(230,185,128);
}

/*h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}*/

h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}
button {
  outline: none !important;
}
/******* Common Element CSS End *********/


/******* Middle section CSS Start ******/
/* -------- Landing page ------- */

.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
/* 
.game-section .item:nth-child(1){
  background-image: url("../img/servicios/servicios-puertas-de-comunidad.jpg");
} */


.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }

  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }

  .game-section .item.active {
    width: 360px;
  }

  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    margin-bottom: 20px;
  }

  h3 {
    margin: 0 0 8px;
    font-size: 4.5vw;
    line-height: 24px;
  }

  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */

  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }

  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }

  .game-section .item-desc {
    padding: 0 10px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }

}







section.catalogo-puertas div.proyecto h2 {
  margin: 0;
  padding: 0;
  position: initial;
}

