@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");

body{
    font-family: 'montserrat' , sans-serif;
    overflow-x: hidden;
    background-image: linear-gradient(-225deg, #ffffff 0%, #ffffff 48%, #ffffff 100%);
 }

 /* 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 */
}


/*===============WHATSAPP Icono===================*/
 .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;
}
/*=================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;
 }

/*============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(0, 0, 0, 0.5); 
   z-index: 2;
}

.text-over-image {
   font-family: 'Londrina Solid', sans-serif;
   font-weight: bold;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #ffffff;
   font-size: 5vw; 
   z-index: 3;
   opacity: 0.6;
   border: 6px solid #ffffff; 
   border-radius: 15px; 
   padding:50px; 
}


/*============IMAGEN HOME BEETROFIL===============*/

img.imgbeetrofilhome{
   width: 90%;
   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: 200px;
   height: 200px;
   margin-bottom: 10px;
   margin-top: 60px;
}

/*============Texto vision Neandertal===============*/
p.p-3.fs-6{
   font-family: 'Roboto', sans-serif;
   position: relative;
   font-weight:100;
   font-weight: bold;
   margin-left: 150px;
   margin-right: 150px;
   margin-bottom: 100px;
   font-size: 100px;
   z-index: 200;
}

p.fs-5.text.w-100{
   font-family:'Londrina Solid', sans-serif;
   font-weight: bold;
}

span.text-dark{
   font-family:'Roboto', sans-serif;

}

img.piedepagina {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.background2 {
   position: relative;
   text-align: center;
}

.img-container2 {
   width: 100%;
   height: auto; 
   display: inline-block; 
}

.img-fluid2{
   width: 100%;
   height: auto;
   display: block;
}
.color-overlay2 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.5); 
   z-index: 2;
}

.text-over-image2 {
   font-family:'Roboto', sans-serif;
   position: absolute;
   top: 30%; 
   left: 50%; 
   transform: translate(-50%, -50%); 
   color: white;
   font-size: 25px; 
   z-index: 3; 
}


  
 
/*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;
 }

 .carousel {
   width: 100%;
   max-width: 419px;
   height: 748px;
   margin: auto;
}
.carousel-inner img {
   width: auto;
   max-width: 100%;
   height: auto;
   max-height: 100%;
   object-fit: contain;
   margin: auto;
}

/*============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;
 
 }


 @media (min-width: 1201px) {

    .color-overlay2 {
       height: 61%;
    }

    .carousel {
      margin-bottom: 200px;
   }
 }
 @media (min-width: 768px) and (max-width: 1366px) {

   .carousel {
      width: 100%;
      max-width: 240px;
      height: 748px;
      margin: auto;
   }
   .carousel-inner img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      object-fit: contain;
      margin: auto;
   }

   .color-overlay2 {
      height: 50%;
   }
   .carousel-control-prev-icon,
   .carousel-control-next-icon {
     margin-bottom: 200px;
   }
   .img-container {
      padding-top: 60px;
      }
   
 }
 
  /**************** Media query para pantallas pequeñas PANTALLAS MUY PEQUEÑAS  IMPORTANTE *****************/
  @media (max-width: 576px) {
  
    header {
      display: none;
    }
 
    .text-over-image {
       font-size: 4vw; 
       border: 4px solid #ffffff;
       border-radius: 10px; 
       padding: 20px; 
 
      }

    .img-container {
      padding-top: 60px;
      }
    
    .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: 15px;
     }
 
     div#component-76145.theme-component.show{
       margin-bottom: 70px;
     }

     p.p-3.fs-6{
      font-family: 'Roboto', sans-serif;
      font-size: 2.5em;
      text-align: justify;
      margin-left: 30px;
      margin-right: 30px;
      margin: 0; 
      line-height: 30px;
   }
 
 
    .color-overlay {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 97.3%;
       background-color: rgba(0, 0, 0, 0.5); 
       z-index: 2;
    }
             
    .color-overlay2 {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 24%;
       background-color: rgba(0, 0, 0, 0.5); 
       z-index: 2;
      }
 
    .text-over-image2 {
       font-family:'Roboto', sans-serif;
       position: absolute;
       top: 15%; 
       left: 50%; 
       transform: translate(-50%, -50%); 
       color: white;
       font-size: 9px; 
       z-index: 3; 
    }
 
    .carousel {
      max-width: 100%;
      height: auto;
      display: block !important;
      margin-bottom: 50px;
   }

    .carousel-inner img {
      max-height: 90vh;
   }

   .carousel-control-prev-icon,
   .carousel-control-next-icon {
      filter: invert(1);
   }

}