@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%);
 }

 .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;
 }




/*============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.4%;
   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;
   padding:50px; 
}

/*============LOGO HOMEPAGE===============*/
img.img-fluidlogo{
   width: 200px;
   height: 400px;
   margin-bottom: 10px;
   margin-top: 60px;
}
p.fs-6.text.W-50{
   padding-bottom: 100px;
}

h3.p-3{
   margin-right: 890px;
   font-weight: bold;
}


p.parrafo1{
   text-align: justify;
   margin-left: 280px;
   margin-right: 280px;
}

p.parrafo11{
   text-align: justify;
   font-size: 10px;
}
a.link{
   color: #ffffff; 
   padding: 0.2em 0.5em; 
   background-color: #140b01;
   background-clip: content-box; 
   -webkit-background-clip: content-box; 
   display: inline-block; 
   border-radius: 5em;
   width: 200px;
}



/*============IMAGEN HOME 4R TROFIL===============*/

img.img4rtrofil{
   width: 70%;
   height: auto; 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: contain;
   margin-top: 40px;
   margin-bottom: 40px;
 }

p.parrafo2{
   text-align: justify;
   margin-left: 280px;
   margin-right: 280px;
}
p.parrafo21{
   text-align: justify;
   margin-right: 150px;
}
p.parrafo22{
   text-align: justify;
   margin-left: 280px;
   margin-right: 280px;
}

/*============Texto Neandertal con su FontFamily respectiva N°1 ===============*/

span.fs-6.text.w-100{
   font-family:'Londrina Solid', sans-serif;
   font-weight: bold;

}

/* Estilo para el texto con margen */
p.text-responsive{
   text-align: justify;
   
}
 
 /* Estilo para la imagen */
 img.ls-is-cached.lazyloaded {
   width: 428px;
   height: 428px;
   float: left; /* Alinea la imagen a la izquierda */
   margin-right: 500px; /* Ajusta el margen derecho según tus necesidades */
   margin-bottom: 80px;
 }
 
.contenedor {
   display: flex; /* Hace que los elementos hijos se coloquen en línea */
   align-items: center; /* Centra verticalmente los elementos hijos */
}


span.fs-1.text.w-100{
   font-family:'Londrina Solid', sans-serif;
   font-weight: bold;

}

p.parrafo3{
   text-align: justify;
   margin-left: 280px;
   margin-right: 280px;

}

.contenedor-texto{
   display: flex;
   justify-content: center;
   align-items: center;

}
h1.title{
font-weight: bold;
}

.contenedor-imagen {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 50px;
   margin-bottom: 50px;
}

img.fotos{
   width: 70%;
   height: auto; 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: contain;
}
div.container-fluid2{
   background-color: #0f0f0f;
   margin-bottom: 120px;
}
.video-container {
   position: relative;
   width: 100%;
   max-width: 1200px; /* Establece el ancho máximo del contenedor según tus necesidades */
   margin: 0 auto; /* Centra el contenedor horizontalmente */
 }

 .video-container iframe {
   width: 1335px; /* Ajusta el ancho del video al 100% del contenedor */
   height: 600px; /* Establece la altura del video según tus necesidades */
   display: block;
   margin: auto; /* Centra el video horizontalmente */
   margin-left: -70px;
 }

.home-swiper {
   display: flex;
   flex-direction: column;
   align-items: center;
 }

 /*================Boton PDF===================*/

.container-button {
   display: flex;
   justify-content: center; /* Centra horizontalmente */
   align-items: center; /* Centra verticalmente */
   height: 25vh; /* Mantiene la altura */
   padding-bottom: 160px;
}

.pdf-image {
   position: relative;
}

img.pdf-image {
   position: absolute;
   top: 50px;
   left: 50%;
   transform: translateX(-50%);
   width: 100%; /* Ajustar según sea necesario */
   height: auto; /* Mantiene la proporción de la imagen */
   pointer-events: none;
}

a.round-button {
   padding: 10px 20px;
   background-color: #c1c6cc;
   color: white;
   text-decoration: none;
   border-radius: 50px;
   text-align: center;
   margin-top: 50px; 
   transition: all 0.3s ease; /* Transición suave para hover */
   overflow: hidden; /* Asegura que el borde no sobresalga */
}

a.round-button::after {
   content: "";
   position: absolute;
   top: 65%;
   left: 50%;
   width: 150%;
   height: 100%;
   border-radius: 50%; /* Cambiado a 50% para mantener la forma circular */
   border: 2px solid transparent; /* Borde inicial invisible */
   transition: all 0.3s ease;
   transform: translate(-50%, -50%); /* Centra el pseudoelemento */
}

a.round-button:hover::after {
   border-color: #3b4a5a; /* Color del borde cuando se hace hover */
   box-shadow: 0 0 10px rgba(59, 74, 90, 0.8); /* Efecto de brillo */
}

a.round-button:hover {
   background-color: #3b4a5a;
}










 



/*============Img pie de pagina===============*/

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%;
   height: 51%;
   background-color: rgba(0, 0, 0, 0.5); 
   z-index: 2;
}

