/* REQUISITOS */
.contenedor-detalles {
  padding-block-start: 3.5rem;
  padding-block-end: 4rem;
}

.div-highlight {
  box-shadow: inset 15px 0 0 0 var(--secundario3);
  padding-left: 3rem;
}

.encabezado1 {
  font-size:2.25rem;
  color: var(--secundario3);
  text-decoration:underline solid #70273D 5px;
  text-underline-offset: 1rem;
  padding-bottom: 3rem;
}

.encabezado2 {
 font-size: 1.4625rem;
 color: var(--secundario2);
}

.encabezado3 {

  color: var(--secundario2);
  font-size: 1.875rem;
  padding-bottom: 2rem;
}

.tramite-alerta {
  border: none;
  text-align: center;
  max-width: 40%;
}

.tramite-mensaje {
  box-shadow: -2px -2px 12px 0px #943f52;
}

.tramite-mensaje h2 {
  font-family: var(--baseFontFamily);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--secundario2);
}

.tramite-mensaje p {
  font-family: var(--baseFontFamily);
  font-weight: 800;
  font-size: 2rem;
  color: var(--black);
}

.tramite-alerta::backdrop {
  background: rgba(255, 255, 255, 0.8);
}

.input-search {
  border: solid 1px var(--black10);
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
}

.input-search input:focus {
  outline: none;
}

.input-search input {
  border: none;
  width: 100%;
  padding-left: 0.5rem;
}

.input-search i {
  background: var(--secundario2);
  color: var(--white);
  font-size: 2rem;
  padding: 0.25rem;
  font-weight: 300;
}

.nombre-tramite {
  color: var(--black10);
  text-decoration: underline;
  display: block;
  padding-bottom: 1.25rem;
}

.requisitos-contenedor {
  padding-left: 2rem;
  margin-bottom: 1rem;
  flex-direction: column;
}

.requisito-lista {
  list-style: disc;
  /* margin-top: 1.25rem; */
  margin-left: 1.5rem;
  font: var(--texto);
  font-size: 1.3125rem;
  padding-bottom: 16px;
}

.requisito-lista li:not(:last-child) {
  margin-bottom: .475rem;
}

.requisito {
  color: var(--black10);
  font-size: 1.125rem;
  font-family: 'gotham';
}

.requisitos-nota {
  margin-left: 3rem;
  color: var(--secundario1);
}

.proceso {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(100px, 120px);
  margin-block: 2rem;
  row-gap: 2rem;
  column-gap: 2rem;
}

.proceso-paso {
  block-size: 80%;
  /* inline-size: 70%; */
  aspect-ratio: 1 / 1;
  background: white;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 1rem;
  background-color: rgba(217, 217, 217, 0.15);
  position: relative;
  margin-bottom: 1rem;
}

.proceso-paso span {
  position: absolute;
  top: -1rem;
  right: -2rem;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 3rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  line-height: 1;
}

.proceso-paso[data-icon="requisitos"] {
  background-image: url("/icons/documentos.svg");
}

.proceso-paso[data-icon="formulario"] {
  background-image: url("/icons/formulario.svg");
}

.proceso-paso[data-icon="verifica"] {
  background-image: url("/icons/verifica.svg");
}

.proceso-paso[data-icon="folio"] {
  background-image: url("/icons/folio.svg");
}

.proceso-paso[data-icon="espera"] {
  background-image: url("/icons/espera.svg");
}

.proceso-paso[data-icon="pago"] {
  background-image: url("/icons/pago.svg");
}

.tramite-mensaje {
  padding-block: 2rem;
  margin-block-end: 2rem;
}

.tramite-nota {
  background: #EBECF0;
  width: 70%;
  margin: 2rem auto 2rem auto;
  padding: 1rem 1.5rem;
}

.tramite-nota h3 {
  color: var(--rojo)
}

.aviso {
  font-size: 1.2625rem;
    font-weight: 900;
    font-family: 'Gotham Black';
}

.notice {
   text-align: justify;
   margin-top: 3rem;
   margin-bottom: 2rem;
}

.bold {
    font-family: 'Gotham Black';
    font-weight: 900;
    text-align: left;
}

.light {
  text-align:left;
}

.link-aviso {
  font-family: 'Gotham Black';
  text-align:left;
  color:black;
  font-weight:900;
  font-size:1rem;
}

.link-aviso:hover {
  color:var(--secundario3);
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 55%;
  table-layout: fixed;
  margin: 1.5rem auto;
}

tbody, td, tfoot, th, thead, tr {
  height: 55%;
  width: 55%;
}


