body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}
p {
  margin: 0px;
}
.drd {
  /* Dorado */
  color: #bc955c;
}
.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 75;
}
.Tctr {
  text-align: center;
}
.TituloArtic {
  color: #000000;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1em;
}
.SubTituloArtic {
  padding: 0.5em;
  color: #393c3e;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1em;
}
.TituloP {
  text-align: left;
  color: #272829;
  font-size: 3rem;
  padding: 10px 0px 10px 0px;
}
.PInfo {
  font-size: 2rem;
  font-weight: normal;
  color: #545454;
  text-align: justify;
  margin: 5px;
}
.PInfo a {
  text-decoration: none;
}

.ImgArtic {
  padding: 20px 0px 10px 0px;
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
}
.ImgArtic img {
  border-radius: 30px;
  margin: 1em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.ImgArtic p {
  padding: 3px;
  width: 100%;
  text-align: center;
  font-size: medium;
  align-items: center;
  flex-direction: column;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  align-items: center;
}
.ImgArticDoble {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  flex-direction: row;
}
.ImgArticSmall {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ImgArticSmall img {
  border-radius: 30px;
  margin: 0.5em;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.ImgArticSmall p {
  padding: 3px;
  font-size: medium;
  text-align: center;
}
.img-fluid2 {
  max-width: 50%;
  height: auto;
  align-items: center;
}

.JmbtrnCapacidades {
  width: 100%;
  padding: 1em;
}
.imgcap {
  display: flex;
  justify-content: center;
}
.TituloCapacidades {
  color: #000000;
  font-weight: bold;
  font-size: 5rem;
  line-height: 1em;
}
.SubTituloCapacidades {
  padding: 20px 0 20px 0;
  color: #393c3e;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1em;
}
.btn1 {
  background: #d3942f;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  padding: 0.5em 2em;
  border: 0;
}
.btn2 {
  background: #f8f9fa;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  padding: 0.5em 2em;
  border: 2px solid black;
}
.piso2 {
  background-color: #f4f4f4;
}
.Descripcion {
  padding: 1em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Dimg {
  display: flex;
  width: 30%;
  box-sizing: border-box;
}
.Dcontent {
  margin: 1em;
  width: 70%;
}

/*// Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 576px) {
}
/*// Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {
  .ImgArticDoble {
    flex-direction: column;
  }
  .ImgArticSmall {
    width: 100%;
  }
  .Dimg {
    width: 100%;
    background-color: aqua;
  }
}
