@charset "UTF-8";
* {
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  height: 100vh; /* Asegura que el cuerpo ocupe toda la altura de la ventana */
}

#barranavegacion {
  width: 100%;
  height: auto;
  justify-content: center;
  background-color: whitesmoke;
  font-family: "Montserrat", sans-serif;
}

#menu {
  width: 90%;
  height: 5.2rem;
  background-color: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: right;
  z-index: 1;
}

#menu ul li {
  display: flex;
  background-color: none;
  flex-direction: column;
}

#menu .logo {
  padding: 0 25px;
}

#menu ul a {
  display: block;
  color: black;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
}

#menu ul .dropdown-item {
  text-transform: none;
  color: black;
  background-color: whitesmoke;
  font-family: "Montserrat", sans-serif;
}

#menu ul .dropdown-menu {
  background-color: whitesmoke;
  border: none;
}

/* footer*/
#piedepagina {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: whitesmoke;
  padding: 5px 0;
}

#piedepagina .menu {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: whitesmoke;
}

#piedepagina .frase {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: none;
  height: auto;
}

#piedepagina .frase .logo {
  margin: 0 auto;
  background-image: url(assets/img/OST_nuevo\ logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 140px;
  height: 87px;
}

#piedepagina .frase .titulo {
  font-size: 1.3rem;
  font-weight: 700;
  list-style: none;
  text-decoration: none;
  color: black;
  color: #1f2124;
  padding-bottom: 10px;
  margin: 10px 0;
}

#piedepagina .frase .titulo a {
  font-size: 1.3rem;
  font-weight: 700;
  list-style: none;
  text-decoration: none;
  color: black;
  color: #1f2124;
  padding-top: 20px;
  margin: 10px 0;
}

#piedepagina .frase .link {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  list-style: none;
  text-decoration: none;
  color: black;
}

#piedepagina ul {
  list-style: none;
}

#piedepagina ul li .icono3 {
  height: auto;
  font-size: 1.6rem;
  padding: 10px 15px 10px 0;
}

#piedepagina ul li {
  display: flex;
  align-items: center;
  justify-items: center;
}

#piedepagina .mapa {
  margin: 0 auto;
  width: 90%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

#modulo {
  width: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modulo .fondop {
  background-image: url(assets/img/iStock-1332985409.jpg);
}
#modulo .fondo3 {
  background-image: url(assets/img/header_Neurosurgery_1920x875_03_42dc94b3c3.jpeg);
  align-items: center;
}
#modulo .imagenh {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-attachment: fixed;
}
#modulo .contenedor-texto {
  margin: 0 auto;
  display: flex;
  height: 22rem;
  justify-content: center;
  align-items: center;
}
#modulo .contenedor-texto .body-card {
  background-color: none;
  text-align: left;
  padding: 10px 20px;
  position: relative;
  display: block;
  background-color: none;
  justify-content: right;
  border: 0px solid #f5f5f7;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.05);
  height: fit-content;
}
#modulo .contenedor-texto .body-card h1 {
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  text-shadow: 2px 2px 2px #555658;
}
#modulo .contenedor-texto .body-card h1 span {
  font-weight: 800;
}

#modulo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modulo .alinear {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: none;
  height: fit-content;
}

#modulo .contenedor-texto3 {
  margin: 0 auto;
  display: flex;
  height: 25rem;
  justify-content: center;
  align-items: center;
}
#modulo .contenedor-texto3 .body-card3 {
  background-color: none;
  text-align: left;
  padding: 10px 20px;
  position: relative;
  display: block;
  background-color: none;
  justify-content: right;
  border: 0px solid #f5f5f7;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.05);
  height: 18rem;
}
#modulo .contenedor-texto3 .body-card3 span {
  background-color: #474747;
  padding: 4px 15px;
  border-radius: 12px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-family: "Montserrat", sans-serif;
}
#modulo .contenedor-texto3 .body-card3 h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 0;
  color: white;
}
#modulo .contenedor-texto3 .body-card3 h4 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: justify;
  color: #474747;
  color: white;
}
#modulo .contenedor-texto3 .body-card3 .btn-productos {
  background-color: #e20303;
  border-radius: 5px;
  padding: 3px 12px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.0666666667);
  border: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
