/*icono de whatsapp*/
.whatsapp-fijo {
  position: fixed;
  bottom: 150px; 
  right: 20px; 
  z-index: 1000;
  
}

.icono-whatsapp {
  width: 110px; 
  height: auto;
}

.attribution {
  font-size: 12px; 
  color: #888; 
  text-align: center; 
}

/*Barra inicial de contacto*/

.contact-info-container {
  text-align: center;
  padding: 3px;
  padding-top: 10px;
  background-color: rgba(200, 232, 245, 0.8); 
  opacity: 0.8; 
  backdrop-filter: blur(200px); 
}

.contact-item {
  margin-bottom: 10px;
}

.contact-item i {
  font-size: 24px;
  margin-right: 10px;
}

.contact-label {
  font-weight: bold;
  margin-right: 5px;
}

.contact-text {
  color: #750697;
  margin-right: 20px;
}

.imagen-info{
  width: 15px;
  height: 15px;
}   

/* Barra de navegacion */

.nav-foto{
  width: 400px;
  margin-bottom: 5px;
  padding-left: 30px;
}

.navbar {
  padding: 5px;
  background-color: rgb(246, 247, 248);
}

.navbar-collapse {
  align-items: center;  justify-content: space-between;
}

.nav-link {
  font-size: large;
  color: rgb(5, 3, 110);
  font-weight: bold;
}

.nav-foto{
  height: 150px;
  width: 360px;
  margin-top: -3rem;
  padding-left: 30px;
}

/* Estilos Generales */

section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
 padding: 20px; 
 color: rgb(237, 241, 240); 
 font-size: 80px; 
 font-family: 'Yanone+Kaffeesatz', sans-serif;
 text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

