.seccion-fds {
  padding: 90px 0 90px;
  position: relative;
  z-index: 2;
}
.seccion-fds .container {
  z-index: 4;
  position: relative;
}
.seccion-fds h2{
  margin-bottom: 30px;
}
.icono-flor {
  width: 54px;
  margin-right: 20px;
}
.banner-fds-wrapper {
  background: url(../img/fds/fds-bg-banner-d.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  padding: 30px 40px;
  overflow: hidden;
  margin: auto;
}
.rowBanner-fds {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.banner-fds-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.banner-fds-info h3 {
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
}
.banner-fds-info h3 span{
  color: #3ea9f1;
  font-size: 80%;
}
.soloM{
  display: none;
}
.seccion-fds h2 br{
  display: none;
}
.fds-marker-d {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.corner-left-fds {
  position: absolute;
  top: -230px;
  left: 0;
  width: 400px;
  height: auto;
}
.corner-left-fds img{
  width: 100%;
  height: auto;
}
.corner-right-fds {
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: auto;
}
.corner-right-fds img{
  width: 100%;
  height: auto;
}
.fds-marker-m{
  display: none;
}
.seccion-cuenta .only-text {
  padding: 0 0 20px;
}

@media (max-width: 1600px) {
  .corner-left-fds {
    position: absolute;
    top: -165px;
    left: 0;
    width: 290px;
    height: auto;
}
  .corner-right-fds {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
    height: auto;
  }
}

@media (max-width: 1280px) {
.seccion-fds h2 br{
  display: block;
}
}
@media (max-width: 1024px) {
.corner-left-fds {
    position: absolute;
    top: -131px;
    left: 0;
    width: 230px;
    height: auto;  
}
.corner-right-fds {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: auto;
}
}
@media (max-width: 768px) {
  .seccion-fds h2 {
    margin-bottom: 60px;
}
.seccion-fds h2 br{
  display: block;
}
  .soloD{
    display: none;
  }
  .soloM{
    display: block;
  }
.banner-fds-wrapper {
  background: url(../img/fds/fds-bg-banner-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  padding: 0 40px 80px;
  overflow: visible;
  margin: auto;
}
.rowBanner-fds {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.banner-fds-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.banner-fds-info h3 {
  margin: 0;
  text-align: center;
  margin: 30px 0 50px;
}
.icono-flor {
  width: 54px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -12px;
}
.seccion-cuenta .only-text {
  padding: 0;
}
}
@media (max-width: 720px) {
  .fds-marker-d{
    display: none;
  }
  .fds-marker-m {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    margin-top: -20%;
    margin-bottom: -10%;
  }
  .fds-marker-m img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}  
@media (max-width: 500px) {
  .banner-fds-info h3 {
    margin: 0;
    text-align: center;
    margin: 30px 0 36px;
  }
}