html,
body {
  height: 100%;
}

@font-face {
    font-family: 'Sequel Sans Bold Head';
    src: url('fonts/SequelSans-BoldHead.eot');
    src: url('fonts/SequelSans-BoldHead.eot?#iefix') format('embedded-opentype'),
        url('fonts/SequelSans-BoldHead.woff2') format('woff2'),
        url('fonts/SequelSans-BoldHead.woff') format('woff'),
        url('fonts/SequelSans-BoldHead.svg#SequelSans-BoldHead') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Book Head';
    src: url('fonts/SequelSans-BookHead.eot');
    src: url('fonts/SequelSans-BookHead.eot?#iefix') format('embedded-opentype'),
        url('fonts/SequelSans-BookHead.woff2') format('woff2'),
        url('fonts/SequelSans-BookHead.woff') format('woff'),
        url('fonts/SequelSans-BookHead.svg#SequelSans-BookHead') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Medium Head';
    src: url('fonts/SequelSans-MediumHead.eot');
    src: url('fonts/SequelSans-MediumHead.eot?#iefix') format('embedded-opentype'),
        url('fonts/SequelSans-MediumHead.woff2') format('woff2'),
        url('fonts/SequelSans-MediumHead.woff') format('woff'),
        url('fonts/SequelSans-MediumHead.svg#SequelSans-MediumHead') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Roman Head';
    src: url('fonts/SequelSans-RomanHead.eot');
    src: url('fonts/SequelSans-RomanHead.eot?#iefix') format('embedded-opentype'),
        url('fonts/SequelSans-RomanHead.woff2') format('woff2'),
        url('fonts/SequelSans-RomanHead.woff') format('woff'),
        url('fonts/SequelSans-RomanHead.svg#SequelSans-RomanHead') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Light Head';
    src: url('fonts/SequelSans-LightHead.eot');
    src: url('fonts/SequelSans-LightHead.eot?#iefix') format('embedded-opentype'),
        url('fonts/SequelSans-LightHead.woff2') format('woff2'),
        url('fonts/SequelSans-LightHead.woff') format('woff'),
        url('fonts/SequelSans-LightHead.svg#SequelSans-LightHead') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Light Body';
    src: url('fonts/SequelSans-LightBody.eot');
    src: url('fonts/SequelSans-LightBody.eot?#iefix') format('embedded-opentype'),
        url('fonts/SequelSans-LightBody.woff2') format('woff2'),
        url('fonts/SequelSans-LightBody.woff') format('woff'),
        url('fonts/SequelSans-LightBody.svg#SequelSans-LightBody') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel Sans Semi Bold Head';
    src: url('fonts/SequelSans-SemiBoldHead.eot');
    src: url('fonts/SequelSans-SemiBoldHead.eot?#iefix') format('embedded-opentype'),
        url('fonts/SequelSans-SemiBoldHead.woff2') format('woff2'),
        url('fonts/SequelSans-SemiBoldHead.woff') format('woff'),
        url('fonts/SequelSans-SemiBoldHead.svg#SequelSans-SemiBoldHead') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: "SequelSansHeadlineSemi";
  src: url('fonts/SequelSansHeadlineSemi/font.woff2') format('woff2'), url('fonts/SequelSansHeadlineSemi/font.woff') format('woff');
}
@font-face {
  font-family: "SequelSansHeadlineLight";
  src: url('fonts/SequelSansHeadlineLight/font.woff2') format('woff2'), url('fonts/SequelSansHeadlineLight/font.woff') format('woff');
}

@font-face {
  font-family: "SequelSansHeadlineBook";
  src: url('fonts/SequelSansHeadlineBook/font.woff2') format('woff2'), url('fonts/SequelSansHeadlineBook/font.woff') format('woff');
}

.plarq-fontb{
	font-family: 'Sequel Sans Bold Head';
}
.plarq-fontbk{
	font-family: 'Sequel Sans Book Head';
}
.plarq-fontm{
	font-family: 'Sequel Sans Mediun Head';
}
.plarq-fontr{
	font-family: 'Sequel Sans Roman Head';
}
.plarq-fontl{
	font-family: 'Sequel Sans Light Body';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  color: #292728;
}

footer h6{
  color: #8a8a8b;
}

footer h1{
  color: #8a8a8b;
}

