* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: url('img/bg.jpg') no-repeat;
  background-size: cover;
}

.box {
  width: 70%;
  background: rgba(148, 176, 212, 0.24);
  padding: 20px;
  text-align: right;
  margin: 0 auto;
  margin-top: 4%;
  color: rgb(0, 0, 0);
  font-family: 'Century Gothic', sans-serif;
  border-radius: 15px;
  /* box-shadow: 7px 13px 37px black; */
}


.box-img {
  margin: 1rem;
  object-fit: cover;
  width: 200px;
  height: 220px;
  border-radius: 0%;
  float: right;
}

.box h1 {
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: 100;
  margin: 0 auto;
}

.box h2 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 100;
  margin-bottom: 30px
}

.box p {
  text-align: justify;
}

.box ul {
  margin-top: 20px;
  list-style: none;
}

.box ul li {
  display: inline-block;
}
.box ul li a {
  color: rgb(28, 28, 109);
  font-size: 15px;
  padding: 0px 5px;
  transition: all .5s ease-in-out;
  display: flex;
}

.box ul li a:hover {
  color:#3c1fe0;
  transform: scale(1.1);
}
.boton-contactar-perfil{
  background-color:#2368A7;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  padding: .5rem 3rem;
  text-align:center;
  margin-top:2rem;
  display:inline-block;
  border:none
}
.box-1{
  width: 70%;
  background: rgba(148, 176, 212, 0.24);
  padding: 20px;
  text-align: left;
  margin: 0 auto;
  margin-top: 0.5%;
  color: rgb(15, 14, 14);
  font-family: 'Century Gothic', sans-serif;
  border-radius: 15px;
  /* box-shadow: 7px 13px 37px black; */
}
.box-1 ul {
  text-align: center;
}
.table-perfil {
  width: 70%;
  background: rgba(250, 246, 246, 0.26);
  padding: 20px;
  text-align: left;
  margin: 0 auto;
  margin-top: 1%;
  color: rgb(15, 14, 14);
  font-family: 'Century Gothic', sans-serif;
  border-radius: 15px;
}
.box ul b {
  text-align: center;
}
.perfill{
  
  width:95%;max-width:120rem;margin:0 auto
}
