@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;
 }

@media (max-width: 576px) {
   

}
/*============BACKGROUND IMG===============*/
img.img-fluid {
   width: 100%;
   height: auto; 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: contain; 
   margin-bottom: 150px;
}

.background {
   position: relative;
   text-align: center;
}

.img-container {
   width: 100%;
   height: auto; 
   display: inline-block; 
}

.img-fluid{
   width: 100%;
   height: auto;
   display: block;
}

.text-over-image{
   font-family:'Courier New', Courier, monospace;
   font-weight: bolder;
}



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:-190px;  /* Ajusta el margen inferior según tus necesidades */
}



/*============IMAGEN HOME BEETROFIL===============*/

img.imgcajatrofil25{
   width: 100%;
   height: auto; 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: contain;
 }
div.card{
    width: 100%;
    margin: auto;
    background-color: #e7e5e5;
    margin-bottom: 20px;
}
div.card-body{
    text-align: center;
}

/*============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;
   margin-bottom: 90px;

}

.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;
}


p.fs-5.text.w-100{
   font-family:'Londrina Solid', sans-serif;
   font-weight: bold;
}

span.text-dark{
   font-family:'Roboto', sans-serif;

}

section.flex-column{
   display: flex;
   align-items: center;
   justify-content: center;
   padding-bottom: 20px;
}

div.tarjeta{
   width: 18rem;
   background-color:  #faf2d7;
   border-radius: 5px;


}

img.d-block.w-100{
   padding-bottom: 20px;
}


div.embed-responsive{
   background-color: #e6e6e6;
   margin-top: 20px;
   margin-bottom: 20px;
}

img.table-hover {
   width: 100%;
   height: auto; 
   max-width: 100%; 
   max-height: 100%; 
   object-fit: contain;
   display: block; 
   margin-left: auto; 
   margin-right: auto; 
   margin-bottom: 20px;
}

/*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) {
   .text-over-image {
      font-size: 4vw; 
      border: 4px solid #ffffff;
      border-radius: 10px; 
      padding: 20px; 
      width: 60%;
      max-width: 200px;
   }

   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: 100%; /* Ajusta el tamaño máximo del div al 50% del contenedor padre */
      margin: auto; /* Centra el div en el contenedor padre */

      
   }
   img.d-block.w-100{
      max-height: 10rex;

   }


   
   .logo {
      max-width: 100%; /* Ajusta el tamaño máximo de la imagen según el contenedor */
      height: auto;
   }

   
   
   .footercontent {
       padding: 10px;
   }

   
   .footercontent h6 {
      font-size: 5px;
      letter-spacing: 1px;
  }
}



 /**************** Media query para pantallas pequeñas PANTALLAS PEQUEÑAS IMPORTANTE *****************/
 @media (max-width: 600px) {
   header {
     display: none;

 }

 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 */
}
}
