* {
  margin: 0;
  padding: 0;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-CONTROL-POINT: */
.bg-warning,
.bg-primary,
.bg-danger {
  margin: 0;
  padding: 0;
  /* min-width: 100px; */
}

.bg-warning {
  height: 35rem;
  width: 40rem;
  /* margin-top: 20px; */
}
.bg-primary {
  /* height: 100%; */
  width: auto;
  /* border: solid orange 10px; */
}
.bg-danger {
  /* height: 100%; */
  width: auto;

  position: relative;
}
.bg-info{
  /* height: 100%; */
  width: auto;
}
.bg-secondary{
  /* height: 100%; */
  width: auto;
}
.bg-dark{
  /* height: 100%; */
  width: auto;
}
/* CONTENEDOR DIRECTO DE LA IMG */
/* .bg-light{
  height: 100%;
  width: auto;
} */


.cont-img {
  overflow: hidden;
  position: relative;
}

.cont-img img {
  /* height: 100%;
    width: auto; */
  /* height: 450px; */
  width: 250px;
}

/* ------------- */

.cont-img p {
  /* position: relative; */
  position: absolute;
  transform: translate(-50%, -50%);
  /* top: 50%; 
  left: 50%; */
  font-size: 1rem;
  word-spacing: 1px;
}

#carousel-a{
  /* background: yellow; */
}

#carousel-b{
  /* background: red; */
}

/* ÚNICO borde curvo de img de cabecera */
#carouselExampleCaptions img{
  /* background: darkblue; */
  /* border-radius: 0em 0em 13em 0em; */
}

