@charset "UTF-8";
.btn-sunat {
  background-color: #ae0d41 !important;
}

.btn-sunat:hover {
  background-color: #930d37 !important;
}

.select2-container {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  width: 135px !important;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.advertencialogin {
  margin: 0;
  padding: 0;
}
.advertencialogin .adlog .adlogMsg {
  padding: 10px 5px;
  margin: 0;
  border-color: #e5b700;
  text-align: center;
  font-weight: bold;
  color: #ffcc00;
}

.menu2 {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  /* Hace que el nav quede fijo en la parte superior */
  top: 0;
  left: 0;
  z-index: 1000;
  /* Asegura que el nav se muestre por encima de otros elementos */
  padding: 10px 20px;
  border-bottom: 0.5px solid #636363;
}
.menu2 .menu-item {
  display: flex;
  flex-direction: row;
  gap: 340px;
  margin: 0 0 0 380px;
  padding: 0 0 0 0;
}
.menu2 .menu-item .menu2-Img a {
  display: flex;
  gap: 14px;
  text-decoration: none;
}
.menu2 .menu-item .menu2-Img a img {
  height: 50px;
  /* Ajusta según el tamaño de tu logo */
  width: auto;
}
.menu2 .menu-item .menu2-Img a p {
  display: flex;
  justify-content: center;
  /* Centra horizontalmente */
  align-items: center;
  font-family: "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: 20px;
  color: #333;
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.menu2 .menu-item .menu2-Img a p:hover {
  color: #0070C0;
  text-decoration: none;
}
.menu2 .menu-item .movil {
  display: none;
}
.menu2 .menu-item .menu2-Options ul {
  display: flex;
  /* pone los li en fila */
  align-items: center;
  /* centra verticalmente */
  gap: 20px;
  /* espacio entre elementos */
  list-style: none;
  /* quita los puntos */
  padding: 0;
  margin: 0;
}
.menu2 .menu-item .menu2-Options li {
  display: flex;
  /* icono y texto alineados */
  align-items: center;
  gap: 8px;
}
.menu2 .menu-item .menu2-Options li p {
  padding: 0 !important;
  margin: 0 !important;
}
.menu2 .menu-item .menu2-Options a {
  color: #000000;
}
.menu2 .menu-item .menu2-Options a:hover {
  color: #0070C0;
  font-weight: bold;
  text-decoration: underline;
}

.finalPart {
  padding: 70px 0 0 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #292929;
}
.finalPart .finalPart-1 {
  color: #fff;
  display: grid;
  grid-template-columns: 40% 30% 30%;
}
.finalPart .finalPart-1 .fpartA {
  padding-right: 25px;
}
.finalPart .finalPart-1 .fpartA p {
  padding-top: 7px;
  font-size: 12px;
  text-align: justify;
}
.finalPart .finalPart-1 section h2 {
  font-size: 22px;
  text-decoration: underline;
}
.finalPart .finalPart-1 section p {
  font-size: 14px;
  text-align: justify;
}
.finalPart .finalPart-1 section h3 {
  font-size: 15px;
}
.finalPart .finalPart-1 section i {
  padding-right: 7px;
}
.finalPart p {
  color: #ffffff;
}
.finalPart a {
  text-decoration: none;
  color: #ffffff;
}
.finalPart a:hover {
  color: #ffffff;
}

.aaa {
  padding: 5em 5em 3em 5em;
  width: calc(100% + 2em);
  margin: 0 0 3em -2em;
}

.finalPart > * {
  width: calc(50% - 2em);
  margin-left: 2em;
}

.finalPart .copyright {
  width: 100%;
  margin: 2.5em 0 2em 0;
  font-size: 0.8em;
  text-align: center;
}

.seccion-formulario {
  padding: 60px 0 60px 0;
}
.seccion-formulario .sec-formulario .major {
  margin: 0 0 48px 0;
  padding: 35px 0 0 0;
}
.seccion-formulario .sec-formulario .major h2 {
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  letter-spacing: 0.04em;
  font-size: 32px;
  color: #636363;
}
.seccion-formulario .sec-formulario .major h2:after {
  display: block;
  content: "";
  width: 3.25em;
  height: 2px;
  margin: 0.7em 0 1em 0;
  border-radius: 2px;
}
.seccion-formulario .sec-formulario .major h2:after, .seccion-formulario .sec-formulario .major article.special header.major h2:after {
  margin-left: auto;
  margin-right: auto;
}
.seccion-formulario .sec-formulario .major h2:after {
  background-color: rgba(255, 255, 255, 0.35);
}
.seccion-formulario .sec-formulario .major h2::after {
  background-color: #dddddd;
  background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
  background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
  background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
  background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}

.bordes .conta-formulario {
  margin: 0 700px;
}
.bordes .datos-formulario {
  border: 1px #BCBFB9 solid;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.bordes .datos-formulario .borde-datformulario {
  margin: 20px 27px;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario label {
  padding: 0;
  margin: 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-ruc {
  display: flex;
  align-items: center;
  gap: 74px;
  padding: 0 0 15px 0;
  margin: 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-tdoc {
  display: flex;
  align-items: center;
  gap: 74px;
  padding: 0 0 15px 0;
  margin: 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-numdoc {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 15px 0;
  margin: 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-fEmi {
  display: flex;
  align-items: center;
  gap: 57px;
  padding: 0 0 15px 0;
  margin: 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-monto {
  display: flex;
  align-items: center;
  gap: 85px;
  padding: 0 0 15px 0;
  margin: 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-labVali {
  padding: 0 0 15px 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-vali {
  padding: 0 0 15px 0;
  display: flex;
  justify-content: center;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-vali input {
  width: 250px;
  font-size: 25px;
  text-align: center;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-codigo {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 0 0 15px 0;
  margin: 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-descargainf {
  padding: 0 0 15px 0;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-descargabtn {
  padding: 0 0 15px 0;
  margin: 0 60px;
}
.bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-descargabtn input {
  width: 100%;
}

@media (max-width: 1601px) and (min-width: 1401px) {
  .menu2 .menu-item {
    margin: 0 0 0 150px;
  }

  .bordes .conta-formulario {
    margin: 0 550px;
  }
  .bordes .conta-formulario .borde-datformulario .margen-datformulario .datfor-codigo {
    gap: 63px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .menu2 .menu-item {
    margin: 0 0 0 150px;
  }

  .bordes .conta-formulario {
    margin: 0 390px;
  }
  .bordes .conta-formulario .borde-datformulario .margen-datformulario .datfor-codigo {
    gap: 63px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .menu2 .menu-item {
    margin: 0 0 0 25px;
  }

  .bordes .conta-formulario {
    margin: 0 350px;
  }
  .bordes .conta-formulario .borde-datformulario .margen-datformulario .datfor-codigo {
    gap: 63px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .menu2 .menu-item {
    margin: 0 0 0 10px;
    gap: 60px;
  }
  .menu2 .menu-item .menu2-Img a p {
    font-size: 18px;
  }
  .menu2 .menu-item .menu2-Options li p {
    font-size: 14px;
  }
  .menu2 .menu-item .menu2-Options li a {
    font-size: 14px;
  }

  .bordes .conta-formulario {
    margin: 0 140px;
  }
  .bordes .conta-formulario .borde-datformulario .margen-datformulario .datfor-codigo {
    gap: 63px;
  }

  .finalPart .finalPart-1 {
    grid-template-columns: 50% 25% 25%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .menu2 .menu-item {
    margin: 0 0 0 10px;
    gap: 60px;
  }
  .menu2 .menu-item .menu2-Img a p {
    font-size: 18px;
  }
  .menu2 .menu-item .menu2-Options li p {
    font-size: 14px;
  }
  .menu2 .menu-item .menu2-Options li a {
    font-size: 14px;
  }

  .bordes .conta-formulario {
    margin: 0 140px;
  }

  .finalPart .finalPart-1 {
    grid-template-columns: 50% 25% 25%;
  }
  .finalPart .finalPart-1 section h2 {
    font-size: 16px;
  }
  .finalPart .finalPart-1 section p {
    font-size: 12px;
  }
}
@media (max-width: 575px) and (min-width: 394px) {
  .menu2 .menu-item {
    margin: 0 0 0 0;
    gap: 0;
  }
  .menu2 .menu-item .menu2-Img {
    display: none;
  }
  .menu2 .menu-item .movil {
    display: block;
    position: relative;
    font-weight: 600;
    color: #0070C0;
    z-index: 1;
    text-transform: uppercase;
    margin: 0 0 0 68px;
  }
  .menu2 .menu-item .menu2-Options {
    display: none;
  }

  .seccion-formulario {
    padding: 55px 0 55px 0;
  }
  .seccion-formulario .sec-formulario .major h2 {
    font-size: 22px;
  }

  .bordes .conta-formulario {
    margin: 0 32px;
  }
  .bordes .datos-formulario .borde-datformulario label {
    font-size: 13.5px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-ruc {
    gap: 52px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-ruc input {
    width: 46%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-tdoc {
    gap: 52px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-numdoc {
    gap: 7px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-numdoc input {
    width: 46%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-fEmi {
    gap: 38px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-fEmi input {
    width: 46%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-monto {
    gap: 61px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-monto input {
    width: 46%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-codigo {
    gap: 42px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-codigo input {
    width: 46%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-descargainf {
    font-size: 15px;
    font-weight: bold;
  }

  .finalPart .finalPart-1 {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
@media (max-width: 393px) {
  .menu2 .menu-item {
    margin: 0 0 0 0;
    gap: 0;
  }
  .menu2 .menu-item .menu2-Img {
    display: none;
  }
  .menu2 .menu-item .movil {
    display: block;
    position: relative;
    font-weight: 600;
    color: #0070C0;
    z-index: 1;
    text-transform: uppercase;
    margin: 0 0 0 68px;
  }
  .menu2 .menu-item .menu2-Options {
    display: none;
  }

  .seccion-formulario {
    padding: 55px 0 55px 0;
  }
  .seccion-formulario .sec-formulario .major h2 {
    font-size: 22px;
  }

  .bordes .conta-formulario {
    margin: 0 32px;
  }
  .bordes .datos-formulario .borde-datformulario label {
    font-size: 13.5px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-ruc {
    gap: 49px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-ruc input {
    width: 42%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-tdoc {
    gap: 50px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-tdoc select {
    width: 42%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-numdoc {
    gap: 5px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-numdoc input {
    width: 42%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-fEmi {
    gap: 36px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-fEmi input {
    width: 42%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-monto {
    gap: 59px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-monto input {
    width: 42%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-codigo {
    gap: 43px;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-codigo input {
    width: 42%;
  }
  .bordes .datos-formulario .borde-datformulario .margen-datformulario .datfor-descargainf {
    font-size: 15px;
    font-weight: bold;
  }

  .finalPart .finalPart-1 {
    grid-template-columns: 100%;
    gap: 20px;
  }
}