.navbar{
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

.nav-link{
  padding-top: 12px!important;
}
.fullscreen-logo {
  position: absolute; 
  height: 100vh;
  width: 100%;
  background-color: #fff;
  z-index: 9997;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 1;
}

.navbar-nav {
  opacity: 0;
  z-index: 9999; /* Ajusta el valor del z-index para que el menú quede por debajo del logotipo */
  position: relative; /* Asegura que el menú respete la posición relativa del logotipo */
  transform: translateY(20px); /* Ajusta el desplazamiento inicial */
  margin-right: -5px;
}


.bold-text {
  font-weight: bold;
}

.pb-plar{
  padding-bottom: 20px!important;
}


body{
    font-family: 'Sequel Sans Medium Head';
    background-color: #f0f0ef!important;
}


.navbar-container{
    position: fixed;
    top: 0px;
    z-index: 9998;
    height: 73px;
    width: 100%;
}



.leyenda h3{
    font-family: 'Sequel Sans Light Head';


}

.leyenda{
    padding-top: 100px;
}


  .bg-light {
    background-color: #fff !important;
  }



  .navbar {
    transition: all 0.5s ease-in-out;
  }

  .navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }



.navbar-light .navbar-nav .nav-link{
	font-family: 'SequelSansHeadlineLight';
	font-style: normal;
	font-weight: 355;
	font-size: 16px;
	line-height: 22px;  
	/* identical to box height, or 169% */
	text-align: right;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #8A8B8B;
}

.navbar-nav{
	height: 73px;
	display: flex;
/* 	align-items: center; */
}

.nav-item {
	margin-top: auto;
	margin-bottom: auto;
}

.navbar-brand{
    padding: 0px!important;
    font-family: 'Sequel Sans Light Head';
/* 	top: 35px !important; */
	width: 97%;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	/*   xPercent: -50;
	yPercent: -50; */
	z-index: 10000; /* Ajusta el valor del z-index para colocar el logotipo por encima del menú */
}

/* #logo {
	width: 97%;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%; 
	xPercent: -50;
	yPercent: -50; 
	z-index: 10000;
} */

	.carousel-news-resp-img {
		display: none;
	}

.carousel-item h5{
    color: #fff;
}

.carousel-indicators .active {
/*   background-color: white!important; */
}

.leyenda{
    width: 100%;
    position: block;
    text-align: center;
}



.border-left{
    border-left: gray 1px solid;
}


.carousel-dark .carousel-indicators [data-bs-target] {
  border: 1px solid #fff;
  background-color: #fff;
}


.carousel-indicators [data-bs-target] {
  border: 1px solid #F0F0EF;
  border-radius: 100%;
  width: 10px!important;
  height: 10px!important;
  background-color: transparent!important;
  margin-right: 3px;
  margin-left: 3px;
  transition: opacity 0.6s ease;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1.6rem!important;
  margin-left: 15%;
  list-style: none;
}

.carousel-caption{
  font-family: 'SequelSansHeadlineLight';
font-style: normal;
font-weight: 355;
font-size: 20px!important;
line-height: 22px;

/* or 110% */
text-align: center;
}

.title-products
    {
        position: absolute;
        top: 100px;
        text-align: center;
        font-size: 25px;
        font-family: 'Sequel Sans Book Head';
        line-height: 1.9rem;
        font-weight: 400;
      }


.harly{
    background-color: #8A8B8B;
    color: #000;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    height: 100vh;
    position: relative;

}



.harly hr{
margin-bottom: 3px!important;
}



.products h2{
    font-size: 70px;
    font-family: 'Sequel Sans Semi Bold Head';
}


.products p{
    font-size: 25px;
    font-family: 'Sequel Sans Light Head';
    letter-spacing: 0px;
    line-height: 30px;
}



.tabla-botom{
    bottom: 60px;
    position: absolute;
    width: 93%;
    font-family: 'Sequel Sans Light Head';
    line-height: 17px;
    letter-spacing: 0px;
}


.shop{
    text-align: center;
    padding: 70px;
    background-color: #f0f0ef;
    color: #8a8a8b;
}


.btn-shop{
    border-radius: 50px ;
    border: solid 1px  #8a8a8b;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 75px;
    padding-right: 75px;
    color: #8a8a8b;
    font-family: 'Sequel Sans Light Head';
    text-decoration: none;
    font-size: 30px;



}


