@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');



body{
    font-family: 'montserrat' , sans-serif;
    overflow-x: hidden;
    background-image: linear-gradient(-225deg, #ffffff 0%, #ffffff 48%, #ffffff 100%);
 }


 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  opacity: 0.7;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
 /* Estilos para el botón de inicio de sesión */
/* Estilos para el botón de inicio de sesión */
#loginButton {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2); /* Fondo transparente */
  border: 1px solid #ffffff;
  border-radius: 20px; /* Bordes redondeados */
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: 'Londrina Solid', sans-serif; /* Aplicar la fuente Londrina Solid */
  font-weight: bold; /* Negrita */
}

#loginButton i {
  margin-right: 8px; /* Espacio entre el ícono y el texto */
}

#loginButton:hover {
  background-color: #ffffff;
  color: #333333; /* Color de texto al hacer hover */
}

/*=================HEADER===================*/
.navbar-brand{
   font-family: 'Londrina Solid', sans-serif;
   font-weight: bold;
   position: absolute;
   left: 100px;
 }
 .navbar-dark.bg-gradient {
   background-color:#140b01; 
 }
 div.offcanvas-header{
   background-color:#140b01; 
 }
 div.offcanvas-body{
   background-color:#140b01; 
 }

 button.navbar-toggler{
   position: relative;
   order: -1;
   font-size: 0.75rem; 
   padding: 0.25rem 0.5rem; 
}

img{
   width: 150px;
   height: 170px;
}

div.img-container0{
   background-color:#140b01; 
}
.img-container0 {
   text-align: center; /* Centra horizontalmente */
 
 }
 
 .img-container0 img {
   max-width: 25%; /* Ajusta el tamaño máximo de la imagen al contenedor */
   height: auto; /* Mantiene la proporción de aspecto */
 }


 /* Centra los textos del menú de navegación */
.navbar-nav {
   text-align: center;
 }
 
 /* Ajusta el estilo de los elementos de la lista en el menú */
 .nav-item {
   display: inline-block;
   margin-right: 10px; /* Ajusta el espacio entre elementos según sea necesario */
 }
 
 /* Opcional: Para centrar verticalmente los elementos de la lista en la barra de navegación */
 .navbar-nav {
   display: flex;
   align-items: center;
 }

 .nav-link {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 10px 60px;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}

.nav-link.selected {
  background-color: #7d9278;
  color: #fff;
}

.navbar-nav li.nav-item {
  width: 100%;
}

.nav-link:hover {
  background-color: #7d9278; 
  color: #fff; 
}


.offcanvas {
  width: 240px; 
}
ul.dropdown-menu.dropdown-menu-dark.show{
  background-color:#1b1b1b;
}







/*IMPORTANTE PRUEBA*/


/* Agrega estilos para la clase "active" */
.nav-link.active {
  background-color: #7d9278;
  color: #fff;
  padding-inline: 60px;
}




@media (max-width: 576px) {
   

}
/*============BACKGROUND IMG===============*/
img.img-fluid {
   width: 100%;
   height: auto; 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: contain; 
}

.background {
   position: relative;
   text-align: center;
}

.img-container {
   width: 100%;
   height: auto; 
   display: inline-block; 
}

.img-fluid{
   width: 100%;
   height: auto;
   display: block;
}

.color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 99%;
   background-color: rgba(49, 49, 49, 0.5); 
   z-index: 2;
}

.text-over-image {
   font-weight: bold;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #000000;
   font-size: 5vw; 
   z-index: 3;
   opacity: 0.9;
   border: 6px solid #000000; 
   border-radius: 20px; 
   padding:50px; 
   width: 80%;
   max-width: 600px;
}
@media (max-width: 768px) {                           
   .text-over-image {
      font-size: 4vw; 
      border: 4px solid #000000;
      border-radius: 10px; 
      padding: 20px; 
      width: 60%;
      max-width: 200px;
   }
}

/*============IMAGEN HOME BEETROFIL===============*/

img.imgcajatrofil25{
   width: 50%;
   height: auto; 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: contain;
 }

/*============IMAGEN HOME INDEX FOOTER TEXT ===============*/
 p.fs-6.text.w-100{
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   max-width: 60%;
   margin: 0 auto;

}

.home-swiper {
   display: flex;
   flex-direction: column;
   align-items: center;
 }

/*============LOGO HOMEPAGE===============*/
img.img-fluidlogo{
  width: 500px;
  height: 300px;
  margin-bottom: 10px;
  margin-top: 60px;
}

/*============Texto vision Neandertal===============*/


.gradient-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 900; /* Grosor de la fuente Roboto */
  font-weight: bold;
}

  
p.p-3.fs-6{
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight:100;
    font-weight: bolder;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 20px;
    font-size: 100px;
    z-index: 200;
 }
 @media (max-width: 768px) {
    p.p-3.fs-6{
        margin-left: 45px;
        margin-right: 45px;
    }

 }


p.fs-5.text.w-100{
   font-family:'Londrina Solid', sans-serif;
   font-weight: bold;
}

p.fs-6.text.w-100{
  margin-bottom: 35px;

}