h2 {
  color: white;
  font-size: 60px;
  padding: 20px;
  font-family: 'Yanone+Kaffeesatz', sans-serif;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

h3 {
  padding: 10px;
  font-size: 2rem;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.seccion-clara{
  color: floralwhite;

}

.seccion-titulo {
  padding: 20px;
  font-size: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: 'Yanone+Kaffeesatz', sans-serif;
}

.seccion-titulo-1 {
  font-size: 40px;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  font-family: 'Yanone+Kaffeesatz', sans-serif;
}

.seccion-descripcion {
  padding: 10px;
  font-size: 20px;
  color: rgb(29, 1, 1);
  font-family: 'Yanone+Kaffeesatz', sans-serif;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.seccion-descripcion1 {
  background: linear-gradient(to right, #ace8ac, #83d2d1);
  padding: 20px;
  font-size: 40px;
  color: #0d0c0c;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.atribucion {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0px;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #595454;
  text-decoration: none;
}

.atribucion1 {
  bottom: 0;
  right: 0;
  margin-right: 0px;
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #968f8f;
  text-decoration: none;
}

.seccion-texto {
  color: #020214;
  padding: 30px 0;
  font-size: 2rem;
}

.btn-info {
  font-size: 1.1rem;
  margin: 20px;
  
}

.seccion-textos {
  color: aliceblue;
  padding: 10px 0;
  font-size: 1rem;
}

.seccion-texto-contacto {
  padding: 30px;
  color: rgb(255, 251, 0);
  font-size: 2.5rem;
  font-weight: bold;
}

.seccion-textos-1 {
  padding: 1px;
  font-size: 1.3rem;
  color: rgb(255, 251, 0);
  font-weight: bold;
}

.seccion-textos-2 {
  padding: 30px;
  font-size: 5rem;
  color: rgb(6, 5, 73);
  flex: 1;
}

.seccion-textos-3 {
  background: rgba(0, 0, 0, 0.5); 
  color: #fff;
  border-radius: 10px; 
  font-size: 1.5em;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
  display: inline-block;
}

.texto-1 {
  padding: 90px;
  font-size: 1.5rem;
  color: yellow;
  font-weight: bold;
}

.texto-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50, -50);
  color: white;
  font-size: 1rem;
}

.texto-definicion {
  padding: 5px;
  padding-top: 20px;
  position: relative no-repeat center center fixed;;
  z-index: 1;
  font-family: 'Yanone+Kaffeesatz', sans-serif;
  margin: 20px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow:0 0 5px rgba(0, 0, 0, 1);
  border-radius: 30px;
  font-size: 1.1em;
  line-height: 1.6;
  color: rgb(5, 3, 110);
}

.seccion-negro {
  background-color: black;
} 

/*seccion Hero*/

.contenedor-fluid {
  position: relative;
  width: 100%;
  min-height: 700px; 
  background: url('imagenes/biotec2.jpg') center/cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero{
  background-color: rgb(251, 253, 253);
  min-height: 700px;
  text-align: center;
}

.hero-imagen-principal {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-right: 2rem;
}

.hero-principal h2{
  font-size: 2rem;
  color: white;
}

.hero-principal h3 {
  font-size: 1.5rem;
  color: white;
}

/*desarrollo e innovación*/

.contenedor-innovacion-fluid {
  background: linear-gradient(180deg, #0b456b, #f2f4f5); 
  margin: 0 auto;
}

.imagen-hero-inferior {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); 
  border-radius: 20px; 
}

.capsulas {
  padding: 65px;
}

.capsulas .capsula {
  color: black;
  padding: 10px;
  border: 1.5px solid #227b7e52;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.2s ease-in;
}

.capsulas .capsula:hover {
  color: white;
  background-color: #175ebb;
}

.capsula i {
  font-size: 2.5rem;
  color: rgb(115, 8, 187);
  background-color: #09acf8;
  padding: 8px 19px;
  border-radius: 50%;
}

/*Sobre Nosotros*/

.seccion-foto {
  background: url("imagenes/doctor-monitoreando-pulso-paciente.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.container-fluid{
 margin-bottom: auto;
  display: flex;
  flex-direction: column;
}

/*Sobre Nosotros-carrusel*/

.carousel-inner {
margin-bottom: auto;
display: flex;
}

.carousel-inner img {
  opacity: 0.5; 
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.2); 
  color: #fff; 
  border-radius: 10px; 
}

.carousel-item img {
  opacity: 0.5; 
  transition: opacity 0.3s ease; 
}

.carousel-item.active img {
 opacity: 1; 
}

.textimg1 {
  font-size: 50px;
  color: white;
  font-weight: bold;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  flex: 1;
}

.textp1 {
  font-size: 20px;
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  flex: 1;
}

/* sección productos*/
.productos {
  padding: 60px;
}

.seccion-clara {
  background-color: rgb(5, 45, 85);
}

.productos .columna {
  color: rgb(7, 247, 67);
  padding: 20px;
  border: 1px solid #d9eb3b4d;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.2s ease-in;
}

.productos .columna:hover {
  color: white;
  background-color: #120641;
} 

.productos i {
  font-size: 2.5rem;
  color: rgb(7, 247, 67);
  background-color: #03031f;
  padding: 8px 19px;
  border-radius: 50%;
}

.productos-titulo {
  padding: 30;
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
}

.badges-contenedor {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.badge {
  margin: 5px;
}

/*Productos recientes*/

.productos-recientes {
  padding: 20px;
  padding-bottom: 70px;
}

.productos-recientes img {
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: block;
  transition: all 0.2s ease;
}

.productos-contenedor {
  padding-top: 10px;
  margin-bottom: 20px;
}

.overlay {
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay p {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
}

.producto {
  position: relative;
}

.producto:hover img {
  opacity: 0.2;
}

.producto:hover .overlay {
  opacity: 1;
}

/*otros productos*/

.otros-productos{
  padding: 20px 20px 40px 20px;
}

.otros-productos .carousel{
  position absolute;
  height: 100%;
  width: 100%;
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
}

/*contacto*/

.contacto .container {
  max-width: 1100px;
  min-height: 200px;
  padding: 20px;
}

.contacto .rectangulo {
  margin-top: -5rem;
  background-color: rgb(11, 114, 204);
  border-radius: 10px;
  box-shadow: 0px 1px 4px 1px white;
 
}

.contacto .row {
  width: 100%;
  display: flex;
  align-items: center;
}

.contacto button {
  color: white;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  padding: 0.3em 0.8em;
  margin: 10px;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
}

.contacto button:hover {
  background-color: white;
  color: black;
}

.contacto button i {
  color: white;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.contacto button:hover i {
  color: black;
}

/*pie de página*/

footer {
  min-height: 500px;
}

.footer-logo {
  height: 200px;
  width: 200px;
  margin: 10px;
  border-radius: 100px;
}

.footer-texto {
  color: aliceblue;
  font-size: 1.5rem;
  padding: 20px;
  margin-bottom: 30px;
  font-family: 'Quicksand', sans-serif;
}

.iconos-redes-sociales a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin: 10px;
  border: 2px solid white;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales i {
  color: white;
  font-size: 1.5rem;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales a:hover {
  background-color: white;
  border: 2px solid rgb(13, 110, 253);
}

.iconos-redes-sociales a:hover i {
  color: black;
}

.derechos-de-autor{
  font-size: 15px;
  color: #aeaeae;
  padding: 20px;
}
/*Adaptable (responsivo) */

@media screen and (max-width: 400px) {
  .overlay p  {
    font-size: 18px;
  } 
} 

@media (max-width: 850px) {
  .icono-whatsapp {
    max-width: 80px;
  }
}

@media (max-width: 350px) {
  .icono-whatsapp {
    max-width: 40px;
  }
}
  
@media screen and (max-width: 767px) {
  .navbar-brand {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .hero-inferior-imagen{
    max-width: 600px;
  }
}

@media screen and (min-width: 700px) {
  .hero-inferior-imagen{
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .atribucion {
      padding: 5px; 
      font-size: 10px; 
    }
  }

@media (max-width: 767px) {
  .seccion-textos-3 {
    font-size: 14px; 
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px; 
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px; 
  }
}

@media (max-width: 767px) {
  .seccion-descripcion {
    font-size: 14px; 
  }
}

@media (max-width: 767px) {
  .seccion-textos-2 {
    font-size: 18px; 
  }
}

@media (max-width: 767px) {
  .seccion-descripcion1 {
    font-size: 18px; 
  }
}

@media (max-width: 767px) {
  .contenedor-innovacion-fluid {
    font-size: 20px; 
  }
}

@media (max-width: 767px) {
  .texto-definicion {
    font-size: 15px; 
  }
}

@media (max-width: 1000px) {
  .seccion-textos-1 {
    font-size: 18px; 
  }
}

@media (max-width: 931px) {
  .seccion-textos-1 {
    font-size: 14px; 
  }
}

@media (max-width: 300px) {
  .seccion-textos-1 {
    font-size: 9px; 
  }
}

@media (max-width: 767px) {
  .textimg1 {
    font-size: 14px; 
  }
}

@media (max-width: 360px) {
  .textimg1 {
    font-size: 10px; 
  }
}

@media (max-width: 767px) {
  .textp1 {
    font-size: 12px; 
  }
}

@media (max-width: 360px) {
  .textp1 {
    font-size: 8px; 
  }
}

@media (max-width: 350px) {
  .seccion-texto-contacto {
    font-size: 25px; 
  }
}

@media (max-width: 300px) {
  .seccion-titulo {
    font-size: 25px; 
  }
}

@media (max-width: 300px) {
  .productos-titulo {
    font-size: 18px; 
  }
}