#modulo .contenedor-texto3 .body-card3 .btn-productos a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  padding: 5px;
  font-family: "Inter", sans-serif;
}
#modulo .contenedor-texto3 .body-card3 .btn-productos:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3333333333);
  background-color: #ca0000;
  font-weight: 800;
}
#modulo .contenedor-texto3 .body-card3 .flecha {
  color: white;
  padding-left: 10px;
}

#modulo .video-container {
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  align-content: center;
}

#modulovideo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50rem;
  display: flex;
  align-items: center;
}

#modulovideo .contenedor {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 2rem;
}

#video-fondo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#modulovideo .contenedor .contenedor-texto {
  margin: 0 auto;
  display: flex;
  height: 12rem;
  justify-content: center;
}
#modulovideo .contenedor .contenedor-texto .body-card {
  background-color: none;
  text-align: left;
  padding: 20px;
  position: relative;
  display: block;
  background-color: none;
  justify-content: right;
  border: 0px solid #f5f5f7;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.03);
  height: auto;
  flex-direction: row;
}
#modulovideo .contenedor .contenedor-texto .body-card span {
  background-color: #474747;
  padding: 4px 15px;
  border-radius: 12px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-family: "Montserrat", sans-serif;
}
#modulovideo .contenedor .contenedor-texto .body-card h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 5px;
  color: #1f2124;
}
#modulovideo .contenedor .contenedor-texto .body-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: justify;
  color: #474747;
}
#modulovideo .contenedor .contenedor-texto .btn-productos {
  background-color: #e20303;
  border-radius: 5px;
  padding: 3px 12px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.0666666667);
  border: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
#modulovideo .contenedor .contenedor-texto .btn-productos a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  padding: 5px;
  font-family: "Inter", sans-serif;
}
#modulovideo .contenedor .contenedor-texto .btn-productos:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3333333333);
  background-color: #ca0000;
  font-weight: 800;
}
#modulovideo .contenedor .contenedor-texto .flecha {
  color: white;
  padding-left: 10px;
}

#modulovideo .contenedor .contenedor-texto2 {
  margin: 0 auto;
  display: flex;
  height: 20rem;
  justify-content: flex-end;
  margin-right: 2rem;
}
#modulovideo .contenedor .contenedor-texto2 .body-card2 {
  background-color: none;
  text-align: left;
  padding: 20px;
  position: relative;
  display: block;
  background-color: none;
  justify-content: right;
  border: 0px solid #f5f5f7;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.03);
  height: auto;
  flex-direction: row;
}
#modulovideo .contenedor .contenedor-texto2 .body-card2 span {
  background-color: #474747;
  padding: 4px 15px;
  border-radius: 12px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  font-family: "Montserrat", sans-serif;
}
#modulovideo .contenedor .contenedor-texto2 .body-card2 h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 0;
  color: #1f2124;
}
#modulovideo .contenedor .contenedor-texto2 .body-card2 h4 {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: justify;
  color: #474747;
  color: black;
}
#modulovideo .contenedor .contenedor-texto2 .btn-productos {
  background-color: #e20303;
  border-radius: 5px;
  padding: 3px 12px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.0666666667);
  border: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
#modulovideo .contenedor .contenedor-texto2 .btn-productos a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  padding: 5px;
  font-family: "Inter", sans-serif;
}
#modulovideo .contenedor .contenedor-texto2 .btn-productos:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3333333333);
  background-color: #ca0000;
  font-weight: 800;
}
#modulovideo .contenedor .contenedor-texto2 .flecha {
  color: white;
  padding-left: 10px;
}

#marcas {
  width: auto;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
}
#marcas .titulo {
  margin: 0 auto;
  width: 950px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
  padding: 0 15px;
}
#marcas .titulo h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2124;
}
#marcas .contenedor-logos {
  width: 950px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  background-color: none;
}
#marcas .contenedor-logos .logo-1 {
  background-image: url(assets/img/KLSMartin.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 382px;
  height: 90px;
  justify-content: center;
  text-align: center;
}
#marcas .contenedor-logos .logo-2 {
  background-image: url(/assets/img/HM.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 331px;
  height: 90px;
  justify-content: center;
}

