#copyrights {
		background-color: #000000 !important;
		}

  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
  margin:0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body{
  display: grid;
  place-items: center;
  text-align: left;
  background-color: rgb(3, 62, 135);
  background-size: cover;
    background-image: url('frontend/imagenes/fondo.avif'); 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}

span.a {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid
}

.contentp{
  display: inline-block;
  width: 1100px;
  height: 330px;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 100px auto 0px auto;
  box-shadow: -3px -3px 9px #aaa9a9a2,
              3px 3px 7px rgba(147, 149, 151, 0.671);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 35px;
  color: rgb(247, 233, 233);
}

.contentm{
  display: inline-block;
  width: 150px;
  height:150px;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 50px auto 0px auto;
  box-shadow: -3px -3px 9px #aaa9a9a2,
              3px 3px 7px rgba(147, 149, 151, 0.671);
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 35px;
  color: rgb(247, 233, 233);
}

.content{
  display: inline-block;
  width: 250px;
  height: 330px;
  border-radius: 10px;
  padding: 30px 30px;
  margin: 20px 20px 0px 20px;
  box-shadow: -3px -3px 9px #aaa9a9a2,
              3px 3px 7px rgba(147, 149, 151, 0.671);
}

.content .text{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 35px;
  color: rgb(247, 233, 233);
}

.content .field{
  height: 50px;
  width: 100%;
  display: flex;
  position: relative;
}

.field input{
  height: 100%;
  width: 100%;
  padding-left: 45px;
  font-size: 18px;
  outline: none;
  border: none;
  color: #e0d2d2;
  border: 1px solid rgba(255, 255, 255, 0.438);
  border-radius: 8px;
  background: rgba(105, 105, 105, 0);
 }

.field input::placeholder{
  color: #e0d2d2a6;
}

.field:nth-child(2){
  margin-top: 20px;
}

.field span{
  position: absolute;
  width: 50px;
  line-height: 50px;
  color: #ff0000;
}

button{
  margin: 25px 0 0 0;
  width: 100%;
  height: 50px;
  color: rgb(238, 226, 226);
  font-size: 18px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.438);
  border-radius: 8px;
  background: rgba(105, 105, 105, 0);
 margin-top: 40px;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
}
 
.content .or{
  color: rgba(255, 255, 255, 0.733);
  margin-top: 9px;
}
 
.icon-button{
  margin-top: 15px;
}

.icon-button span{
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
   color: rgba(244, 247, 250, 0.795);
 border-radius: 5px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.164);
    backdrop-filter: blur(10px);
}

.icon-button span.facebook{
  margin-right: 17px;
}

button:hover,
.icon-button span:hover{
  background-color: #babecc8c;
}

span.blank {
  letter-spacing: 50px;
}

.titulo{
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1px;
  color: rgb(241, 196, 15);
  -webkit-text-stroke: 1px #F8F8F8;
  text-shadow: 0px 1px 4px #23430C;
}
.logoUNAM{
  max-width: 150px;
}

div.uno{
    width:100%; margin:auto;
}
div.p5{
    padding: 5px;
}
div.p10{
    padding: 10px;
}
div.p20{
    padding: 20px;
}
div.p35{
    padding: 35px;
}