.btn-shop-dos {
  border-radius: 50px;
  border: solid 1px #000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 80px;
  padding-right: 80px;
  color: #000;
  font-family: 'Sequel Sans Light Head';
  text-decoration: none;
  font-size: 20px;
}

.shop h1{
    font-size: 90px;
    font-family: 'Sequel Sans Light Head';
    margin: auto;
    letter-spacing: 0px;
}



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


.destacada h1{
font-size: 70px;
font-family: 'Sequel Sans Light Head';
line-height: 70px;
margin-top: 15px;

}

.destacada p{
    padding: 20px;
    font-size: 25px;
    font-family: 'Sequel Sans Light Head';
    letter-spacing: 0px;
    line-height: 30px;
}


.destacada p a{
color: #292728!important;
font-size: 18px;
}


.about{
	background-color: #EBEBEB;
}
/* 	background-color: #8A8B8B; */
.titles-about{
	font-size: 32px;
	font-weight: bold;
	font-family: 'Sequel Sans Light Head';
}

.paragraph-about{
	font-size: 40px;
	font-family: 'Sequel Sans Light Head';
/* 	text-align: justify; */
/*     line-height: 65px; */
}

.about .navbar-container {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.5s ease-in-out;
 }


.luxor{
    width: 100%;
    height: auto;
    padding-top: 50px;
	padding-left: 150px;
	padding-right: 150px;
}


.luxor2{
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-left: 150px;
	padding-right: 150px;
}



  .luxor h1{
 font-size: 190px;
    padding: 0;
    margin: 0;
    font-family: 'Sequel Sans Semi Bold Head';
line-height: 190px;
margin-top: 40px;

  }

.container-menu-about{
	padding-top: 100px;
	
}

.menu-about-item{
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 25px;
	font-style: none;
	font-family: 'Sequel Sans Light Head';
}

  .luxor2 h1{
    font-size: 190px;
       padding: 0;
       margin: 0;
       font-family: 'Sequel Sans Semi Bold Head';
   line-height: 190px;
   margin-top: 0px;
   
     }


/*   .menu-about{
    text-align: center;
  }


.menu-about li{
    display: inline-block;
    //Agregue un margen a la derecha para separar los elementos
    margin-right: 150px;
    font-size: 22px;
    font-family: 'Sequel Sans Light Head';
    letter-spacing: 0px!important;

} */



.single{
    color: #000;
    padding-top: 0px!important;
    padding-left: 20px;
    padding-right: 20px;
    height: 100vh;
    position: relative;
}

.single p{
  font-family: 'Sequel Sans Light Head'!important;
  line-height: -22px;
  font-size: 18px!important;
  margin-top: 17px;
}

footer{
    background-color: #292728;
    padding: 20px;
    color: #8a8a8b;
}

footer h6{
    font-size: 16px;
    font-family: 'Sequel Sans Book Head'!important;
    letter-spacing: 0px; 
    margin-bottom: 60px;

}

footer h1{
    font-size: 85px;
    line-height: 70px;
    font-family: 'Sequel Sans Light Head';
    letter-spacing: 0rem !important;
}

footer h2{
    font-size: 85px;
    text-decoration: underline;
    font-family: 'Sequel Sans Light Head';
    letter-spacing: 0rem !important;
}

footer .col-md-2{
    position: relative;
}

footer p{
    bottom: 0px;
    position: absolute;
    font-weight: 400;
    font-family: 'Sequel Sans Book Head'!important;
    line-height: 17px;
}

.alinear-right{
    text-align: right;
}

.lines-t-b{
    border-top: #BABABA solid 1px;
    border-bottom: #111 solid 1px;
    padding: 10px;
    margin-top: 15px;
}

.servicios ul{
  margin-bottom: 0rem;
}

.txt-service{
    font-size: 64px;
    font-family: 'Sequel Sans Light Head';
    line-height: 65px;
}


.proyectos-grid{
    padding-top: 65px;
    padding-bottom: 110px;
    padding-left: 6px;
  padding-right: 6px;
}

.text-right{
    text-align: right;
    font-family: 'Sequel Sans Light Head';
}

.proyectos-list{
    padding-top: 50px;
}