/* AVISO PRIVACIDAD  */
.terms-card {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 160vh;
  width: 120vh;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.terms-card .primary-heading {
  text-align: center;
  color: black;
  padding-top: 50px ;
  font-size: 4em;
}

.alert {
  width: 75%;
  margin: 20px auto;
  padding: 2em;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}

.simple-alert {
  background-color: #ebebeb;
  border-left: 5px solid #6c6c6c;
}

.paragraph {
  color: black;
  padding: 1em;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 200;
  text-align: center;
}

.paragraph a {
  color: slategray;
  font-size: 0.8em;
}


.button--terms {
  position: relative;
  left: 31em;
  font-size: 1rem;
  margin-top: 5em;
}

.footer-heading {
  text-align: center;
  font-family: josefin sans;
  color: white;
  margin-bottom: 50px;
  font-size: 2em;
  line-height: 35px;
}
.terms-question {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.terms-checkbox-container {
  display: flex;
  justify-content: center;
}
/* No/Sí */
.no-yes-toggle {
  width: 10em;
  position: relative;
  height: 3em;
}

.no-yes-toggle label {
  border: 1px solid #cacaca;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.no-yes-toggle .no,
.no-yes-toggle .yes {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
}

.no-yes-toggle .no {
  left: 0;
}

.no-yes-toggle .yes {
  right: 0;
}

.no-yes-toggle input {
  appearance: none;
  -webkit-appearance: none;
  opacity: 0.01;
  position: absolute;
  width: 1px;
  height: 1px;
}

.no-yes-toggle .status-indicator {
  background: #0f3fd0;
  width: calc(50% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  position: absolute;
  left: 2px;
  transition: transform 120ms ease-out;
  border-radius: 3px;
}

.no-yes-toggle input:active:checked ~ label .no,
.no-yes-toggle input:active:not(:checked) ~ label .yes {
  top: 2px;
}

.no-yes-toggle input:focus + .status-indicator {
  background: #4878ff;
}

.no-yes-toggle input:checked + .status-indicator {
  transform: translateX(calc(100% + 4px));
}

.no-yes-toggle input:not(:checked) ~ label .no,
.no-yes-toggle input:checked ~ label .yes {
  color: #fff;

}
/* Fin no/si */

@media only screen and (max-width: 1218px) {
  .terms-card {
      margin-top: 100px;
      margin-bottom: 100px;
      height : 216.93121693121694vh;
      width: 1000px;
      border-radius: 30px;
      margin-left: auto;
      margin-right: auto;
  }
}

@media only screen and (max-width: 1012px) {
  .terms-card {
      margin-top: 100px;
      margin-bottom: 100px;
      height : 248.67724867724868vh;
      width: 800px;
      border-radius: 30px;
      margin-left: auto;
      margin-right: auto;
  }
}

@media only screen and (max-width: 832px) {
  .terms-card {
      margin-top: 100px;
      margin-bottom: 100px;
      height: 185vh;
      width: 600px;
      border-radius: 30px;
      margin-left: auto;
      margin-right: auto;
  }

  .terms-card .primary-heading {
      font-size: 2.5em;
  }

  .button--terms {
    left: 14.5em;
  }

  .footer-heading {
      font-size: 1.5em;
  }
}

@media only screen and (max-width: 626px) {
  .terms-card {
      margin-top: 100px;
      margin-bottom: 100px;
      height: 250vh;
      width: 450px;
      border-radius: 30px;
      margin-left: auto;
      margin-right: auto;
  }

  .header-mobile {
      display: block;
  }

  .main-header {
      display: none;
  }

  .terms-card .primary-heading {
      font-size: 3em;
  }
}

@media only screen and (max-width: 480px) {
  #terms-of-service {
    height: 232vh;
    width:375px;
    margin-left: auto;
    margin-right: auto;
  }
  .terms-card {
      margin-top: 97px;
      margin-bottom: 100px;
      height: 210vh;
      width: 375px;
      border-radius: 30px;
  }

  .terms-card .primary-heading {
      font-size: 2em;
  }

  .terms-question {
    font-size:1em;
    padding:1.5em;
  }

  .button--terms {
    left: 7.5em;
  }

}

@media only screen and (max-width: 365px) {
  .terms-card {
      margin-top: 100px;
      margin-bottom: 100px;
      height : 666.6666666666666vh;
      width: 290px;
      margin-left: auto;
      margin-right: auto;
  }

  .terms-card .primary-heading {
      font-size: 2em;
  }
}



/**
 * Tabs
 */

 .required__tabs {
  margin: 4rem;
}

 .tabs {
	display: flex;
	flex-wrap: wrap; 
}
.tabs label {
	order: 1; 
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
	font-weight: bold;
	transition: background ease 0.2s;
}
.tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	margin: 1rem 0;
	background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #651C32;
	color: white;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tab-header {
  margin: 2em 0;
}
.document-subtitle {
	margin: 1em 0;
}
.document-list {
	list-style: outside;
	margin: 1rem;
}
@media (max-width: 45em) {
	.tabs .tab,
	.tabs label {
		order: initial;
	}
	.tabs label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
}
