/* These styles are generated from project.scss. */

body{
  margin-bottom: 3em;
}

/* Estilos boton flotante volver a amesti/inicio */

.volver{
  position: fixed;
  bottom: 0px;
  width: 100%;
  color: white;
  background-color: #03a6e1;
  margin: 2em;
  text-align: center;
  margin: 0;
  padding: 1em;
}
.volver a{
  color: white;
  text-decoration: none;
  text-align: center;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.ul-menu-home li{
  margin: 2em auto;
  font-size: 1.5rem;
}

.ul-menu-home li a{
  text-decoration: none;
  color: black;
}

.ul-menu-home li a:hover{
  color: #03a6e1;
}

/*  CSS Base */

.alert {
  margin-bottom: 0;
  border: none;
  border-radius: 0px;
}

.item-menu a{
  font-weight: 400;
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
}

.item-menu a:hover{
  font-weight: 400;
  text-decoration: none;
  color: #03a6e1;
  font-size: 1.5rem;
}
.item-menu p{
  color: #9c9c9c;
}

.nav-link{
  color: black;
}

.articulo-ipa{
  text-align: initial;
  margin: 2em;
}

.articulo-ipa a{
  text-decoration: none;
}

.articulo-ipa img{
  width: 100%;
}

.imagen-blog img{
  max-height: 17em;
  margin: 1em auto;
}

.articulo-item{
  border-bottom: solid 1px #949494;

}

.articulo-item:hover{
  background-color: #f2f2f2;

}

.container-fluid h2{
  margin-top: 1em;
}


/* estilo ficha utilizado en ficha cliente y postventas. */

.link-detalle-postventas{
  text-decoration: none;
  color: black;
}

.ficha-detalle{
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.botones-detalle{
  display: flex;
  justify-content: center;
}

.ficha{
  margin: 0;
}

.btn-acceder{
  color: white !important;
  background-color: #03a6e1;
  padding: 1em 1.5em;
  text-decoration: none;
  margin-top: 1em;
}

.ficha a{
  text-decoration: none;
  color: black;
}

.nombre{
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.detalle{
  color: rgb(124, 124, 124);
}

.detalle p{
  margin-bottom: 0;
}

.detalle strong{
  color: black;
}

.container{
  margin-bottom: 3em
}

.search-form{
  display: flex;
  margin: 1em 2em;
  border: solid 2px rgb(124, 124, 124);
  justify-content: space-between;
  width: 70%;
}

.search-input{
  border: none;
  width: 100%;
}

.search-button{
  background-color: white;
  border: none;
}

.categorias-academia{
  margin-top: 1em;
}

/* Estilos Articulos IPA*/

.articulo{
  max-width: 1200px;
  margin-top: 1em;
}