tbody, td, tfoot, th, thead, tr{
  font-family: "SequelSansHeadlineLight";
    
    color: #8a8a8b!important;
    letter-spacing: 0px;
}
td{
    font-size: 29px;
 
}
th{
    color: #8a8a8b;
    font-size: 20px;
}
.table td, .table th{

  padding: 0px!important;
}
.proyectos-list{
    background-color: #f0f0ef;
    padding-bottom: 40px;
}

.table > :not(caption) > * > *{
    border-bottom: 0px!important;
}


tr:hover {
    cursor: pointer;
  }

  tr:hover {
    background-color: #f0f0ef;
  }

tbody{
line-height: 50px!important;
}

.table td, .table th{
  border-top: 0px solid #879494!important;
}




  .no-border th,
  .no-border td {
    border: none!important;
    padding-bottom: 20px!important;
    border-bottom:none!important;
    padding-top: 20px!important;
  }

  .no-border2 th,
  .no-border2 td {
border-top: none!important;
border-bottom:none!important;
  }

  .black-text {
    color: black!important;
  }

  .bold-title {
    font-weight: bold;
    font-family: "SequelSansHeadlineBook"!important;
  }


  .collapse-title {
    font-weight: normal;
}

tr.show .collapse-title {
    font-weight: bold;
}



  .menu-about li a{
    text-decoration: none!important;
    color: #292728!important;
  }

  .menu-about li a:hover{
    font-weight: 700;
  }


  .hero2 {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  .titulo {
    font-size: 180px;
    color: #000;
    text-align: center;
    font-family: 'Sequel Sans Semi Bold Head';
  }

.caja{
  padding: 3px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-top: 10px;
        margin-bottom: 10px;
}

.caja h4{
  margin-bottom: 0px!important;
  font-family: 'Sequel Sans Semi Bold Head';
  letter-spacing: -0.0rem !important;
}

/* carrusel */

.carousel-item img {
  height: 100vh!important;
  object-fit: cover;
}

.carousel-item {
  display: none;
}

.carousel-copip-item{
	height: 900px !important;
}

.carousel-copip-item img{
	object-fit: cover !important;
}

.carousel-item .pc{
    display: block;
  }



.controls-slider-news{
	color: white !important;
	background-color: black;
}

  .proyectos-grid .container-fluid{
    padding: 0px!important;  }

    .proyectos-grid .row{
      margin: 0px!important;
    }


.plarq-brand{
  margin-left: 12px;
  position: absolute;
  margin-top: -2px;
}
.act{
font-weight: 600!important;
}


.pad-left{
 padding-left: 6px!important;
}

.pard-reg{
  padding-right: 6px!important;
}

.margin-pla{
  padding-left: 15px;
  padding-right: 15px;
}


.proyectos-grid h5{
  font-size: 14px;
  font-family: 'Sequel Sans Light Head'!important;
  color: #292728;
  margin-top: 2px;
}

.proyectos-grid p{
  font-size: 14px;
  font-family: 'Sequel Sans Light Head'!important;
  color: #8a8b8b;
}

.pt-p{
  margin-top: 5px;
}

.img-grilla {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cambio-imagen-v {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.cambio-imagen-v:hover {
  opacity: 0;
}




.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Proporción de aspecto 16:9 */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}


.menu-movil-grd-list{
  display: none;
}

.sin-p{
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.arq-title{
  font-family: 'Sequel Sans Book Head';
  color: #8A8B8B;
  margin-top: 20px;

}

.arq-title span{
  font-family: 'Sequel Sans Medium Head'!important;
}



.proyectos-list{
  padding-left:20px ;
  padding-right: 20px;
}

.img-plarq{
  width: 350px;
}



/* Estilos SINGLE RPOYECTOS */

.proyecto-single{
  margin-top: 100px;
}

.col-img{
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 0px;
}


.image-container {
  height: 100vh; /* Ajusta la altura máxima de la columna de imágenes */
  overflow-y: scroll; /* Habilita el desplazamiento vertical */
  /*scrollbar-width: none;  Oculta la barra de desplazamiento en navegadores que soportan el estándar "scrollbar-width" */
  -ms-overflow-style: none; /* Oculta la barra de desplazamiento en Internet Explorer y Microsoft Edge */
/*   padding-right: 7px; */
  background-color: #fff;
  padding-bottom: 25px;
}

.image-container::-webkit-scrollbar {
  display: none; /* Oculta la barra de desplazamiento en navegadores basados en WebKit (Chrome, Safari, etc.) */
}
.single {
  position: sticky;
  top: 0; /* Fija la columna de información en la parte superior */
	display: flex;
	flex-direction: column;
}

.single h2{
  font-size: 60px!important;
  font-family: 'Sequel Sans Bold Head';
}

.movil{
  display: none;
}

.proyectos-grid .col-md-6{
  padding-left: 0px;
  padding-right: 0px;

}

.proyectos-list .border-top{
  border-top: 1px solid #a89d9d !important;

}

.align-center {
  display: flex;
  justify-content: center;
}

.container-img-plarq{
  width: 69.9%;
}



body {
  padding-bottom: constant(safe-area-inset-bottom); /* Para iOS */
  padding-bottom: env(safe-area-inset-bottom); /* Para Android y otros navegadores */
}

 .latitud{
  font-family: 'Sequel Sans Light Head';
  color: #8A8B8B;
  text-align: right;
  padding-right: 70px;
 }


.longitud{
  font-family: 'Sequel Sans Light Head';
  color: #8A8B8B;

}


.tabla-botom {



}

.caja-flechita{
  width: 100%;
  position: absolute;
  text-align: center;
  bottom:40px;
  z-index: 999;
}

.flechita{
margin: auto;
}


.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}



.pc-pro{
  display: block;
}

.movil-pro{
  display: none;
}


.banner-pro{
background-size: cover;
background-position: center;
height: 100vh;
}



 a:hover{
color: #606060!important;
}

.lines-1{
  border-top: 1px solid #BABABA;
  width: 100%;
}

.lines-2{
  border-top: 1px solid #BABABA;
  width: 100%;
}

.lines-3{
  margin-top: 15px;
  margin-bottom: 30px;
}

#bio-link{
  font-family: 'Sequel Sans Bold Head'!important;
}

.page-content2{
  padding-left: 20px;
  padding-right: 20px;
}

.space{
  padding: 10px;
  width: 100%;
}

.plef{
  padding-left: 15px;
}

.pright{
  padding-right: 15px;
}

.news-section h5{
    font-size: 14px;
    font-family: 'Sequel Sans Light Head' !important;
    color: #292728;
    margin-top: 2px;

}

.sidenew p {
  font-size: 14px;
  font-family: 'Sequel Sans Light Head' !important;
  color: #8a8b8b;
}



.btn-shop:hover {

  background-color:  #8a8a8b;
  color: #fff!important;

}



.sidenew{
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
}



.video-wrapper2 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* Proporción 16:9 para videos */
}

