/* 
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth
}

body,
section,
div,
nav,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
select,
input {
  font-family: Roboto, sans-serif;
}

select,
a,
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  display: block;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body {
  width: 100vw;
  background-color: #1E1E1E;
  color: #111111;
  overflow: overlay
} */
html, body { overscroll-behavior: none;}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.h1 {
  width: 0;
  height: 0;
  font-size: 1px;
  color: transparent;
}

.main {
  width: 85%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding-bottom: 4rem;
  /* margin-top: 92px;  */
}

:root{--mrHeaderOffset:146px}
@media (min-width:768px){:root{--mrHeaderOffset:112px}}
@media (min-width:1080px){:root{--mrHeaderOffset:136px}}
.headerMR{background:#000000E5;min-height:var(--mrHeaderOffset)}
.main{margin-top:0!important;padding-top:var(--mrHeaderOffset)}


/* #nav_contacto .header__nav-contacto {
  color: #FF0501;
  background-color: rgba(255, 255, 255, 0.6);
} */

.seccion-imagen {
  width: 100%;
  height: 41.5vw;
}

.seccion-imagen picture,
.seccion-imagen picture source,
.seccion-imagen picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.seccion-link {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #111111;
  padding: 10px 0 0 6vw;
}

.seccion-link__a {
  display: inline-block;
  color: #FF0501;
}



h2 {
  padding: 3rem 0 0 10.875rem;
}

#seccion-credito {
  padding: 3rem 10.875rem;
}

.seccion-credito__texto1 {
  margin-bottom: 2rem;
}

.seccion-credito__texto1,
.seccion-credito__form-campos label {
  font-size: 1.25rem;
  font-weight: bold;
}

.seccion-credito__form-campos {
  align-items: flex-start;
  gap: 4rem;
}

.seccion-credito__form-campos>div {
  width: 50%;
}

.seccion-credito__form-grupo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.seccion-credito__form-grupo input,
.seccion-credito__form-grupo select {
  height: 3rem;
  width: 100%;
  border: #FF0501 2px solid;
  border-radius: 9px;
  padding: 0 1.25rem;
}

.seccion-credito__form-grupo input:focus,
.seccion-credito__form-grupo select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.seccion-credito__input.select-selected {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('/img/compartidos/arrow-down-red.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  padding-right: 25px;
}

.seccion-credito__msg-error {
  color: red;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-top: 5px;
  display: none;
}

.seccion-credito__msg-error::before {
  content: "";
  background-image: url('/img/compartidos/ico-error.webp');
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
}

.seccion-credito__enviar {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.seccion-credito__enviar {
  background-color: #888888;
  border-radius: 33px;
  padding: 1rem 2rem;
}

.seccion-credito__enviar input {
  color: #fff;
  background-color: #888888;
  font-size: 1rem;
  font-weight: 600;
}

.spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #FF0501;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.seccion-credito__texto {
  font-size: 1.25rem;
  font-weight: bold;
}

.seccion-credito__texto a {
  color: #25D366;
  text-decoration: underline !important;
  display: inline;
}

.seccion-credito__contenido div:last-child {
  display: flex;
  justify-content: flex-end;
}

.seccion-credito__contenido div a {
  background-color: #FF0501;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 33px;
  padding: 1rem 2rem;
}

.seccion-credito__textos-error p {
  display: block;
}

.seccion-credito__btn-accion {
  margin-top: 2rem;
}

@media (width <=1080px) {
  h2 {
    padding: 1rem 0 0 2rem;
  }

  #seccion-credito {
    padding: 1rem 2rem;
  }

  .seccion-credito__texto1 {
    margin-bottom: 1rem;
  }

  .seccion-credito__texto1,
  .seccion-credito__form-campos label {
    font-size: 1rem;
  }

  .seccion-credito__form-campos {
    gap: 1rem;
  }

  .seccion-credito__form-grupo {
    gap: 0.3rem;
  }

  .seccion-credito__form-grupo input,
  .seccion-credito__form-grupo select {
    padding: 0 0.75rem;
  }

  .seccion-credito__input.select-selected {
    background-position: right 12px center;
    background-size: 10px;
    padding-right: 12px;
  }

  .seccion-credito__msg-error {
    font-size: 0.75rem;
  }

  .seccion-credito__msg-error::before {
    width: 12px;
    height: 12px;
  }

  .seccion-credito__texto {
    font-size: 1rem;
  }

  .seccion-credito__enviar input, .seccion-credito__contenido div a {
    font-size: 0.875rem;
  }
}

@media (width <=660px) {
  h2 {
    font-size: 1.25rem;
    padding: 1rem 0 0 1rem;
  }

  #seccion-credito {
    padding: 1rem 1rem;
  }

  .seccion-credito__texto1,
  .seccion-credito__form-campos label {
    font-size: 0.875rem;
  }

  .seccion-credito__form-campos {
    flex-direction: column;
  }

  .seccion-credito__form-grupo, .seccion-credito__form-campos>div {
    width: 100%;
  }

  .seccion-credito__texto {
    font-size: 0.875rem;
  }

  .seccion-credito__enviar input, .seccion-credito__contenido div a {
    font-size: 0.75rem;
  }
}