#marcas .marca1 {
  justify-content: center;
  align-items: center;
}

.btn-w {
  position: absolute;
  bottom: 20px; /* Espacio desde el fondo */
  right: 20px; /* Espacio desde la derecha */
  background-color: #25D366; /* Color verde de WhatsApp */
  color: white; /* Texto blanco */
  padding: 10px 15px; /* Espaciado interno */
  border-radius: 5px; /* Bordes redondeados */
  font-size: 16px; /* Tamaño de fuente */
  cursor: pointer; /* Cursor tipo puntero al pasar sobre el botón */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btn-w:hover {
  background-color: #128C7E;
}

#headerlinea {
  width: auto;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#headerlinea .foto1 {
  background-image: url(assets/img/header_surgery_3.jpeg);
}
#headerlinea .foto2 {
  background-image: url(assets/img/IPS_Implants_Header2.png);
}
#headerlinea .foto3 {
  background-image: url(assets/img/header_Neurosurgery_3.jpeg);
}
#headerlinea .foto4 {
  background-image: url(assets/img/header-instrumental.jpg);
}
#headerlinea .foto6 {
  background-image: url(assets/img/header-contenedores.png);
}
#headerlinea .foto7 {
  background-image: url(assets/img/Nosotros.jpg);
}
#headerlinea .foto8 {
  background-image: url(assets/img/iStock-955988522.jpg);
}
#headerlinea .imagen {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#headerlinea .imagen:hover {
  scale: 105%;
  transition: 500ms;
}

