img {
  width: 100%;
}

.header_logo {
  display: block;
  margin: 20px auto;
  max-width: 280px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baskervville SC";
  font-weight: 100;
  text-align: center;
  color: #2e2e2e;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}
a,
p {
  font-family: "Raleway";
  text-decoration: none;
}

/*MAIN*/
body {
  position: static;
  
}
.mapa-bg {
  position: fixed;
  z-index: -100;
  margin-left: -2px;
  margin: auto;
  top: -70px;
  opacity: 0.07; /*0.07 cambiar*/
  overflow: hidden;
}



/*PRINT PAGE*/
.map-container {
  overflow: hidden;
  position: relative;
}
.mapa-bg-print{
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 270px;
  width: 100%;
  height: auto;
}
.body-print{
  overflow: hidden;
  position: relative;
}




main {
  max-width: 900px;
  padding: 20px 40px;
  margin: 0 auto;
}
main .password-form .formInp {
  font-size: 2.8em;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #549cbe;
  border-bottom: 6px solid #549cbe;
}
main .password-form .ci {
  font-size: 2.8em;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #549cbe;
  border-bottom: 6px solid #549cbe;
}
main .password-form .ci::placeholder {
  color: #c6ccd0;
  font-size: 0.7em;
  font-weight: lighter;
  font-family: "Baskervville SC";
}
.submitBtn {
  font-family: "Baskervville SC";
  letter-spacing: 0.15em;
  font-weight: 100;
  font-size: 1.5em;
  display: block;
  margin: 20px auto;
  background-color: #549cbe;
  color: #fff;
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
}
.submitBtn:hover {
  background-color: #356c85;
  transition: background-color 0.5s;
  cursor: pointer;
}

/*PORTAL*/
.portal-container {
  background-color: rgba(59, 59, 59, 0.15);
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: 50px auto;
  align-items: center;
}
.portal-container section {
  background-color: #356c85;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  justify-self: end;
}
.portal-container a {
  font-size: 1.5em;
  color: #2e2e2e;
}
.portal-container a:hover {
  font-size: 1.75em;
  transition: font-size 0.5s;
  color: #2e2e2e;
}




/*EDILES*/
.ediles-container{
  max-width: 800px;
  margin: 0 auto;
}
.ediles-container a{
  display: grid;
  grid-template-columns: 150px 100px auto;
  text-decoration: none;
  color: #2e2e2e;
  border: 1px solid #b3b3b3;
  align-items: center;
  margin-top: -1px;
  background-color:  rgb(255, 255, 255, 0.25);
}
.ediles-container a:hover{
  background-color:  rgba(39, 87, 109, 0.25);
  transition: background-color 0.3s;
}
.ediles-container a span:first-child{
  padding: 10px;
    
}
.ediles-container a span:nth-child(2){
  padding: 10px;
  /*font-family: Arial, Helvetica, sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;*/
  
  border-left: 1px solid #b3b3b3;
}
.ediles-container a span:nth-child(3){
  padding: 10px;
  
  border-left: 1px solid #b3b3b3;
  
}
.float-btn{
  display: grid;
  position: fixed;
  background-color: #356c85;
  color: #fff;
  font-size: 3em;  
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 15px;
  
}
.float-btn:hover{
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 25px;
}
.float-btn span{
  margin-top: -3px;
  padding: 0;
}



/*REGISTRO*/
.registro-container{
  
  max-width: 500px;
  margin: 0 auto;
}
.top{
  font-size: 1.2em;
  display: block;
  font-family: "Raleway";
}
.inpt{
  display: block;
  width: 100%;
  font-size: 1em;
  padding: 3px 10px;
  margin-bottom: 8px;
  max-width: 477px;
  font-family: "Raleway";
  border: 1px solid #549cbe;
  border-bottom: 4px solid #549cbe;
}
.shorter{
  max-width: 100%;
}
.btn2{
  font-size: 1em;
}





/*REPORTE */
.reporte-container{
  max-width: 800px;
  margin: 0 auto;
}
.reporte-container section{
  display: grid;
  grid-template-columns:auto 100px 150px;
  text-decoration: none;
  color: #2e2e2e;
  border: 1px solid #b3b3b3;
  align-items: center;
  margin-top: -1px;
  background-color:  rgb(255, 255, 255, 0.25);
  font-family: "Raleway";
}
.reporte-container section:hover{
  background-color:  rgba(39, 87, 109, 0.25);
  transition: background-color 0.3s;
}
.reporte-container section span:first-child{
  padding: 10px;
    
}
.reporte-container section span:nth-child(2){
  padding: 10px;
  border-left: 1px solid #b3b3b3;
}
.reporte-container section span:nth-child(3){
  padding: 10px;  
  border-left: 1px solid #b3b3b3;
  
}
.float-btn{
  display: grid;
  position: fixed;
  background-color: #356c85;
  color: #fff;
  font-size: 3em;  
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 15px;
  cursor: pointer;
}
.float-btn:hover{
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 25px;
}
.float-btn span{
  margin-top: -3px;
  padding: 0;
}
.dpto-btn{
  bottom: 140px;
  font-size: 0.8em;  
  height: auto;
  width: auto;
  border-radius: 7px;
}
.dpto-btn span{
  margin: 0;
  padding: 10px;
}


/*REPORTE DEPARTAMENTOS*/
/*REPORTE */
.departamentos-container{
  max-width: 800px;
  margin: 0 auto;
}
.departamentos-container section{
  display: grid;
  grid-template-columns:150px 1fr 1fr;
  text-decoration: none;
  color: #2e2e2e;
  border: 1px solid #b3b3b3;
  align-items: center;
  margin-top: -1px;
  background-color:  rgb(255, 255, 255, 0.25);
  font-family: "Raleway";
}
.departamentos-container section:hover{
  background-color:  rgba(39, 87, 109, 0.25);
  transition: background-color 0.3s;
}
.departamentos-container section span:first-child{
  padding: 10px;
    
}
.departamentos-container section span:nth-child(2){
  padding: 10px;
  border-left: 1px solid #b3b3b3;
}
.departamentos-container section span:nth-child(3){
  padding: 10px;  
  border-left: 1px solid #b3b3b3;
  
}





/*CEDULAS*/
.cedulas-container{
  max-width: 800px;
  margin: 0 auto;
}
.cedulas-container a{
  display: grid;
  grid-template-columns: 150px 100px auto 130px;
  text-decoration: none;
  color: #2e2e2e;
  border: 1px solid #b3b3b3;
  align-items: center;
  margin-top: -1px;
  background-color:  rgb(255, 255, 255, 0.25);
}
.cedulas-container a:hover{
  background-color:  rgba(39, 87, 109, 0.25);
  transition: background-color 0.3s;
}
.cedulas-container a span:first-child{
  padding: 10px;
    
}
.cedulas-container a span:nth-child(2){
  padding: 10px;
  /*font-family: Arial, Helvetica, sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;*/
  
  border-left: 1px solid #b3b3b3;
}
.cedulas-container a span:nth-child(3){
  padding: 10px;
  
  border-left: 1px solid #b3b3b3;
  
}
.cedulas-container a span:nth-child(4){
  padding: 10px;  
  border-left: 1px solid #b3b3b3;
  
}












/*MODAL*/
.modal {
  width: 720px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px 40px 30px 40px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 90;
  
}
.modal hr{
    margin-top: 20px;
    margin-bottom: -25px;
}
main hr{
  margin-top: 20px;
  margin-bottom: 25px;
}


.layer{
    background-color: #2e2e2e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 80;
    opacity: 0.85;
    
}













/*FOOTER*/

.footer {  
  position: fixed;
  left: 0;
  width: 100%;   
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;  
  overflow: hidden;  
}

.footer img:first-child {
  align-self: center;
  justify-self: end;
  width: 45px;
  margin-right: 10px;
}

.footer img:nth-child(2) {
  align-self: end;
  justify-self: center;
  width: 140px;
}

.footer img:nth-child(3) {
  align-self: center;
  justify-self: start;
  width: 150px;
}
.block{
  position: static;
  margin-bottom: -10px;
  margin-top: 60px;
}

.fixed2{
  bottom: 50px;
}



/*PRINT FOOTER*/
.footer_fixed2 {  
  position: fixed;
  left: 0;
  width: 100%;   
  bottom: 50px;
  display: grid;
  grid-template-columns: 300px 1fr 1fr 1fr 300px;  
  overflow: hidden;  
  margin: 0 auto;
}
.footer_fixed2 .firma1{
  grid-column: 1/3;
  grid-row: 1/2;
}
.footer_fixed2 .firma2{
  grid-column: 4/6;
  grid-row: 1/2;
}

.footer_fixed2 .imgf1 {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: center;
  justify-self: end;
  width: 35px;
  margin-right: 10px;
}

.footer_fixed2 .imgf2 {
  grid-column: 3/4;
  grid-row: 2/3;
  align-self: end;
  justify-self: center;
  width: 100px;
}

.footer_fixed2 .imgf3 {
  grid-column: 4/5;
  grid-row: 2/3;
  align-self: center;
  justify-self: start;
  width: 110px;
}

.print-line{
  display: block;
  grid-column: 2/5;
  grid-row: 3/4;
  background-color: #606062;
  height: 1px;
}
.firmas{
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 20px;
}
.firmas hr{
  width: 150px;
  margin-bottom: 5px;
}
.firmas img{
  z-index: 10;
  width: 150px;
  margin-bottom: -22px;
  align-self: end;
}
.firmas h3{
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.firmas h4{
  font-family: 'Raleway';
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.firma2 img{
  width: 141px;
  margin-bottom: -24px;
}
.firma2 hr{
  margin-top: 4px;
}
