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

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

body {
  font-family: "Radio Canada Big", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.contenedor_body {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 3rem;
  color: #0052a3;
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1 > span {
  font-weight: 400;
  font-size: 2.5rem;
  color: #f5f5f5;
}

.titulo {
  display: none;
}

.logo {
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

.logo_login {
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

.chk_login {
  border-bottom: 1px solid #f0f0f0;
}
.chk_login_top {
  border-top: 1px solid #f0f0f0;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #3399ff;
  padding: 5px;
  height: 110px;
}

.header_login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px;
  height: 110px;
  margin-bottom: 20px;
  background-color: transparent;
}

.ingresar:hover {
  background-color: #3399ff;
  color: #fff;
}

h2 {
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  color: #000;
  text-shadow: 0 0 5px #3399ff;
}

h3 {
  font-size: 1.5rem;
  color: #000;
  border: none;
  padding: 5px;
  margin-top: 10px;
}

.cabecera {
  text-align: left;
}

.cabecera > div {
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  border-bottom: thin solid rgba(169, 0, 0, 0.336);
  cursor: pointer;
}

.cabecera > div > a {
  color: #000;
}

.navbar-nav > li {
  border-bottom: 1px solid #0052a3;
  width: 100%;
  padding: 10px;
}

.navbar-nav > li:hover {
  background-color: #3399ff;
  border-bottom: 1px solid #0052a3;
  width: 100%;
  padding: 10px;
}

.navbar-nav > li > a {
  color: #000;
  width: 100%;
}

@media screen and (min-width: 500px) {
  .titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
  }
  h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 5px;
  }
  h1 > span {
    margin-left: 10px;
    padding-top: 8px;
  }
}

li {
  list-style: none;
}

/****************************************/
/*********** Central ********************/
/****************************************/
.grid-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  background-color: #f0f0f0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.grid-boton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  /* background-color: #007bff; */
  text-decoration: none;
  border: 1px solid #0056b3;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.grid-boton:hover {
  background-color: #0056b3;
}

.txtBtn {
  text-align: center;
  font-size: 16px;
  color: #3399ff;
  padding: 5px;
  margin-top: 10px;
}

@media screen and (min-width: 900px) and (max-width: 3400px) {
  .grid-body {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .grid-container {
    grid-template-columns: repeat(6, 1fr);
  }
}

/****************************************/
/*********** Contenido carousel *********/
/****************************************/
.myCarouselMarcas {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  max-height: 150px;
  flex-direction: row;
  margin-top: 20px;
  border: 1px solid #000;
  margin: 10px;
}

#myCarouselMarcas {
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: 50%;
  --f-progress-color: transparent;
}

#myCarouselMarcas .f-carousel__slide {
  padding: 10px;
  background: linear-gradient(to top, rgb(134, 194, 255), white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.marcas {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 200px;
  height: 150px;
}

@media screen and (min-width: 991px) {
  #myCarouselMarcas {
    --f-carousel-spacing: 10px;
    --f-carousel-slide-width: 20%;
    --f-progress-color: transparent;
  }
}

/****************************************/
/*********** Especialistas **************/
/****************************************/

.volver {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 20px; */
  max-width: 80px;
  max-height: 80px;
}

.contenedor_body-especialistas {
  background-color: #a6d3ff;
}

.grid-body-esp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  background-color: #f0f0f0;
}

.grid-container-esp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.grid-boton-esp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  /* background-color: #007bff; */
  text-decoration: none;
  border: 1px solid #0056b3;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.grid-boton-esp:hover {
  background-color: #92c6ff;
}

.txtBtn-esp {
  text-align: center;
  font-size: 16px;
  color: #0056b3;
  padding: 5px;
  margin-top: 10px;
}

.myCarouselMarcas-esp {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  max-height: 150px;
  flex-direction: row;
  margin-top: 20px;
  border: 1px solid #000;
  margin: 10px;
}

#myCarouselMarcas-esp {
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: 50%;
  --f-progress-color: transparent;
}

#myCarouselMarcas-esp .f-carousel__slide {
  padding: 10px;
  background: linear-gradient(to top, rgb(112, 123, 52), white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.marcas-esp {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 50px;
  max-height: 60px;
}

@media screen and (min-width: 900px) and (max-width: 3400px) {
  .grid-body-esp {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
  }
  .grid-container-esp {
    grid-template-columns: repeat(3, 1fr);
  }
}

/****************************************/
/*********** Detalle Especialistas ******/
/****************************************/

.img-esp-detalle {
  width: 100%;

  border-radius: 50%;
  border: 1px solid #0056b3;
}

/****************************************/
/*********** botones contenedor *********/
/****************************************/

.botones_contenedor {
  width: 100%;
  height: calc(58px + 1rem);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  position: fixed;
  bottom: 0;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.botones_estilo {
  margin: auto;
  height: 58px;
  width: 96%;
  max-width: 440px;
}

.botones_nav {
  position: relative;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgb(255, 216, 216);
  border: 1px solid #3399ff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.25rem 0.5rem 0px;
}

.botones_link {
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0px;
  height: 50px;
  width: 50px;
}

.botones_link:hover {
  transform: scale(1.05) rotate(2deg);
}

.btn-turno {
  background: #3399ff;
  border: 1px solid #0080ff;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -1rem;
  height: 70px;
  width: 70px;
}

@media screen and (min-width: 991px) {
  .botones_contenedor {
    display: none;
  }
}

.redirigirOnline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 20px;

  border: 1px solid #0056b3;
  color: #a6d3ff;
  border-radius: 5px;
}

.redirigirOnline:hover {
  background-color: #92c6ff;
  color: #0056b3;
}

/****************************************/
/*********** Alimentos ******************/
/****************************************/

.alimentos {
  display: block;
  margin: 0 auto;
  max-width: 75%;
  height: auto;
}

/****************************************/
/*********** Turnos *********************/
/****************************************/

.lista-turnos .turno {
  border-bottom: 1px solid #e1e1e1;
  padding: 2rem;
  padding-bottom: 3rem;
 }
.cardTurnos{
  background: transparent;

}

/****************************************/
/*********** Consulta *******************/
/****************************************/

.formConsulta{
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #0056b3;
  border-radius: 10px;
  padding: 20px;
}

.lista-consultas{
  background: #ccc;
}
.eliminarConsulta{
  font-size: 35px;
  color: #FFFFFF;
}