#linea1productos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #1f2124;
  justify-content: center;
}
#linea1productos .titulo {
  margin: 0 auto;
  width: 950px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 90px;
  padding: 0 15px;
}
#linea1productos .titulo .marco-titulo {
  background-color: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#linea1productos .titulo .marco-titulo h1 {
  font-size: 2rem;
  font-weight: 500;
  color: whitesmoke;
  margin-bottom: 50px;
}
#linea1productos .titulo .marco-titulo h1 span {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  padding-left: 1px;
}
#linea1productos .titulo .marco-titulo .marco-logo {
  background-color: white;
  padding: 12px;
  border-radius: 6px;
}
#linea1productos .titulo .marco-titulo .logokls {
  background-image: url(assets/img/KLSMartin.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 149px;
  height: 35px;
}
#linea1productos .titulo .marco-titulo .logohm {
  background-image: url(assets/img/HM.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 147px;
  height: 40px;
}
#linea1productos .titulo h4 {
  font-size: 1.6rem;
  font-weight: 800;
  color: white;
  padding-bottom: 20px;
}
#linea1productos .titulo h5 {
  font-size: 1.2rem;
  color: whitesmoke;
  line-height: 1.5;
  text-align: justify;
}
#linea1productos .titulo h6 {
  font-size: 1rem;
  color: white;
  line-height: 1.5;
  text-align: justify;
}
#linea1productos .titulo .foto-placas {
  background-image: url(assets/img/mallas.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: fit-content;
  height: 20rem;
  flex-grow: 1;
  background-clip: content-box;
  border-radius: 8px;
}
#linea1productos .titulo .foto-tornillos {
  background-image: url(assets/img/tornillos.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: fit-content;
  height: 20rem;
  flex-grow: 1;
  background-clip: content-box;
  border-radius: 8px;
}
#linea1productos .titulo .frase-imagen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: none;
  gap: 30px;
}
#linea1productos .barra-menu {
  width: 950px;
  margin: 90px auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#linea1productos .barra-menu .btn-menu {
  background-color: #474747;
  text-align: center;
  width: 98%;
  height: fit-content;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-bottom: 5px;
}
#linea1productos .barra-menu .btn-menu:hover {
  background-color: gray;
}
#linea1productos .barra-menu .btn-menu a {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 10px;
}
#linea1productos .contenedor-card {
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 90px 0;
}
#linea1productos .card-lineaproducto {
  margin: 0 auto;
  width: 950px;
  height: auto;
  background-color: #cfcfcf;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s;
  overflow: hidden;
  margin-bottom: 1px;
}
#linea1productos .margen {
  padding: 25px 15px;
}
#linea1productos .contenedor-imagen .foto-c1 {
  background-image: url(assets/img/1-0.jpg);
}
#linea1productos .contenedor-imagen .foto-c2 {
  background-image: url(assets/img/1-5.jpg);
}
#linea1productos .contenedor-imagen .foto-c3 {
  background-image: url(assets/img/2-0.jpg);
}
#linea1productos .contenedor-imagen .foto-c4 {
  background-image: url(assets/img/midface.jpg);
}
#linea1productos .contenedor-imagen .foto-c5 {
  background-image: url(assets/img/orbital.jpg);
}
#linea1productos .contenedor-imagen .foto-c6 {
  background-image: url(assets/img/2-3.jpg);
}
#linea1productos .contenedor-imagen .foto-c7 {
  background-image: url(assets/img/2-7.jpg);
}
#linea1productos .contenedor-imagen .foto-c8 {
  background-image: url(assets/img/csm_Zurich_distractor_1920x495_04_9b583b4f71.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip1 {
  background-image: url(assets/img/csm_IPS_Implants_TMJ_Prosthesis_Prothese_Header735x413_62df9abb1f.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip2 {
  background-image: url(assets/img/csm_IPS_preprosthetic_735x370_02_f6e33ca063.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip3 {
  background-image: url(assets/img/csm_IPS_Orthognathics_735x370_05_25b4218c3f.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip4 {
  background-image: url(assets/img/csm_IPS_mandible_735x370_08_9d68393986.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip5 {
  background-image: url(assets/img/csm_IPS_Implants_Cranium_735x370_ec260e133b.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip6 {
  background-image: url(assets/img/csm_IPS_midface_735x370_02_82e5935b71.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip7 {
  background-image: url(assets/img/csm_IPS_Implants_Transformation_735x370_215e84d90d.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip8 {
  background-image: url(assets/img/csm_App_distraktor_right_transparent_IPSDistraction_735x370px_02_36ebe030aa.jpeg);
}
#linea1productos .contenedor-imagen .foto-ip9 {
  background-image: url(assets/img/IPS.jpg);
}
#linea1productos .contenedor-imagen .foto-n1 {
  background-image: url(assets/img/csm_Resorbable_osteosynthesis_SonicWeld_Rx_735x370_18_d1202b1a60.jpeg);
}
#linea1productos .contenedor-imagen .foto-n2 {
  background-image: url(assets/img/csm_Level_One_Flap_Fix_Kit_Kranium_03_76395de21b.jpeg);
}
#linea1productos .contenedor-imagen .foto-n3 {
  background-image: url(assets/img/csm_Level_One_SAM_Kranium_04_342e49bd1c.jpeg);
}
#linea1productos .contenedor-imagen .foto-i1 {
  background-image: url(assets/img/L1_MI_Orthognathics_Instruments_1200x610.jpeg);
}
#linea1productos .contenedor-imagen .foto-i2 {
  background-image: url(assets/img/csm_Surgical_instruments_CMF_surgery_735x370_18_e8c1bd5a8b.jpeg);
}
#linea1productos .contenedor-imagen .foto-i3 {
  background-image: url(assets/img/csm_Neurosurgery_Instruments_general_04_065c0bdc4f.jpeg);
}
#linea1productos .contenedor-imagen .foto-i4 {
  background-image: url(assets/img/csm_Surgical_instruments_dental_and_oral_surgery_1920x495_03_3d0327831e.jpeg);
}
#linea1productos .contenedor-imagen .foto-i5 {
  background-image: url(assets/img/csm_Surgical_instruments_hand_surgery.jpeg);
}
#linea1productos .contenedor-imagen .foto-i6 {
  background-image: url(assets/img/csm_Neurosurgery_Instruments_Rongeurs_title.jpg);
}
#linea1productos .contenedor-imagen .foto-co1 {
  background-image: url(assets/img/HM_vercatalogo.png);
}
#linea1productos .contenedor-imagen {
  display: block;
  position: relative;
}
#linea1productos .imagen {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 22rem;
  flex-grow: 1;
  background-clip: content-box;
  transition: 500ms;
}
#linea1productos .imagen .btn {
  background-color: #474747;
  background-color: #c0c0c0;
  border: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#linea1productos .imagen:hover {
  scale: 110%;
}
#linea1productos .contenedor-texto {
  margin: 0;
  display: flex;
  height: 22rem;
}
#linea1productos .body-card {
  width: 100%;
  text-align: left;
  padding: 50px 30px;
  display: block;
  position: relative;
}
#linea1productos .body-card h6 {
  font-size: 14px;
  font-weight: 800;
}
#linea1productos .body-card h3 {
  font-size: 26px;
  font-weight: 700;
  padding: 10px 0;
}
#linea1productos .body-card h4 {
  font-size: 20px;
  font-size: 500;
}
#linea1productos footer {
  justify-content: end;
  bottom: 0px;
}
#linea1productos .card-lineaproducto:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3333333333);
}
#linea1productos .btn-producto {
  background-color: #e20303;
  border-radius: 5px;
  padding: 3px 12px;
  border: none;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  float: right;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.0666666667);
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#linea1productos .btn-producto a {
  text-decoration: none;
  color: white;
}
#linea1productos .btn-producto:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3333333333);
  background-color: #ca0000;
}
#linea1productos footer {
  padding-top: 20px;
}

