body{
	background: #ECEDEF;
}

nav{
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(17, 82, 117, 1) 0%, rgba(0, 155, 219, 1) 100%);
	color: white !important;
	
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white !important;
}
.nav-link{
	  color: white !important;
}

.dropdown-menu li a{
    color: #0878AB !important;
    padding: 12px 20px;
}
.dropdown-menu{
    min-width: 15rem !important;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5) !important; /* Borde blanco semitransparente */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}



.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5) !important; /* box-shadow blanco semitransparente */
}

.navbar-toggler:hover {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5) !important; /* box-shadow blanco semitransparente al hacer hover */
}


.navbar-nav .nav-item {
  margin-right: 2rem !important; /* Ajusta el valor según el espacio deseado */
 
}


.nav-link {
  display: flex !important;
  align-items: center !important;
}

.nav-link i {
  margin-right: 5px !important; /* Ajusta el espacio entre el ícono y el texto */
  font-size: 1.5rem;
}

.nav-link p {
  margin: 0 !important; /* Elimina el margen del párrafo */
  font-size: 1rem;
  font-weight: lighter !important;
}






.menu_size:hover{
  border-bottom: 2px solid white;
}





.flex_head{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0px;
  justify-items: center;
  padding-top: 20px;

}

.btn_cotizar{
	background: #A1322B;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 15px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn_cotizar:hover{
	background: white;
	color: black;
	border:2px solid #A1322B;;
}


.titulo_head{
	color: #4A72B2;
	font-weight: bold;
}

/* Cambia el color de fondo del elemento activo del menú desplegable */
.dropdown-item:active {
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(17, 82, 117, 1) 0%, rgba(0, 155, 219, 1) 100%);
}







@media (max-width: 768px) {
  .flex_head {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 5px;
    padding-top: 5px;

  }

  .flex_head img{
  	width: 10rem !important;
  }

  .titulo_head{
	font-size: 1rem;
}


.btn_cotizar{
	
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}




   }









   .slider{
    height: 100vh;
    
    position: relative;
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .6s;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  
}
.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    color: black !important;
    z-index: 1;
   
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 10px;
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}
.slider .list .item .content h2{
    font-size: 100px;
    margin: 0;
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
    animation-duration: 1s;
}
.arrows{
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
}
.arrows button{
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: 2.s;
}
.arrows button:hover{
    background-color: #eee;
    color: #0273AC;
}
.thumbnail{
    position: absolute;
    bottom: 50px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 250px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}
.thumbnail::-webkit-scrollbar{
    width: 0;
}
.thumbnail .item{
  width: 150px;
  height: 220px;
  filter: brightness(.7);
  transition: .7s;
  flex-shrink: 0;
}


.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumbnail .item.active{
    filter: brightness(1);
}
.thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
    color: white !important;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 678px) {
    .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2{
        font-size: 60px;
    }
    .arrows{
        top: 10%;
    }
}












.parallax {
  height: auto;
  background-image: url('../img/home1.jpg'); /* Segunda imagen */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.flex_nosotros{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
  justify-items: center;
 padding: 100px;

}


.slider_nosotros {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  margin: auto;
}

.slider_nosotros .item {
  width: 100%;
  display: none;
  text-align: center; /* Centrar la imagen */
}

.slider_nosotros .item img {
  max-width: 528px; /* Ancho máximo */
  max-height: 601px; /* Altura máxima */
  display: inline-block;
 
  border-radius: 10px; /* Opcional: para esquinas redondeadas */
  object-fit: contain; /* Mantener la relación de aspecto */
}

.slider_nosotros .active {
  display: block;
}



.flex_nosotros p{
  padding-bottom: 30px !important;

}

.btn-nosotros{
  background-color: #0273AC;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  
  border-radius: 10px;
}


.parallax_alquiler {
  position: relative;
  height: auto;
  background-image: url('../img/slider1-01.jpg'); /* Segunda imagen */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax_alquiler::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Color negro con 50% de opacidad */
  z-index: 1;
}

.parallax_alquiler > * {
  position: relative;
  z-index: 2; /* Asegura que el contenido esté por encima de la capa negra */
}




.flex_service{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 40px;
  justify-items: center;
 padding: 100px;

}

.tit_service{
  padding-bottom: 10px;
  border-bottom: 5px solid #0273AC;
}


.flex_service2{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
    gap: 0px;
  justify-items: center;
 padding-top: 0px;
  padding-bottom: 100px;
  text-align: center;

}

.grid_proyectos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.item-grid {
  position: relative;
  width: 634px;
  height: 461px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2; /* Asegúrate de que la imagen esté por encima del pseudo-elemento ::before */
  background-color: rgba(0,0,0,0.8);
  filter:brightness(0.4);

}


.item-grid h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px;
  color: white;
  z-index: 3; /* Asegúrate de que el texto esté por encima de la imagen */
  text-align: center;
  font-weight: bold;
}

