* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  font-family: sans-serif;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

p a {
  display: inline;
}
li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(./assets/background/fondo.webp);
  background-size: cover;
}
/* ------------------------Header------------------------------ */
.header {
  width: 80%;
  max-width: 1100px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* background-color: red; */
  display: flex;
  border-radius: 20px;
  padding: 20px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ffff;
  margin-top: 10px;
}

.header-logo {
  margin-right: 20px;
  object-fit: cover;
  width: 180px;
}

.header .menu {
  margin-left: 100px;
  width: 50%;

  backdrop-filter: blur(50px);

  /* background-color: blueviolet; */
}

.header .menu-ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.header .li {
  margin: 0.5em;
}

.header .button {
  display: none;
}

/* -----------------------banner---------------------- */
.banner-container {
  margin-top: 20px;
  display: flex;
  width: 80%;
  max-width: 1366px;
  height: 500px;

  /* background-color: red; */
}

.banner-texto {
  /* background-color: rebeccapurple; */
  padding: 10% 10%;
  width: 50%;
  color: #123467;
  font-size: 20px;
}
.banner-texto .texto-banner {
  width: 350px;
  /* background-color: red; */
}
.banner-texto .titulo-banner {
  font-size: 60px;
}

.banner-imagen {
  /* background-color: red; */
  width: 50%;
}
.container-img {
  /* background-color: aquamarine; */
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.imagen-fondo {
  height: 350px;
  width: 450px;
  position: absolute;
  z-index: 1;
  margin-bottom: 130px;
  margin-left: 70px;
}
.imagen-superior {
  width: 350px;
  height: 250px;
  position: absolute;
  z-index: 2;
  margin-top: 150px;
  margin-right: 100px;
}
/* ---------------------hemodiasisis------------------------------------- */
.hemo {
  width: 80%;
  height: 100%;
  max-width: 1366px;
  /* background-color: aqua; */
  display: flex;
}
.hemo .hemo-imagen {
  padding: 30px;
  width: 100%;
  height: 100%;
  /* background-color: #3e96fc; */
}
.hemo .pasillo {
  width: 90%;
  height: 100%;
}

.hemo .info-hemo {
  padding: 30px;
}
.info-hemo .titulo-hemo {
  padding-bottom: 10px;
  font-size: 40px;
}

.info-hemo .descripcion-hemo {
  font-size: 20px;
  width: 100%;
  max-width: 650px;
  color: #a7a7a7;
}
.hemo-servicios {
  /* background-color: red; */
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hemo-servicios > p {
  font-size: 20px;
  color: #a7a7a7;
}

.button-hemo {
  font-size: 20px;
  color: white;
  background-color: #3e96fc;
  width: 160px;
  height: 40px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
}
/* ---------------------------Servicios----------------------- */
.services {
  width: 80%;
  height: 100%;
  /* background-color: #f8f9fb; */
  max-width: 1366px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
  margin-top: 50px;
}

.services-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  /* background-color: #123467; */
  justify-content: center;
}
.serivces-title {
  text-align: center;
  font-size: 60px;
}
.services-text {
  text-align: center;
  margin-top: 10px;
}
/* Forma en donde le damos grap */
.services-card {
  width: 100%;
  height: 100%;
  /* background-color: red; */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 15px;
  gap: 45px;
}

.card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 400px;
  height: 300px;
  padding: 30px;

  /* background-color: #8f4f4f; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.info-card {
  margin-top: 30px;
}

.title-card {
  font-size: 25px;
}

.bi {
  color: #123467;
  font-size: 70px;
}

/* --------------------Tecnologia---------------------------------------- */
.tecnlogia {
  width: 80%;
  height: 500px;
  margin-top: 70px;
  background-image: url(./assets/background/tecnlogia.png);
  background-size: cover;
  display: flex;
  flex-direction: row;
}

.tecnlogia .tecnlogia-info {
  padding: 100px;
  height: 100%;
}
.tecnlogia-titulo {
  color: #123467;
  font-size: 60px;
}
.tecnlogia-texto {
  color: #123467;
  padding-top: 2%;
  font-size: 25px;
}

.tecnlogia .tecnlogia-img {
  width: 100%;
  height: 100%;
  /* margin-top: 180px;
  margin-left: 270px; */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.tecnlogia .tecnlogia-img-maquina {
  width: 550px;
  height: 600px;
}

/* ---------------------------footer------------------------------- */
.footer {
  /* border-top: 1px solid black; */
  margin-top: 30px;
  width: 100%;
  height: 100%;
  /* background-color: #fff; */
  padding: 50px;
}
.footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */
  height: 100%;
  flex-wrap: wrap;
  border-bottom: 2px solid #b2b2b2;
  padding-bottom: 10px;
}
.footer-logo {
  width: 150px;
  height: 100%;
  /* background-color: #123467; */
}
.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-info {
  /* background-color: blue; */

  display: flex;
  flex-direction: row;
  width: 50%;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.redes-sociales {
  display: flex;
  flex-direction: row;
  width: 100px;
  height: 100%;
  /* background-color: #3e96fc; */
  justify-content: center;
}
.redes-sociales a {
  font-size: 20px;
  padding: 5px;
}

.footer-termino {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 10px;
}

/* -------------------------equipo-------------------- */

.equipo {
  /* background-color: red; */
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.equipo-titulos {
  /* background-color: blue; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 25px;
}

.equipo-titulos h2,
.equipo-titulo h1 {
  color: #3e96fc;
}

.equipo-card {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
}

.card-team {
  text-align: center;
  background: #ffffff60;
  backdrop-filter: blur(1px);
  width: 300px;
  padding: 15px 10px;
  margin: 10px 5px;
  border-radius: 25px;
  /* transition: all 0.8s ease-in-out; */
}

.card-team:hover {
  box-shadow: 0px 0px 5px 0px rgba(62, 150, 252, 1);
  background: rgba(62, 151, 252, 0.068);
  transition: all 0.8s ease-in-out;
}

/* -------------------instlaciones---------------- */
.instlaciones {
  margin-top: 80px;
  width: 80%;
  height: 100%;
  /* background-color: red; */
  display: flex;
  flex-direction: column;

  align-items: center;
}
.instlaciones h1 {
  color: #123467;
  font-size: 35px;
}

.instalciones-imagenes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-items: center;
  margin-top: 40px;
}

.imagen-centro {
  grid-column: 2/ 3;
  grid-row: 1/ 3;
}

/* --------citas------- */
.cita {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  /* background-color: red; */
}
.cita-imagen {
  width: 50%;
}

.cita-lineas {
  width: 100%;
  height: 100%;
}
.cita-formulario {
  width: 50%;
  padding: 100px;
}
.cita-formulario h3 {
  color: #123467;
  font-size: 25px;
}
.cita-formulario p {
  margin-top: 10px;
  color: #646363;
}
.cita-form {
  margin-top: 15px;
}
.input-cita {
  border: 2px solid #234ca7;
  border-radius: 10px;
  font-size: 15px;
  height: 35px;
  margin-top: 5px;
  text-indent: 15px;
}

.cita-boton {
  border-radius: 10px;
  background-color: #234ca7;
  color: white;
  margin-top: 50px;
  font-size: 15px;
  width: 250px;
  height: 40px;
}

/* --------------------------------------------medias--------------------------------------- */

@media (max-width: 1600px) {
  .tecnlogia .tecnlogia-info {
    padding: 50px;
  }
  .tecnlogia-titulo {
    color: #123467;
    font-size: 40px;
  }
  .tecnlogia .tecnlogia-img-maquina {
    width: 450px;
    height: 550px;
  }
}
@media (max-width: 1460px) {
  .cita-formulario {
    width: 50%;
    padding: 40px;
  }
}

@media (max-width: 1224px) {
  .hemo {
    flex-direction: column;
  }

  .hemo .info-hemo {
    padding: 0px;
  }
  .hemo .hemo-imagen {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hemo .pasillo {
    width: 90%;
    height: 90%;
  }
  .info-hemo .titulo-hemo {
    padding-bottom: 10px;
    font-size: 40px;
  }
  /* -----Tecnlogia---- */
  .tecnlogia .tecnlogia-info {
    padding: 50px;
  }
  .tecnlogia-titulo {
    color: #123467;
    font-size: 30px;
  }
  .tecnlogia-texto {
    color: #123467;
    padding-top: 2%;
    font-size: 20px;
  }
  .tecnlogia .tecnlogia-img-maquina {
    width: 400px;
    height: 500px;
  }
  .instalciones-imagenes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .imagen-centro {
    grid-column: 2/ 3;
    grid-row: 1/ 3;
  }

  .cita-formulario {
    width: 70%;
    padding: 0;
  }
  .input-cita {
    margin-top: 10px;
    border: 2px solid #234ca7;
    border-radius: 10px;
    font-size: 15px;
    height: 35px;
  }
}

@media (max-width: 1160px) {
  .banner-container {
    display: flex;
    width: 80%;
    height: 400px;

    /* background-color: red; */
  }
  .banner-texto {
    /* background-color: rebeccapurple; */
    padding: 0;
    width: 50%;
  }
  .container-img {
    /* background-color: aquamarine; */
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .container-img {
    /* background-color: aquamarine; */
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .imagen-fondo {
    height: 250px;
    width: 350px;
    position: absolute;
    z-index: 1;
    margin-bottom: 130px;
    margin-left: 150px;
  }
  .imagen-superior {
    width: 250px;
    height: 150px;
    position: absolute;
    z-index: 2;

    margin-left: 100px;
    margin-bottom: 80px;
  }

  /* --tecnlogia */
  .tecnlogia-texto {
    color: #123467;
    padding-top: 2%;
    font-size: 18px;
  }
  .instalciones-imagenes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .instalciones-imagenes > img {
    max-width: 350px;
    width: 100%;
    height: 350px;
  }

  .imagen-centro {
    grid-column: 2/ 2;
    grid-row: 2/ 3;
  }
}

@media (max-width: 865px) {
  .header {
    width: 100%;
  }
  .header-logo {
    margin-right: 20px;
    object-fit: cover;
    width: 180px;
  }

  .header .menu {
    width: 100%;
    display: none;
    /* background-color: blueviolet; */
    height: 0;
    transition: all 0.5s ease;
  }

  .header .menu.activo {
    width: 100%;
    display: block;
    /* background-color: blueviolet; */
    margin-left: 0px;
    height: 14vh;
  }
  .header .menu-ul {
    flex-direction: column;
  }

  .header .li {
    text-align: center;
    margin: 0.5em;
    width: 100%;
    height: 20px;
  }

  .header li:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .header .button {
    display: block;
    margin-right: 20px;
    background-color: white;
  }
  /* ----------------------banner-------------------- */
  .banner-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
    width: 80%;
    height: 800px;

    /* background-color: red; */
  }
  .banner-texto {
    /* background-color: rebeccapurple; */
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .banner-texto .titulo-banner {
    font-size: 50px;
    text-align: center;
    /* background-color: aqua;  */
  }
  .banner-texto .texto-banner {
    width: 100%;
    text-align: center;
    /* background-color: red; */
  }
  .container-img {
    /* background-color: aquamarine; */
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;

    justify-content: center;
  }

  .imagen-fondo {
    height: 350px;
    width: 450px;
    position: absolute;
    z-index: 1;
  }
  .imagen-superior {
    width: 350px;
    height: 250px;
    position: absolute;
    z-index: 2;
    margin-right: 120px;
  }
  .hemo {
    width: 80%;
  }

  /* -----tecnlogia---- */

  .tecnlogia {
    width: 80%;
    height: 100%;
    margin-top: 50px;
    /* background-image: url(./assets/background/tecnlogia.png); */
    display: flex;
    flex-direction: column-reverse;
  }

  .tecnlogia .tecnlogia-info {
    padding: 50px;
  }
  .tecnlogia-titulo {
    color: #123467;
    font-size: 30px;
  }
  .tecnlogia-texto {
    color: #123467;
    padding-top: 2%;
    font-size: 20px;
  }
  .tecnlogia .tecnlogia-img {
    width: 100%;
    height: 100%;
    /* margin-top: 180px;
    margin-left: 270px; */

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tecnlogia .tecnlogia-img-maquina {
    width: 400px;
    height: 500px;
  }

  .cita {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
  }
  .cita-imagen {
    width: 100%;
    height: 300px;
  }

  .cita-lineas {
    width: 100%;
    height: 100%;
  }
  .cita-formulario {
    width: 100%;
    padding: 100px;
  }
  .cita-formulario p {
    margin-top: 10px;
  }

  .input-cita {
    margin-top: 10px;
    border: 2px solid #234ca7;
    border-radius: 10px;
    font-size: 15px;
    height: 35px;
  }
  .cita {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
  }
  .cita-formulario {
    width: 100%;
    padding: 100px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .banner-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: 500px;

    /* background-color: red; */
  }
  .banner-texto {
    /* background-color: rebeccapurple; */
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner-texto .titulo-banner {
    font-size: 40px;
    text-align: center;
    /* background-color: aqua;  */
  }
  .banner-texto .texto-banner {
    font-size: 20px;
    text-align: center;
    /* background-color: aqua;  */
  }
  .container-img {
    /* background-color: aquamarine; */
    position: relative;

    width: 80%;
    display: flex;
    align-items: flex-end;
  }
  .imagen-fondo {
    height: 150px;
    width: 220px;
    position: absolute;
    z-index: 1;
  }
  .imagen-superior {
    width: 150px;
    height: 100px;
    position: absolute;
    z-index: 2;
  }
  .instalciones-imagenes {
    display: flex;
    flex-direction: column;
  }

  .imagen-centro {
    grid-column: 2/ 3;
    grid-row: 1/ 3;
  }
  .cita {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
  }
  .cita-formulario {
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 416px) {
  .imagen-fondo {
    height: 150px;
    width: 200px;
    position: absolute;
    z-index: 1;
  }
  .imagen-superior {
    width: 140px;
    height: 90px;
    position: absolute;
    z-index: 2;
  }
  .banner-texto .titulo-banner {
    font-size: 30px;
    text-align: center;
    /* background-color: aqua;  */
  }

  .tecnlogia .tecnlogia-info {
    padding: 5px;
  }
  .tecnlogia-titulo {
    color: #123467;
    font-size: 30px;
    text-align: center;
  }
  .tecnlogia .tecnlogia-img-maquina {
    width: 300px;
    height: 400px;
  }
  /* --------footer--- */
  .footer-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    height: 100%;
    width: 100%;

    flex-wrap: wrap;
    border-bottom: 20px solid #0000;
  }
  .footer-logo {
    width: 100%;
    height: 100%;
    /* background-color: #123467; */
  }
  .footer-logo img {
    width: 100%;
    height: 100%;
  }

  .footer-info {
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .redes-sociales {
    display: flex;
    flex-direction: row;
    width: 100px;
    height: 100%;
    /* background-color: #3e96fc; */
    justify-content: center;
  }
  .redes-sociales a {
    font-size: 20px;
    padding: 5px;
  }

  .footer-termino {
    display: flex;
    flex-wrap: wrap;
  }
}