/* modal detalle producto*/
/* modal linea1*/
#exampleModalc1 .modal-c1 {
  background-image: url(assets/img/1-0.jpg);
}

#exampleModalc2 .modal-c2 {
  background-image: url(assets/img/1-5.jpg);
}

#exampleModalc3 .modal-c3 {
  background-image: url(assets/img/2-0.jpg);
}

#exampleModalc4 .modal-c4 {
  background-image: url(assets/img/midface.jpg);
}

#exampleModalc5 .modal-c5 {
  background-image: url(assets/img/orbital.jpg);
}

#exampleModalc6 .modal-c6 {
  background-image: url(assets/img/2-3.jpg);
}

#exampleModalc7 .modal-c7 {
  background-image: url(assets/img/2-7.jpg);
}

#exampleModalc8 .modal-c8 {
  background-image: url(assets/img/csm_Zurich_distractor_1920x495_04_9b583b4f71.jpeg);
}

/* modal linea2*/
#exampleModalip1 .modal-ip1 {
  background-image: url(assets/img/csm_IPS_Implants_TMJ_Prosthesis_Prothese_Header735x413_62df9abb1f.jpeg);
}

#exampleModalip2 .modal-ip2 {
  background-image: url(assets/img/csm_IPS_preprosthetic_735x370_02_f6e33ca063.jpeg);
}

#exampleModalip3 .modal-ip3 {
  background-image: url(assets/img/csm_IPS_Orthognathics_735x370_05_25b4218c3f.jpeg);
}

#exampleModalip4 .modal-ip4 {
  background-image: url(assets/img/csm_IPS_mandible_735x370_08_9d68393986.jpeg);
}

#exampleModalip5 .modal-ip5 {
  background-image: url(assets/img/csm_IPS_Implants_Cranium_735x370_ec260e133b.jpeg);
}

#exampleModalip6 .modal-ip6 {
  background-image: url(assets/img/csm_IPS_midface_735x370_02_82e5935b71.jpeg);
}

#exampleModalip7 .modal-ip7 {
  background-image: url(assets/img/csm_IPS_Implants_Transformation_735x370_215e84d90d.jpeg);
}

#exampleModalip8 .modal-ip8 {
  background-image: url(assets/img/csm_App_distraktor_right_transparent_IPSDistraction_735x370px_02_36ebe030aa.jpeg);
}

#exampleModalip9 .modal-ip9 {
  background-image: url(assets/img/IPS.jpg);
}

/* modal linea3*/
#exampleModaln1 .modal-n1 {
  background-image: url(assets/img/csm_Resorbable_osteosynthesis_SonicWeld_Rx_735x370_18_d1202b1a60.jpeg);
}

#exampleModaln2 .modal-n2 {
  background-image: url(assets/img/csm_Level_One_Flap_Fix_Kit_Kranium_03_76395de21b.jpeg);
}

#exampleModaln3 .modal-n3 {
  background-image: url(assets/img/csm_Level_One_SAM_Kranium_04_342e49bd1c.jpeg);
}

/* modal linea4*/
#exampleModali1 .modal-i1 {
  background-image: url(assets/img/L1_MI_Orthognathics_Instruments_1200x610.jpeg);
}