/* Estilo del modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.prev:hover,
.next:hover {
  background-color: rgba(0,0,0,0.8);
}




.grid_footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  justify-content: center;
  background-color: #0273AC;
  color: white;
  padding-top: 20px;
}









.portada_nosotros {
  position: relative;
  background-image: url('../img/portada_nosotros.jpg');
  background-repeat: no-repeat;
  background-size: auto; /* Mantiene el tamaño original de la imagen */
  background-position: center center; /* Centra la imagen */
  
  color: white;
  font-weight: bold;
  
  width: 100%;



}



.portada_nosotros::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro con 50% de opacidad */
  z-index: 0;
}


.content_nosotros{
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: start;
  color: white;
  font-size: 2rem;
  z-index: 2;
  padding-left: 100px;
  padding-top: 130px;
  padding-bottom: 130px;
 
}
.content_nosotros h1{
  padding-bottom: 10px;
  border-bottom: 5px solid #0273AC;


}

.grid_nosotros{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
  justify-items: center;
 padding: 100px;

}






.vision_nosotros {
  background-color: #0273AC;
}

.grid_vision_nosotros {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
  justify-items: center;
  padding: 100px;
  text-align: center;
  justify-content: center;
  color: white !important;
}

.visiones_nosotros {
  display: flex;
  align-items: center; /* Alinea verticalmente los elementos */
  justify-content: center; /* Centra horizontalmente los elementos */
}

.visiones_nosotros img {
  margin-right: 10px; /* Espacio entre la imagen y el texto */
  filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 1));
}

.visiones_nosotros h1 {
  color: white; /* Asegura que el texto sea blanco */
  margin: 0; /* Elimina el margen del h1 */
  font-weight: bold; /* Asegura que el texto sea negrita */
}

.mt-4 {
  margin-top: 1.5rem; /* Ajusta el espaciado superior */
}

.text-center {
  text-align: center; /* Asegura que el texto esté centrado */
}



.color_base_texto{
  color: #0273AC;
}


.grid_alquiler {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 70px;
  justify-items: center;
  padding: 100px;
  text-align: center;
  justify-content: center;
  color: dark !important;
}

.grid_alquiler > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grid_alquiler .icono {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 5px outset #0273AC;
  font-size: 45px;
  color: #A1322B;
  box-shadow: 2px 6px 5px 1px rgba(209, 209, 209, 1);
  -webkit-box-shadow: 2px 6px 5px 1px rgba(209, 209, 209, 1);
  -moz-box-shadow: 2px 6px 5px 1px rgba(209, 209, 209, 1);
}

.titulo_alquiler {
  color: #A1322B;
  font-weight: bold;
  margin-top: 15px;
  font-size: 25px;
}


#section_contacto_nosotros img {
  width: 100%;
  height: auto; /* Mantiene la proporción de la imagen */
  display: block; /* Elimina el espacio inferior del elemento img */
}



.grid_service{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-image: url("../img/home1.jpg");
  align-items: center;
  gap: 70px;
  justify-items: center;
  padding: 100px;
  text-align: start;
  justify-content: center;
  color: dark !important;
}
.grid_service h1{
  color: #0273AC;
  font-weight: bold;
}

.grid_service h6{
  font-weight: lighter;
  font-size: 20px;
}

.grid_service h5{
  font-weight: bold;
  font-size: 24px;
}

.grid_service img{
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 3));
}

#color_footer{
  background-color: #0273AC;
}

.color_base{
  color: #0273AC;
  font-weight: bold;
}

.grid_manlift{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap:100px;
  justify-items: center;
 
  text-align: start;
  justify-content: center;
  color: dark !important;
}






.tabla_description{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 0px;
  padding-top: 00px;
  justify-content: start;
  color: dark !important;
  margin-top: 15px;


}




.tabla_description h6{
  font-size: 14px !important;
  float:left;
}





.item_d_4 {
  grid-column: span 2; /* Hace que este elemento ocupe dos columnas */
  text-align: left;
}
.item_d_5 {
  grid-column: span 3; /* Hace que este elemento ocupe dos columnas */
  text-align: left;
  border-bottom: 1px solid #A1322B;
  padding-top: 5px;

}

.item_d_6{
  grid-column: span 3; /* Hace que este elemento ocupe dos columnas */
  text-align: left;
}


.item_d_7{
  grid-column: span 3; /* Hace que este elemento ocupe dos columnas */
  text-align: left;
}


.item_d_9 {
  text-align: left;
  border-bottom: 1px solid #A1322B;
  padding-top: 5px;

}


.item_d_8 {
  grid-column: span 3; /* Hace que este elemento ocupe dos columnas */
  text-align: left;
  border-bottom: 1px solid #A1322B;
  padding-top: 5px;

}