.video-wrapper2 #video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: none; /* Ajustar el video para cubrir el contenedor */
}


footer a{
  color: #8a8a8b;
  text-decoration: none!important;
}



/* The Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.form-control{
  padding: 20px!important;
  border: 1px #000 solid;
}

.form-control:focus{
  border-color: #000!important;
  box-shadow: none!important;
}



/* Agrega estilos a tu flecha */
.up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  transition: opacity 0.5s; /* Agregamos una transición de desvanecimiento */
  padding: 8px;
}

.up img {
  width: 20px; /* Ajusta el tamaño de la imagen según tus necesidades */
  height: 20px;
  cursor: pointer;
}


#panorama {
  width: 100%;
  height: 500px;
}
.thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
}



.carousel-item .milan{
height: auto!important;
}

.plump{
  width: 600px;
}



/*----------------------------------
 PANTALLA NOTEBOOK 1366PX
 ---------------------------------------- */

@media screen and (min-width: 1336px) and (max-width: 1366px)  {


  .contenedor-scroll {
    max-height: calc(100vh - 350px); /* Altura máxima antes de que aparezca el scroll (ajusta según tus necesidades) */
    overflow-y: auto; /* Agregar scroll vertical cuando sea necesario */
    box-sizing: border-box; /* Asegura que el padding no afecte la altura máxima */
    padding-right: 10px;
}

.contenedor-scroll-2 {
  max-height: calc(100vh - 450px); /* Altura máxima antes de que aparezca el scroll (ajusta según tus necesidades) */
  overflow-y: auto; /* Agregar scroll vertical cuando sea necesario */
  box-sizing: border-box; /* Asegura que el padding no afecte la altura máxima */
  padding-right: 10px;
}


  .video-wrapper2 #video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: none; /* Ajustar el video para cubrir el contenedor */
  }

  .latitud{

    padding-right: 55px;
   }
  

    .container-img-plarq{
      width: 83.7%;
    }


    .leyenda {
        padding-top: 30px;
      }

      .leyenda h3 {
        font-size: 18px;
      }

      .txt-service {
        font-size: 35px;
        line-height: 38px;
      }

      footer h1 {
        font-size: 58px;
        line-height: 60px;
        font-family: 'Sequel Sans Light Head';
        letter-spacing: -0.1rem !important;
      }
      footer h2 {
        font-size: 45px;
      }
      footer p {
        font-weight: 400;
        font-size: 14px;
      }
      .navbar-light .navbar-nav .nav-link {

        font-size: 13px !important;
      }
      .h5, h5 {
        font-size: 1rem;
      }

      .title-products {
        top: 80px;
        font-size: 14px;
        line-height: 1.0rem;
      }
      .products h2 {
        font-size: 55px;
      }
      .products p {
        font-size: 18px;
        line-height: 20px;
      }
      .tabla-botom {
        bottom: 0px;
        font-size: 13px;
        font-weight: 200;
        line-height: 15px;
        letter-spacing: 0px;

      }
      .shop h1 {
        font-size: 70px;

      }
      .destacada h1 {
        font-size: 50px;
        line-height: 50px;
        margin-top: 40px;
      }
      .destacada p {
        padding: 20px;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 20px;
      }
	
	.titles-about{
			font-size: 45px;
			font-family: 'Sequel Sans Light Head';
	}

	.paragraph-about{
		font-size: 30px;
		font-family: 'Sequel Sans Light Head';
		text-align: justify;
		/*     line-height: 65px; */
	}

	.luxor{
		padding-top: 50px;
		padding-left: 80px;
		padding-right: 80px;
	}


	.luxor2{
		padding-left: 80px;
		padding-right: 80px;
	}
	
      .luxor h1 {
        font-size: 100px;
        padding: 0;
        margin: 0;
        line-height: 80px;
        margin-top: 40px;
      }


      .luxor2 h1 {
        font-size: 100px;
        padding: 0;
        margin: 0;
        line-height: 80px;
        margin-top: 0px;
      }


      .menu-about li {
        display: inline-block;
        margin-right: 150px;
        font-size: 18px;
      }

      .single{
        color: #000;
        padding-top: 0px!important;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

    .caja{
        padding: 5px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-top: 10px;
        margin-bottom: 10px;
      
    }
    .caja h4{
        font-size: 16px!important;
        font-family: 'Sequel Sans Semi Bold Head';
        letter-spacing: -0.0rem !important;
    }

    .plump{
      width: 600px;
    }
    
    
  }


  /*--------------------------------------------------------------------------------------------------------------------------
   PANTALLLA MOVILES MENORES DE 768PX
   ------------------------------------------------------------------------------------------------------------------------ */



