#registrar-principal {
  padding-top: 0;
  padding-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#registrar-principal img {
  /* height: 60vh; */
  width: 100%;
  object-fit: cover;
  height: auto;
}

#registrar-principal .container {
}

@media screen and (max-width: 900px) {
  #registrar-principal {
  }

  #registrar-principal .container {
  }
}

section#contenido-pagos {
  padding-top: 45px;
  position: relative;
  overflow: hidden;
}

section#contenido-pagos:before {
  content: "";
  display: block;
  width: 120vw;
  position: absolute;
  height: 55%;
  transform: rotate(-6deg);
  top: 390px;
  background-color: #e5e6e6;
  left: -10vw;
}

section#contenido-pagos .title {
  font-size: 1.1rem;
}

section#contenido-pagos small {
  margin-bottom: 43px;
}

section#contenido-pagos .container {
  max-width: 600px;
  position: relative;
}

.pago-footer {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 100px;
  border-radius: 15px;
  padding: 41px 0;
  font-weight: bold;
  line-height: 1.5;
}

.pago-footer .contact {
  color: #000;
  text-decoration: none;
  margin-bottom: 17px;
  display: flex;
}

.pago-footer .contact a {
  color: #000;
}

.pago-footer .contact a:hover {
  opacity: 0.6;
}

.pago-footer .contact img {
  display: inline-block;
  margin-right: 14px;
  height: 30px;
  width: 30px;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .pago-footer {
    padding: 0 17px;
    font-size: 0.8rem;
    padding-top: 31px;
    margin-bottom: 0;
    padding-bottom: 31px;
  }
  .pago-footer .contact {
    font-size: 0.75rem;
  }
  .pago-footer .contact a {
  }
  .pago-footer .contact a:hover {
  }
  .pago-footer .contact img {
  }
}

#informa_pago {
  padding-top: 25px;
  padding-bottom: 0px;
}
#informa_pago .container {
}
#informa_pago .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0px;
}

#informa_pago .text h1{
    font-size: 1.9rem;
}
@media screen and (max-width: 900px) {
  #informa_pago {
  }
  #informa_pago .container {
  }
  #informa_pago .text {
  }
}


/* ----------REGISTRAR------------- */
section#registra-pago{
  padding-top: 110px;
  padding-bottom: 120px;
  position: relative;
}
section#registra-pago .bg-image{
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section#registra-pago .bg-image img{
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}
section#registra-pago .flex.principal-col{
  position: relative;
  z-index: 1;
  justify-content: right;
}
section#registra-pago .flex.principal-col > div:nth-child(1){
  width: fit-content;
}
section#registra-pago .title{
  font-weight: 800;
  text-align: center;
  color: white;
  padding: 15px 80px;
  background-color: #135A2E;
  border-radius: 7px;
  transform: rotate(-4.03deg);
  margin-bottom: 0;
}
section#registra-pago .text{
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  line-height: 39px;
  padding: 16px;
  background: #18C95F;
  color: white;
  border-radius: 17px;
  transform: rotate(-3.56deg);
  font-weight: 300;
}

@media screen and (max-width: 900px){
  section#registra-pago{
    padding-bottom: 0px;
    padding-top: 0;
    height: 76vh;
  }
  section#registra-pago .bg-image{
    position: relative;
  }
  section#registra-pago .container{
    position: absolute;
    bottom: 46px;
  }
  section#registra-pago .flex.principal-col{
    text-align: center;
  }
  section#registra-pago .title{
    font-size: 37px;
    padding: 15px 25px;
  }

section#registra-pago .text {
    max-width: initial;
    width: fit-content;
    margin-top: -12px;
}
}