@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;0,800;1,600&display=swap");
@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean?styles=90072,90073,90075,90070,90065,90067,90063&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-style: italic;
}

:root {
  --green: #01686d;
  --Fucsia: #ed1e79;
  --white: #fff;
  --D-Fucsia-De: linear-gradient(
    90deg,
    rgba(10, 98, 108, 1) 38%,
    rgba(237, 30, 121, 1) 100%
  );
  --D-Fucsia-iz: linear-gradient(
    90deg,
    rgba(237, 30, 121, 1) 0%,
    rgba(1, 104, 109, 1) 100%
  );
  --box-shadow-fucsia: 0px 0px 31px 2px rgba(237, 30, 121, 1);
  --box-shadow-fucsia: 0px 0px 31px 2px rgba(237, 30, 121, 1);


}
/*============================================SCROLLBAR=========================================*/

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: var(--D-Fucsia);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--D-Fucsia);
}

/*============================================Formulario-Poli=========================================*/
body {
  background: url("/Img/Fondos/Fondo-ladrillos-mujer.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-attachment: fixed;
}

.nav_form {
  margin: 30px;
}
.Form_poli {
  display: flex;
  flex-direction: column;
  margin: 30px 400px 30px 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.logo_Fin_Poli {
  display: flex;
  justify-content: space-between;
}

.logo_Fin_Poli a img {
  width: auto;
  height: 70px;
}

.descripcion h4 {
  font-size: 0.8rem;
  color: gray;
}

.estudiante label {
  font-size: 0.8rem;
  margin: 0 10px;
  color: gray;
}

.estudiante {
  display: flex;
  justify-self: start;
  width: 100%;
}

.datos_personales label {
  margin: 0 10px;
  color: gray;
  font-size: 0.5rem;
}

.estudiante select {
  display: inline-block;
  cursor: pointer;
  padding: 1px 10px;
  height: 30px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 0.8em;
  color: var(--green);
  border: 2px solid rgba(237, 30, 121);
  border-radius: 100px;
  position: relative;
  transition: all 0.25s ease;
}

.content-select select:hover {
  background: #b1e8cd;
}

.Form_poli input {
  border: 2px solid #ed1e79;
  border-radius: 100px;
  background-color: none;
}

.Form_poli option {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_aval {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.datos {
  display: flex;
  justify-self: start;
  
}

.datos h1 {
  font-size: 30px;
  color: var(--green);
  margin-bottom: 10px;
}

.datos_personales {
  width: 100%;
  margin: 5px 0;
}

.form_datos {
  display: flex;
  flex-wrap: wrap;
}

.renglon_1_datos,
.renglon_2_datos {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-gap: 5px;
  width: 100%;
}

.renglon_3_datos {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  grid-gap: 5px;
}

.renglon_4_datos {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
  grid-gap: 5px;
}

.renglon_5_datos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  width: 100%;
}

.renglon_6_datos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  width: 100%;
}
.renglon_7_datos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  width: 100%;
}
.reportes{
  font-size: 50px;
}

.inputContainer {
  position: relative;
  height: 45px;
  width: 100%;
  margin-bottom: 17px;
  margin-right: 17px;
}

.input {
  padding: 0 20px;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 7px;
  font-size: 16px;
  outline: none;
  background: none;
  z-index: 1;
  color: var(--green);
}

.estudiante_2 select {
  display: flex;
  justify-self: start;
  display: inline-block;
  cursor: pointer;
  padding: 1px 10px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 0.8em;
  color: var(--green);
  border: 2px solid rgba(237, 30, 121);
  border-radius: 100px;
  position: relative;
  transition: all 0.25s ease;
  height: 45px;
  width: 100%;
}

::placeholder {
  color: transparent;
}
.label,
.label2 {
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 0 4px;
  color: #dadce0;
  font-size: 16px;
  transition: 0.5s;
  z-index: 0;
}
.input:focus + .label {
  top: -10px;
  left: 3px;
  z-index: 10;
  font-size: 11px;
  font-weight: 900;
  background-color: #f0eeee;
  border-radius: 100px;
  color: var(--Fucsia);
}

.input:focus + .label2 {
  top: -10px;
  left: 3px;
  z-index: 10;
  font-size: 11px;
  font-weight: 900;
  background-color: #f0eeee;
  border-radius: 100px;
  color: var(--Fucsia);
}

.inputContainer select:valid + .label2 {
  top: -10px;
  left: 3px;
  z-index: 10;
  font-size: 11px;
  font-weight: 900;
  background-color: #f0eeee;
  border-radius: 100px;
  color: var(--Fucsia);
}

.input:not(:placeholder-shown) + .label {
  top: -10px;
  left: 3px;
  z-index: 10;
  font-size: 11px;
  font-weight: 900;
  background-color: #f0eeee;
  border-radius: 100px;
  color: var(--Fucsia);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cedula {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  width: 100%;
  align-items: start;
}

.archivos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
}

.iborrainputfile {
  font-size: 16px;
  font-weight: normal;
}

.inputfile-1 + label {
  color: #fff;
  background: var(--D-Fucsia-De);
  border-radius: 50px;
  width: 250px;
  height: 45px;
  box-shadow: var(--box-shadow-fucsia);
  margin-top: 10px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  box-shadow: none;
}

.tyc {
  margin-bottom: 10px;
  margin-top: 10px;
}
.tyc div {
  display: flex;
  align-items: center;
  height: 23px;
}

.tyc input {
  width: 15px;
  margin-right: 8px;
  color: var(--green);
}
.tyc label {
  margin-left: 5px;
  font-size: 15px;
}

.tyc label a {
  font-size: 15px;
  color: var(--green);
}

.btn-enviar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  margin-bottom: 35px;
}

#submit {
  color: #fff;
  background: var(--D-Fucsia-De);
  border-radius: 50px;
  width: 250px;
  height: 45px;
  box-shadow: var(--box-shadow-fucsia);
  margin-top: 10px;
  border: none;
}

#submit:hover {
  box-shadow: none;
}

.modalDialog {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog h2 {
  font-size: 25px;
  margin: 10px;
  color: var(--green);
}

.modalDialog p {
  font-size: 13px;
  font-style: normal;
  color: var(--green);
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 75%;
  position: relative;
  margin: auto;
  padding: 5px 20px 13px 20px;
  background: #fff;

  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.close {
  color: var(--green);
  line-height: 25px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.g-recaptcha {
  margin-top: 10px;
}

.btn{
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.btn-stc {
  cursor: pointer;
  color: var(--white);
  box-shadow: var(--box-shadow-fucsia);
  background: var(--D-Fucsia-iz);
  padding: 0px 20px;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  white-space: pre;
  height: 40px;

}
.btn-stc:hover {
  box-shadow: none;
}

.simulador{
  margin: 10px;
}