@media (max-width: 768px) {

  /* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}

  .latitud{

    padding-right: 15px;
   }
  

  .container-img-plarq{
    width: 109%;
  }

  .no-movil{
    display: none;
  }
  .navbar-light .navbar-nav .nav-link{
    text-align: left;
    font-size: 40px;
    margin-left: 20px;
    color: #000 !important;
    font-family: 'Sequel Sans Book Head';
    line-height: 10px;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 20px;
  }


  .fullscreen-logo {
 
    z-index: 9999;

  }


  #logo {

    z-index: 99999; /* Ajusta el valor del z-index para colocar el logotipo por encima del menú */
  }

  .navbar-toggler {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 99999;
    margin-right: -3px;
  }
  
  .navbar-toggler svg .line1,
  .navbar-toggler svg .line2 {
    stroke: #292728;
    transition: transform 0.3s ease, stroke 0.3s ease;
  }
  
  .navbar-toggler.active svg .line1 {
    stroke: #fff;
    transform: translateY(-16px) rotate(45deg);
  }
  
  .navbar-toggler.active svg .line2 {
    stroke: #fff;
    transform: translateY(6px) rotate(45deg);
  }
  
  .navbar-toggler.active svg .line3 {
    stroke: #fff;
    transform: translateY(6px) rotate(45deg);
  }
  
  
  .navbar-toggler:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 100%;
    height: 50px;
  }

  .navbar-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
  }

  .navbar-toggler.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    background-color: #fff; /* Cambio de color para el primer span */
  }

  .navbar-toggler.active span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    background-color: #fff; /* Cambio de color para el tercer span */
  }

  /* Resto de los estilos del menú móvil */

  .collapse.navbar-collapse {
    background-color: #F0F0EF;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
  }

  .navbar-nav {
	  margin-top: 10px;
	  padding-top: 0px;
	}

  .navbar-nav .nav-item {
    margin-bottom: 5px;
  }

  .navbar-nav .nav-link {
    color: #fff;
    transition: opacity 0.3s ease;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:focus {
    color: #ccc;
  }

  .navbar-collapse {
    display: none;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.5s, transform 0.5s;
  }

  .navbar-collapse.show {
    display: block;
    opacity: 1;
    transform: translateX(0%);
  }

  /* Nuevos estilos para alinear el botón toggle a la derecha */
  .navbar-toggler-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .navbar-light .navbar-toggler{
    color: none!important;
    border-color: none!important;
  }



  #logo {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-0%, -0%);
    opacity: 0;
    z-index: 999;
  }

  .fullscreen-logo{
    display: flex;
    align-items: normal;
    justify-content: normal;
  }

  .navbar-toggler:focus{
    box-shadow: none!important;
  }

	.carousel-news-resp{
		display: none;
	}
	
	.carousel-news-resp-img {
		display: flex;
	}


  .carousel-item img {
    height: calc(100vh - 56px)!important; 
    object-fit: cover;
    object-position: bottom;
  }

  .carousel-item .pc{
    display: none;
  }

  .carousel-item .movil{
  display: block;
}

