.imagenperfil{
  width: 350px;
  height: 165px;
  background: teal;
  border-radius:  0 0 100% 100%;

 }
.container-perfil{
  width: 300px;
  height: 90%;
  background: #FFFF;
border: 1px solid 
  margin-right: auto;
  position: relative;
}
 .imagenperfil i{
  font-size: 8rem;
  color: #fff;
  margin: 125px;
 margin-top: 20px;
 }

 .sombraperfil {
   -webkit-box-shadow: 1px 12px 10px -3px rgba(103, 123, 132, 1);
-moz-box-shadow: 1px 12px 10px -3px rgba(103, 123, 132, 1);
box-shadow: 1px 12px 10px -3px rgba(103, 123, 132, 1);
}
 body {
   margin: 0;
   padding: 0;
   font-size: 16px;
   line-height: 1.5;
   text-rendering: optimizeLegibility;
   font-variant-ligatures: none;
   box-sizing: border-box;
   font-family: 'Roboto', sans-serif;
   background-color: #fafafa;
}
body::before,
body::after {
  content: "";
  display: table;
  clear: both;
}
body * {
  box-sizing: inherit;
}
.px-2 span, h3 {
  margin: 0; padding: 0;
}

 body, .text-light-black {
   color: rgba(0,0,0,0.6);
}
.text-black {
  color: rgba(0,0,0,0.9);
}
.text-muted {
  color: rgba(0, 0, 0, 0.3);
}



.text-uppercase {
  text-transform: uppercase;
}
.ff-serif {
  font-family: 'Lora', serif;
}

.font-weight-normal {
  font-weight: normal;
}
.font-weight-medium {
  font-weight: 500;
}

.lts-2px {
  letter-spacing: 2px;
}

.d-block {
  display: block;
}

.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute
}

.bg-white {
  background-color: #fff;
}

.small {
  font-size: 0.75rem;
}
.card-heading {
  font-size: 1.25rem;
}

.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.blue-hover {
  transition: all 0.25s ease-in;
  border-bottom: 5px solid transparent;
}
.blue-hover:hover {
  transform: translateY(-5px);
  mar
  border: none;
  border-bottom: 5px solid #FF3800;
}


/**Margin and padding utilities*/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