#exampleModali2 .modal-i2 {
  background-image: url(assets/img/csm_Surgical_instruments_CMF_surgery_735x370_18_e8c1bd5a8b.jpeg);
}

#exampleModali3 .modal-i3 {
  background-image: url(assets/img/csm_Neurosurgery_Instruments_general_04_065c0bdc4f.jpeg);
}

#exampleModali4 .modal-i4 {
  background-image: url(assets/img/csm_Surgical_instruments_dental_and_oral_surgery_1920x495_03_3d0327831e.jpeg);
}

#exampleModali5 .modal-i5 {
  background-image: url(assets/img/csm_Surgical_instruments_hand_surgery.jpeg);
}

#exampleModali6 .modal-i6 {
  background-image: url(assets/img/csm_Neurosurgery_Instruments_Rongeurs_title.jpg);
}

/* modal linea6*/
#exampleModalco1 .modal-co1 {
  background-image: url(assets/img/HM_vercatalogo.png);
}

.modal-producto {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 20rem;
  transition: 500ms;
}

.modal-footer .btn-secondary {
  font-size: 0.8rem;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-title {
  font-weight: 700;
  color: #1f2124;
}

.float-wa {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

#nosotros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #1f2124;
  background-color: #272727;
  padding: 60px 0;
}
#nosotros .titulo {
  margin: 0 auto;
  width: 950px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 0 15px 0 0;
}
#nosotros .titulo h1 {
  font-size: 2.6rem;
  font-weight: 800;
  color: white;
}
#nosotros .contenedor-nosotros {
  width: 950px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 90px;
}
#nosotros .contenedor-nosotros .contenedor-texto {
  background-color: none;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#nosotros .contenedor-nosotros .contenedor-texto h2 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 800;
  color: white;
  padding-bottom: 15px;
}
#nosotros .contenedor-nosotros .contenedor-texto h4 {
  font-size: 1.1rem;
  color: whitesmoke;
  line-height: 1.5;
  text-align: justify;
}
#nosotros .contenedor-nosotros .contenedor-imagen {
  display: flex;
  justify-content: center;
  height: auto;
  align-items: center;
  background-color: none;
}
#nosotros .contenedor-nosotros .contenedor-imagen .imagen-1 {
  background-image: url(assets/img/csm_Header_image_video_1920x875_d698852eb1.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  height: 28rem;
  flex-grow: 1;
  background-clip: content-box;
  border-radius: 12px;
}
#nosotros .contenedor-nosotros .contenedor-imagen .imagen-2 {
  background-image: url(assets/img/header-operacion.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
  height: 28rem;
  flex-grow: 1;
  background-clip: content-box;
  border-radius: 12px;
}
#nosotros .contenedor-nosotros .contenedor-imagen .logo1 {
  background-image: url(assets/img/OST_nuevo\ logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 93px;
  justify-content: center;
}
#nosotros .contenedor-nosotros .contenedor-imagen .marco {
  background-color: white;
  border-radius: 12px;
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18rem;
}

#nosotros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #1f2124;
  background-color: #272727;
  padding: 60px 0;
}
#nosotros .contenedor-nosotros2 {
  width: 950px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
  gap: 10px;
  padding-top: 90px;
}
#nosotros .contenedor-nosotros2 .contenedor-texto {
  background-color: none;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#nosotros .contenedor-nosotros2 .contenedor-texto h2 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 800;
  color: white;
  padding-bottom: 15px;
}
#nosotros .contenedor-nosotros2 .contenedor-texto h4 {
  font-size: 1.1rem;
  color: whitesmoke;
  line-height: 1.5;
  text-align: justify;
}
#nosotros .contenedor-nosotros2 .contenedor-texto .link {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  list-style: none;
  text-decoration: none;
  color: white;
}

#nosotros .alinear {
  flex-wrap: wrap-reverse;
}

#formulario {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  background-color: #cfcfcf;
  justify-content: center;
  padding: 20px;
  background-image: url(assets/img/csm_Innovation_1920x875_04_edc56db414.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.contenedor-formulario {
  width: auto;
  background-color: #cfcfcf;
  border-radius: 12px;
  padding: 20px 40px;
  justify-content: center;
  margin: 100px 0;
}

#formulario .titulo {
  font-size: 2rem;
  font-weight: 700;
  margin: 40px 0;
  color: #1f2124;
  text-align: center;
}