.carousel-caption{
  margin-bottom: 23px;
}
.carousel-indicators{
  bottom: 0px;
}



.carousel {
  height: calc(100vh - 56px) !important;
}

  .menu-movil-grd-list{
  display: block;
 position: absolute;
 margin-top: 60px;
 margin-left: 20px;
 z-index: 999;
  }


.menu-movil-grd-list a{
  text-decoration: none!important;
  color:#8a8a8b!important;
  font-size: 13px;
}
.menu-movil-grd-list{
  color:#8a8a8b!important
}

.proyectos-grid{
  padding-top: 98px;
  padding-left: 0px;
  padding-right: 0px;
}

.activ {
  font-family: 'Sequel Sans Semi Bold Head';
}
.border-left{
  border: none;
}
.border-right{
  border: none;
}

.pard-reg {
  padding-right: 13px !important;
}
.pad-left {
  padding-left: 13px !important;
}

.line{
  width: 100%;
  border-top: solid 1px #a3a3a4;
 top:-8px;
 position: relative;
}
.col-md-6 h5{
  margin-bottom: 8px!important;

}
.col-md-6 p{
  margin-bottom: 8px!important;
}


.proyectos-list {
  padding-left: 7px;
  padding-right: 7px;
}

.arq-title{
  font-size: 14px;
  margin-top: 40px;
  padding-top: 5px;

}

.title-movil{
  border-top: solid 1px #606060;
  width: 100%;
}

.table thead th{
  font-size: 13px!important;
}