.round-button {
   width: 100px; /* Ajusta el tamaño según sea necesario */
   height: 100px;
   border-radius: 50%;
   border: none;
   background-color: #4CAF50; /* Color de fondo del botón */
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden; /* Asegura que la imagen se ajuste al botón */
   cursor: pointer;
   padding: 0;
}

.round-button img {
   width: 100%; /* Ajusta el tamaño de la imagen según sea necesario */
   height: 100%;
   object-fit: cover; /* Asegura que la imagen cubra todo el botón manteniendo su proporción */
   border-radius: 50%; /* Hace que la imagen también sea redonda */
}

@media (min-width: 1201px) {

   .color-overlay2 {
      height: 60%;
   }

}
/*MEDIDAS CARROUSEL*/
.carousel-item img {   
   width: 100%;
   height: auto;
}

/* Estilos para pantallas pequeñas 000000000000000000000000*/
@media (min-width: 576px) {
   .carousel-item img {
      max-width: 70%;
       margin: 0 auto;
   }
}

/* Estilos para pantallas grandes 000000000000000*/
@media (min-width: 992px) {
   .carousel-item img {
       max-width: 70%; /* Ajustar el ancho máximo */
       height: auto;
       margin: 0 auto;
       margin-bottom: 40px;
   }
}

p.fs-1.text.w-100{
   font-family:'Londrina Solid', sans-serif;
   font-weight: bold;
}

/*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;

}


 /**************** Media query para pantallas pequeñas PANTALLAS AUN MAS PEQUEÑAS IMPORTANTE *****************/
 @media (max-width: 600px) {
   header {
     display: none;
   }
 }

/* Estilos específicos para pantallas medianas(ej. Telefonos de pantalla grande, tablets pequeñas incluso algunos portatiles) */

@media (max-width: 768px) {

   .text-over-image {
      font-size: 4vw; 
      padding: 20px; 
   }

   h3.p-3{
      margin-right: -6px;
      white-space: nowrap;
   }

   p.parrafo1{
      margin-left: 50px;
      margin-right: 50px;
   }

   p.parrafo11{
   margin-left: 50px;
   margin-right: 50px;
   
   }
   img.img4rtrofil{
      width: 80%;

    }

   p.parrafo2{
      margin-left: 50px;
      margin-right: 50px;
   }

   p.parrafo21{
      margin-left: 50px;
      margin-right: 50px;
   }

   p.parrafo22{
      margin-left: 50px;
      margin-right: 50px;
   }

   p.text-responsive{
      margin-left: 35px;
      margin-right: 35px;


   }

   img.ls-is-cached.lazyloaded {
      width: 400px;
      height: 400px;
      float: left; /* Alinea la imagen a la izquierda */
      margin-right: 200px; /* Ajusta el margen derecho según tus necesidades */
      margin-left: 30px;
      
    }

    .contenedor-texto{
      margin-left: 45px;
      margin-right: 45px;
      margin-top: 80px;

   }
   h1.title{
      font-size: 30px;
   }

    p.parrafo3{
      margin-left: 50px;
      margin-right: 50px;

    }

    img.fotos{
      width: 80%;
   }


   .contenedor {
      margin-left: 400px;
   }

   div.container-fluid2{
      background-color: #0f0f0f;
      margin-bottom: 120px;
   }
   .video-container {
      position: relative;
      width: 100%;
      max-width: 1200px; /* Establece el ancho máximo del contenedor según tus necesidades */
      margin: 0 auto; /* Centra el contenedor horizontalmente */
    }
   
    .video-container iframe {
      width: 100%; /* Cambia el ancho del video al 100% en pantallas pequeñas */
      height: auto; /* Establece la altura automática para mantener la proporción */
      margin-left: 0; /* Elimina el margen izquierdo en pantallas pequeñas */
    }
    

   .text-over-image2 {
      font-size: 2vw;
      top: 22%;

   }
   .color-overlay2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 31%;
      background-color: rgba(0, 0, 0, 0.5); 
      z-index: 2;
   }

   .carousel-item img {
      width: 50%;
      margin: 0 auto;
   } 

   .footercontent {
       padding: 10px;
   }

   .footercontent h6 {
      font-size: 8px;
      letter-spacing: 1px;
  }

   
}






 /**************** Media query para pantallas pequeñas PANTALLAS MUY PEQUEÑAS  IMPORTANTE *****************/
 @media (max-width: 576px) {
 
   header {
     display: none;
     display: flex;
   }

   h3.p-3{
      font-size: 21px;
   }

   h1.title{
      font-size: 21px;

   }

   .background {
      width: 100%;
      max-width: none;

   }

   img.ls-is-cached.lazyloaded {
      width: 320px;
      height: 400px;
      float: left; /* Alinea la imagen a la izquierda */
      margin-right: 200px; /* Ajusta el margen derecho según tus necesidades */
      margin-left: 30px;
      
    }



   div.container-fluid2{
      margin-top: 100px;
      margin-bottom: 100px; 
   }
  

   .img-container {
      width: 100%;
      max-width: none;

   }

   .img-fluid {
      width: 100%;
      max-width: none; /* Anula el máximo ancho establecido anteriormente */
   }
   




   .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: 31%;
      background-color: rgba(0, 0, 0, 0.5); 
      z-index: 2;
     }

      /* 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 */
}


 
 }