span.text-dark{
   font-family:'Roboto', sans-serif;

}
.FyA {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.FyA img {
  max-width: 50%; /* Puedes ajustar el porcentaje según tus necesidades */
  height: auto; /* Mantiene la proporción de aspecto de la imagen */
}

a.link {
  color: #000000;
  padding: 0.2em 0.5em;
  background-color: transparent; /* Cambiado a transparente */
  display: inline-block;
  border: 2px solid #140b01; /* Añadido el borde */
  border-radius: 5em;
  width: 160px;
  text-align: center; /* Centra el texto dentro del enlace */
  text-decoration: none; /* Quita el subrayado predeterminado del enlace */
  margin-right: 20px;
  margin-bottom: 90px;
  margin-top: 15px;
}

span.text-dark{
  font-weight: bolder;
  font-style: inherit;
}

a.link i.fab.fa-instagram {
  background: linear-gradient(to right, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FFC13B);
  -webkit-background-clip: text;
  color: transparent;
  display: inline;
}



/*============CAROUSEL SLIDE===============*/





/* Estilo adicional para el contenedor del carrusel */
div.carousel-inner {
  max-width: 1200px; /* Define un ancho máximo para el contenedor del carrusel */
  margin: 0 auto; /* Centra el contenedor del carrusel */
  overflow: hidden; /* Oculta el desbordamiento para evitar problemas de diseño */
  padding-bottom: 40px;
}


/*============CAROUSEL SLIDE===============*/

div.responsive-img {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.responsive-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 30%; /* Ajusta el tamaño máximo del div al 50% del contenedor padre */
  margin: auto; /* Centra el div en el contenedor padre */
  
}

.logo {
  max-width: 100%; /* Ajusta el tamaño máximo de la imagen según el contenedor */
  height: auto;
}

.responsive-img p {
  margin-top:-20px;  /* Ajusta el margen inferior según tus necesidades */
}





/*estilos para footer de redes sociales*/
 
.wrapper {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.wrapper .icon {
  position: relative;
  margin: 10px;
  color: #000;
}

.wrapper .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  font-size: 18px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-decoration: none;
  color: inherit;
  
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  left: 50%; /* Centra el tooltip con respecto al globo */
  transform: translateX(-50%); /* Ajusta la posición horizontal */
  font-size: 14px;
  background: #000000;
  color: #000000;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #b5a8a8;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover a,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover a,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .twitter:hover a,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1b1b1b;
  color: #ffffff;
}



.wrapper .instagram:hover a,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background:linear-gradient(45deg,  #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color:#ffffff
}

.wrapper .linkedin:hover a,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip::before {
  background: #0e76a8;
  color: #ffffff;
}



.wrapper .youtube:hover a,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}

/* Estilo para el color del texto del encabezado h3 */
.product-block h3 a {
  color: #a67c52; /* Reemplaza "tu-color-aqui" con el color deseado en formato hexadecimal, RGB, o nombre del color */
  font-weight: bold;
  font-size: 22px;
}

h2.page-header{
  margin-top: 100px;
}

div#component-76145.theme-component.show{
  margin-bottom: 150px;
}

button.btn.btn-primary{
  position: absolute;
  bottom: 55px;
  margin-top: 10px; /* Ajusta según sea necesario para la separación */
  background-color: white;
  border: 1px solid #ccc; /* Color del borde */
  border-radius: 50%; /* Hace que el botón sea redondo */
  padding: 10px; /* Ajusta el relleno según sea necesario */
  color: #333; /* Color del texto */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}







/*============FOOTER===================*/ /*===================FOOTER=================*//*============FOOTER===============*/

/* Estilos generales del pie de página */
.footercontent {
  background-color: #e7e5e5;
  color: white;
  padding: 20px;
  text-align: center;
}
h6{
  color: #3d2912;
  font-size: 10px;
}

span.text.w-100{
  font-family:'Londrina Solid', sans-serif;
  font-size: 10px;
  font-weight:bold;

}
/* Estilos específicos para pantallas más pequeñas (ej. dispositivos móviles) */
@media (max-width: 768px) {
     header {
       display: none;
  }

   .footercontent h6 {
      font-size: 5px;
      letter-spacing: 1px;
  }


     img.d-block.w-100{
        width: 100%;
        height: 140px;
        
  }  

     div.carousel-inner{
       width: 90%;
       height: -550px;

  }
      img.img-fluidlogo{
       width: 350px;
       height: 250px;
  }

      p.fs-6.text.w-75{
        white-space:nowrap; 
        margin-right: 150px;
  
      }

      span.text-dark{
        font-size: 13px;
      }
    
      p.fs-5.text.w-100{
        font-size: 13px;
      }

      img.imgcajatrofil25{
        width: 100%;
        height: auto; 
        max-width: 100%; 
        max-height: 100%; 
        object-fit: contain;
      }

 /* Estilos para el botón de inicio de sesión */
/* Estilos para el botón de inicio de sesión */
#loginButton {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2); /* Fondo transparente */
  border: 1px solid #ffffff;
  border-radius: 20px; /* Bordes redondeados */
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: 'Londrina Solid', sans-serif; /* Aplicar la fuente Londrina Solid */
  font-weight: bold; /* Negrita */
}

#loginButton i {
  margin-right: 8px; /* Espacio entre el ícono y el texto */
}

#loginButton:hover {
  background-color: #ffffff;
  color: #333333; /* Color de texto al hacer hover */
}
      









}