.no-border th, .no-border td{
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

td{
  font-size: 20px!important;
}

.img-plarq{
  width: 200px!important;
  float: right;
}

.movil{
  display: block;
}

.colapsable-movil{
  margin-top: 60px;
}

.accordion-button.collapsed::after {
  content: '+';
  background-image: none!important;
  transition: none!important;
  transform:none!important;
  font-family: 'Sequel Sans Light Head';
  color: #8a8a8b !important;
  font-size: 25px;

}
.accordion-button::after {
  content: 'x';
  background-image: none!important;
  transition: none!important;
  transform:none!important;
  color: #8a8a8b !important;
  font-size: 25px;
}

.accordion-button:not(.collapsed){
  color: #8a8a8b !important;
  font-family: 'Sequel Sans Light Head';
}


.accordion-button{
  padding-top: 5px!important;
  padding-bottom: 10px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  background-color: #f0f0ef!important;
  margin-bottom: 15px!important;
}

.accordion-header{
  color: #8a8a8b !important;
  font-family: 'Sequel Sans Light Head';

}

.accordion-button:focus{
  box-shadow: none!important;
}

.accordion-item {
  background-color: #f0f0ef!important;
  border: none!important;
 
}
.accordion-body{
  padding: 0!important;
}

.colapsable-movil .single{
  padding: 0px!important;
	height: auto;
}

.proyecto-single{
  display: none;
}
footer{
  padding: 10px;
}
footer h1 {
  font-size: 35px;
  line-height: 35px;
  font-family: 'Sequel Sans Light Head';
  letter-spacing: 0rem !important;
  margin-bottom: 30px;
}

footer h6{

  margin-bottom: 20px;

}

footer p{
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}

.img-movil-single{
  padding-bottom:50px ;
  background-color: #fff;
}

.tabla-botom{
  bottom: 40px !important;
  position: absolute;
  margin-top: 0;
}

.colapsable-movil .accordion-body{
  margin-bottom: 80px;
}

.act{
  font-weight: 400 !important;

}

.hero .titulo{
  font-size: 50px;
}

.title-products{
  font-size: 18px;
  line-height: 1.0rem;
  top: 70px;
}

.hero{
  height: 45vh;
}
.caja-flechita {
  display: none;
}

.harly h2{
  display: none;
}

.harly{
  background-color: #efefee;
}
.products p{
  font-size: 18px;
  letter-spacing: -0.5px;
}

.pc-pro{
  display: none;
}

.movil-pro{
  display: block;
}

.tabla-botom{
  position: relative;
  bottom: 70px!important;
  top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  width: 94%;
}

.harly{
  height: auto;
}

.banner-pro{
  height: 50vh;
}
.products .carousel{
  height: calc(50vh - 56px);
}

.shop h1{
  font-size: 18px;
  color: #000;
}

.btn-shop{
  padding-left: 25px;
padding-right: 25px;
font-size: 13px;
border: solid 1px #000;
color: #000;
padding-top:5px;
padding-bottom: 5px;
}

.shop{
  padding-bottom: 30px;
  margin-top: 30px;
}

.products .carousel-indicators{
  margin-bottom: -87px!important;
}

.products .carousel-dark .carousel-indicators [data-bs-target]{
  border: #000 solid 1px!important;
}

.products .carousel-indicators .active{
  background-color: #000!important;
}

.hero .titulo {
  margin-top: 130px;
}
	
	.menu-about-item{
		font-size: 18px;
	}

	.titles-about{
		font-size: 22px;
		font-family: 'Sequel Sans Light Head';
		padding-top: 16px;
		padding-bottom: 8px;
		margin: 0;
	}

	.paragraph-about{
		font-size: 35px;
		font-family: 'Sequel Sans Light Head';
/* 		text-align: left; */
		/*     line-height: 65px; */
	}

	.luxor{
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}


	.luxor2{
		padding-left: 20px;
		padding-right: 20px;
	}
	
.luxor h1{
  font-size: 50px;
  line-height: 80px;
}

.menu-about{
  text-align: center;
  padding: 0px;
}

.menu-about li{
  margin: auto;
}

.txt-service{
  font-size: 30px;
  line-height: 28px;
  hyphens: auto;
}

.txt-service{
margin-top: 15px!important;
}

.news-section .carousel{
  height: auto;
}

.news-section .carousel-indicators {
  margin-bottom: -27px!important;
}
.news-section .destacada  p {
  font-family: 'Sequel Sans Light Head' !important;
  font-size: 18px !important;
  margin-top: 17px;
}
.destacada p{
  padding: 5px;
}

.destacada h1{
  font-size: 40px;
  line-height: 40px;
  margin-top: 50px;
}

.pright{
  padding: 12px;
}

.plef{
  padding-left: 12px;
}

.video-wrapper2 #video {

  object-fit: contain;
}

.plump{
  width: 250px;
}

.hero2{
  height: 200px;
}

.background-video {
  height: 200px;
  object-fit: contain;
}

.luxor2 h1{
  font-size: 50px;
  line-height: 70px;
}

.contacto-oculto{
display: none!important;
}

}

  /* Samnsung Galaxi s21 */


@media (max-width: 370px) {
  .colapsable-movil .accordion-body{
    margin-bottom: 170px!important;
  }
}