.negrita{
  font-weight: bold;
}


.contactanos_Servicio_man{
  padding: 50px;
}



.item_superior {
  align-self: center; /* Alinea este elemento al centro verticalmente */
  text-align: center;
}

.item_superior .icono_contact{
  background-color: #4CAF50;

  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
}




.back_proyecto {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../img/slider/Alquiler_de_elevadores_manlift_joansa_plataformas_elevadoras.jpg") no-repeat;
  background-size: cover; /* Ajusta el tamaño de la imagen para cubrir el contenedor */
}

.back_proyecto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Superposición negra con opacidad de 0.5 */
  pointer-events: none; /* Permite hacer clic a través de la superposición */
  z-index: 1; /* Asegura que la superposición esté por encima del fondo pero debajo del contenido */
}

.grid-proyecto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0px;
  padding: 100px;
  justify-content: start;
  position: relative; /* Para asegurar que el grid esté por encima del ::before */
  z-index: 2; /* Asegura que el grid esté por encima del pseudo-elemento ::before */
  color: white !important;
}

.titulo_portada_proyecto {
  text-align: left;
  color: white;
  font-weight: bold;
}

.titulo_portada_proyecto h5{
  margin-bottom: 50px !important;
}

.contacto_proyecto{
  color: white;
  background: #A1322B;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
 
  border-radius: 25px;
}

.boton_enviar {
  margin-top: 30px;
  font-weight: bold;
  background-color: #A1322B;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px; /* Corregido, estaba duplicado padding-right */
  border: 0;
  border-radius: 25px;
  text-align: center;
  color: white; /* Asegura que el texto sea visible */
  display: flex;
  justify-content: center;
  align-items: center;
}



.grid_section_proyecto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: start;
  position: relative;
  z-index: 2;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Asegura que el contenedor del icono ocupe toda la altura */
}

.icon-container i {
  font-size: 4rem; /* Ajusta el tamaño del icono según tus necesidades */
  width: 100%; /* Hace que el icono ocupe todo el ancho del contenedor */
  height: 100%; /* Hace que el icono ocupe toda la altura del contenedor */
  display: flex;
  justify-content: center;
  align-items: center;
}

.borde_superior{
  border-top: 3px solid #A1322B;
  padding-top: 10px;
}

.logo_proyecto{
  padding-top: 50px;
}

.rojo{
  color: #A1322B;
}

.seccion_inicio_tit{
  padding: 100px;
}



.grid_contacto{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
  padding: 100px;

  justify-content: center;

}

.grid_contacto img{
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 1));
}

.fondo_blanco{
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  padding: 50px;

}


.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);

}

.whatsapp-icon {
  margin-top:13px;
}

@media (max-width: 768px) {


  .grid_contacto{
    grid-template-columns: repeat(1, 1fr);
    gap: 70px;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  
   }
  

  .seccion_inicio_tit{
    padding: 10px;
  }

  .grid_section_proyecto{
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  
  .logo_proyecto{
    padding-top: 0px;
  }
  


  .titulo_proyecto{
  font-size: 1.5rem;
  padding: 10px;
  }




  .grid-proyecto {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    padding: 10px;
  }
  









  .tabla_description h6{
    font-size: 12px !important;
  
  }
  .tabla_description p{
    font-size: 10px !important;
  
  }
  
 
  

  .grid_manlift{
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  
    padding: 10px;
  
  }
  




  .grid_service{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
   
    gap: 40px;
    padding: 10px;
    
  }







  .grid_alquiler {
    grid-template-columns: repeat(1, 1fr);

    gap: 40px;
    padding: 10px;
  }

  .portada_nosotros {
    height: 50%;
  }
  
  .grid_nosotros{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 40px;
    justify-items: center;
   padding: 10px;
  
  }

  .grid_vision_nosotros {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 40px;
    justify-items: center;
    padding: 10px;
    text-align: center;
    justify-content: center;
    color: white !important;
  }




  .flex_nosotros{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
   padding: 10px;
  
  }

  .slider_nosotros .item img {
    max-width: 70%; /* Ancho máximo */
    max-height: 70%; /* Altura máxima */
    
  }


  .flex_service{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 40px;
    justify-items: center;
   padding: 0px;
   padding-top: 40px;
  
  }

  

  .flex_service2{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 50px;
    justify-items: center;
   padding-top: 0px;
    padding-bottom: 20px;
  }
  
  



  .grid_proyectos {
 
    grid-template-columns: repeat(1, 1fr);

  }
 .item-grid {
    width: 100%;
    height: auto; /* Permite que la altura se ajuste automáticamente */
  }

  .item-grid img {
    width: 100%;
    height: auto;
  }

  .grid_footer {
    grid-template-columns: repeat(1, 1fr);
  }


  .content_nosotros{
   
  
    padding-top: 50px;
    padding-bottom: 50px;
   
  }

   }