.m-30{
  margin: 0 0 30px;
}
.crosslinking .sec1 {
  padding: 70px 10%;
  background: url("../img/servicios/crosslinking/doctor-enrique-barragan-cirujias-banner.webp") center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--morado-f);
}
.crosslinking .sec1 h1 {
  color: var(--blanco);
  font-weight: 700;
}
.crosslinking .sec1 h1 span {
  color: var(--verde);
}
.crosslinking .sec7 {
  margin-top: 9%;
  margin-bottom: 10%;
}
.crosslinking .sec7 .col-md-6 {
  position: relative;
}
.crosslinking .sec7 .col-md-6 img {
  position: absolute;
  width: 85%;
  top: -115px;
  right: 15%;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.crosslinking .sec7 .col-md-6 h3 {
  color: var(--morado);
  font-weight: 600;
  margin: 0 0 30px;
}
.crosslinking .sec2 {
  margin-top: 9%;
  margin-bottom: 10%;
}
.crosslinking .sec2 .col-md-6 {
  position: relative;
}
.crosslinking .sec2 .col-md-6 img {
  position: absolute;
  width: 85%;
  top: -115px;
  right: 15%;
  display: block;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.crosslinking .sec2 .col-md-6 h3 {
  color: var(--morado);
  font-weight: 600;
  margin: 0 0 30px;
}
.crosslinking .sec3 {
  padding: 60px 18%;
}
.crosslinking .sec3 h3 {
  margin: 0 auto 30px;
}
.crosslinking .sec3 p {
  margin-bottom: 20px;
}
.crosslinking .sec3 img {
  display: block;
  width: 100%;
  margin: 30px auto;
}
.crosslinking .sec3 h4 {
  color: var(--morado);
  font-weight: 700 !important;
  font-size: 1.2rem;
  margin: 10px auto 20px;
}
.crosslinking .sec3 ul li {
  color: var(--verde);
}
.crosslinking .sec3 ul li span {
  color: var(--negro);
}
.crosslinking .sec4 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 50px 10%;
}
.crosslinking .sec4 img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
.crosslinking .sec4 .text-card {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  border: 5px solid var(--morado);
  padding: 20px;
  min-height: 350px;
  position: relative;
}
.crosslinking .sec4 .text-card h3 {
  margin: 0 0 20px;
}
.crosslinking .sec4 .text-card a {
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.crosslinking .sec5 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 50px 10%;
}
.crosslinking .sec5 iframe {
  display: block;
  width: 100%;
  height: 500px;
  max-width: 900px;
  margin: auto;
}
.crosslinking .sec6 {
  background-image: url("../img/servicios/crosslinking/doctor-enrique-barragan-cirujias-banner-cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--morado-f);
}
.crosslinking .sec6 span {
  color: var(--verde);
  font-weight: 400;
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .crosslinking .sec2 .col-md-6 img {
    right: 0;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .crosslinking .sec3 {
    padding: 60px 6%;
  }
  .crosslinking .sec7 {
    margin-top: 6%;
  }
  .crosslinking .sec7 .col-md-6 img {
    top: 0px;
  }
  .crosslinking .sec2 .col-md-6 img {
    right: 0;
  }
  .crosslinking .sec4 .text-card {
    min-height: 400px;
  }
  .crosslinking .sec4 .text-card a {
    bottom: -65px;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .crosslinking .sec7 {
    margin-bottom: 0%;
  }
  .crosslinking .sec7.d-pad {
    padding: 20px 10%;
    margin-top: 0;
  }
  .crosslinking .sec7 .col-md-6 img {
    width: 90%;
    top: 0;
    position: unset;
    margin-bottom: 30px;
    max-width: 350px;
  }
  .crosslinking .sec7 .col-md-6 .btn-ctc {
    bottom: -80px;
  }
  .crosslinking .sec2.d-pad {
    padding: 20px 10%;
    margin-top: 0;
  }
  .crosslinking .sec2 .col-md-6 img {
    position: unset;
    width: 90%;
    top: -115px;
    right: 0;
    max-width: 350px;
  }
  .crosslinking .sec4 .text-card {
    min-height: 400px;
  }
  .crosslinking .sec4 .text-card a {
    bottom: -65px;
  }
}
@media (max-width: 426px) and (min-width: 0px) {
  .crosslinking .sec7 .col-md-6 img {
    position: unset;
    width: 100%;
  }
  .crosslinking .sec7 .col-md-6 .btn-ctc {
    position: unset;
    margin: auto;
    margin-top: 30px;
  }
  .crosslinking .sec4 .text-card {
    min-height: 350px;
    margin: 0px 0px 30px;
  }
  .crosslinking .sec4 .text-card a {
    bottom: -65px;
  }
}