.casilla {
  padding: 5px 0;
  justify-content: center;
}

.form-label {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2124;
}

#formulario .btn-contacto {
  text-align: right;
}

#formulario .btn-contacto .botonenviar {
  background-color: #e20303;
  border-radius: 5px;
  padding: 3px 12px;
  border: none;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.0666666667);
  margin-top: 30px;
}

#formulario .btn-contacto .botonenviar:hover {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.3333333333);
  background-color: #ca0000;
}

#privacidad {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #1f2124;
  justify-content: center;
}
#privacidad .parrafo {
  margin: 0 auto;
  width: 950px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 0 15px;
}
#privacidad .parrafo h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #474747;
  color: whitesmoke;
  margin-bottom: 50px;
}
#privacidad .parrafo h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  padding-top: 20px;
}
#privacidad .parrafo h5 {
  font-size: 1rem;
  color: whitesmoke;
  line-height: 1.5;
  text-align: justify;
  text-decoration: none;
  list-style: none;
}

@media screen and (max-width: 550px) {
  #headerlinea {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  #headerlinea .imagen {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  #nosotros {
    padding: 25px;
    align-items: center;
  }
}
@media screen and (max-width: 550px) {
  #nosotros .contenedor-nosotros .contenedor-imagen {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 550px) {
  #nosotros .contenedor-nosotros .hola {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 550px) {
  #nosotros .contenedor-nosotros .marco {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #nosotros .contenedor-nosotros .imagen-2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  #nosotros .contenedor-nosotros2 .contenedor-texto h2 {
    text-align: none;
  }
}
@media screen and (max-width: 550px) {
  #formulario {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos {
    background-color: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .titulo {
    width: 90%;
    padding: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .titulo .marco-titulo {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-content: center;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .titulo .alinear {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .titulo .marco-titulo {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .titulo .marco-titulo .marco-logo {
    position: absolute;
    right: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .titulo .marco-titulo h1 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .barra-menu {
    margin: 0;
    padding: 0;
    width: 90%;
    padding-top: 50px;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .contenedor-card .card-lineaproducto {
    width: 95%;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .contenedor-card {
    width: 95%;
  }
}
@media screen and (max-width: 550px) {
  #linea1productos .contenedor-texto {
    width: 100%;
    height: 18rem;
  }
}
@media screen and (max-width: 550px) {
  #modulo {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 550px) {
  #modulo .fondop {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 550px) {
  #modulo .fondop .contenedor-texto {
    width: 90%;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #modulo .fondop .contenedor-texto h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  #modulo .fondo3 {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 550px) {
  #modulo .fondo3 .video-container {
    width: 90%;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #modulo .fondo3 .contenedor-texto3 {
    width: 90%;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #modulo .ajustar {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 550px) {
  #modulovideo {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 550px) {
  #modulovideo .videofondo {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 550px) {
  #modulovideo .contenedor .contenedor-texto {
    width: 90%;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  #modulovideo .contenedor .contenedor-texto .body-card {
    height: 21rem;
  }
}
@media screen and (max-width: 550px) {
  #modulovideo .contenedor .contenedor-texto2 {
    width: 90%;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  #modulovideo .contenedor .contenedor-texto2 .body-card2 {
    height: 22rem;
  }
}
@media screen and (max-width: 550px) {
  #modulo .video-container {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  #modulo .alinear {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #marcas {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 550px) {
  #marcas .contenedor-logos {
    flex-direction: column;
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  #marcas .marca1 {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 550px) {
  #marcas .contenedor-logos .marca1 .logo-1 {
    width: 300px;
    height: 71px;
  }
}
@media screen and (max-width: 550px) {
  #marcas .contenedor-logos .marca1 .logo-2 {
    width: 300px;
    height: 82px;
  }
}
@media screen and (max-width: 550px) {
  #piedepagina {
    padding-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  #privacidad .parrafo {
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  #navbarSupportedContent {
    background-color: whitesmoke;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  #navbarSupportedContent .nav-item {
    padding-top: 10px;
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
