.content {
  max-width: 80vw;
  height: 100%;
  animation: fadein 1500ms;
  display: flex;
  flex-direction: row;
  padding: 2rem;
  grid-column-gap: 2rem;
  margin: 0 auto;
  z-index: 5;
}
.content .logo-consultorio {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 720px) {
  .content .logo-consultorio {
    display: block;
  }
}
.content .logo-consultorio img.logo-mobile {
  width: 8rem;
  height: 3.41rem;
  display: block;
}
@media only screen and (max-width: 720px) {
  .content {
    max-width: 100vw;
    flex-direction: column;
    padding: 0.25rem;
    padding-top: 5rem;
    grid-row-gap: 1rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .content {
    flex-direction: column;
    max-width: 99vw;
    grid-row-gap: 2rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.footer {
  background: rgba(255, 255, 255, 0);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content .profile {
  display: grid;
  grid-template-rows: 35vh auto;
  align-items: start;
  height: 80vh;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  grid-row-gap: 2rem;
  background: #caeef5;
  background: linear-gradient(90deg, #caeef5 0%, #e4f6fa 100%);
}
@media only screen and (max-width: 720px) {
  .content .profile {
    height: auto;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-row-gap: 0;
    align-items: center;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .content .profile {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
    height: auto;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    align-items: center;
  }
}
.content .profile .profile-image {
  align-self: start;
  height: fit-content;
  position: relative;
  width: fit-content;
}
.content .profile .profile-image img.profile {
  border-radius: 20px 20px 0 0;
  height: 35vh;
  display: block;
}
@media only screen and (max-width: 720px) {
  .content .profile .profile-image img.profile {
    height: auto;
    width: 100%;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .content .profile .profile-image img.profile {
    height: 30vh;
    border-radius: 15px 0 0 15px;
  }
}
.content .profile .profile-image .dr-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(36, 26, 25, 0.4);
  transform: translateY(-100%);
  padding: 0.25rem 1rem;
}
.content .profile .profile-image .dr-name span.name {
  font-family: Raleway;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFF;
  -webkit-text-fill-color: #FFF;
  display: block;
  text-align: right;
}
.content .profile .profile-info {
  margin: 1rem auto;
  max-width: fit-content;
  display: grid;
  grid-template-columns: auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .content .profile .profile-info {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .content .profile .profile-info {
    margin: 1rem 0;
  }
}
.content .profile .profile-info .logo {
  padding: 0.5rem;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.2));
  width: fit-content;
  margin: 1rem auto;
  display: grid;
  margin-top: 0;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.content .profile .profile-info .logo svg.id {
  display: block;
  fill: #05C1D1;
  height: 2.5rem;
  stroke: #05C1D1;
  stroke-width: 4px;
}
.content .profile .profile-info .profile-info-container {
  text-align: right;
}
.content .profile .profile-info .profile-info-container span {
  font-family: Questrial;
  display: block;
  text-align: left;
  color: #6A6A6A;
  -webkit-text-fill-color: #6A6A6A;
  font-size: 1.0625rem;
  padding: 0 0.5rem;
}
.content .profile .profile-info .profile-info-container span.name {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  background: rgba(47, 188, 218, 0.15);
  color: #05C1D1;
  -webkit-text-fill-color: #05C1D1;
  font-family: Raleway;
  font-size: 1.125rem;
  margin-right: auto;
  margin-bottom: 1rem;
  text-transform: uppercase;
  padding: 0.5rem;
}
.content .profile .profile-info .profile-info-container span.cmp-number {
  font-weight: bold;
  display: inline-block;
  padding: 0;
}
.content .profile .profile-info .profile-info-container span.number {
  font-family: "Questrial";
  display: inline-block;
  padding: 0 0.5rem;
}
.content .profile .profile-info .profile-info-container span.title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #05C1D1;
  -webkit-text-fill-color: #05C1D1;
}
.content .profile .profile-info .profile-info-container.name {
  padding: 0.5rem 0;
}

.content .bio {
  overflow: scroll;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
  display: grid;
  grid-template-columns: auto;
  align-self: center;
  height: 80vh;
  background: rgba(47, 188, 218, 0.15);
  border-radius: 20px;
}
@media only screen and (max-width: 720px) {
  .content .bio {
    overflow: inherit;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .content .bio {
    overflow: inherit;
  }
}
@media only screen and (max-width: 720px) {
  .content .bio {
    height: auto;
    padding: 0 0.25rem;
    box-shadow: none;
    width: 100%;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .content .bio {
    height: auto;
    width: 100%;
  }
}

.content .bio .education {
  display: grid;
  grid-template-columns: auto;
  align-self: center;
  border-radius: 10px;
  /*        @include responsive(laptop){
              -webkit-box-shadow: 5px 5px 116px -29px rgba(0,0,0,0.75);
              -moz-box-shadow: 5px 5px 116px -29px rgba(0,0,0,0.75);
          }
          @include responsive(desktop){
              -webkit-box-shadow: 5px 5px 116px -29px rgba(0,0,0,0.75);
              -moz-box-shadow: 5px 5px 116px -29px rgba(0,0,0,0.75);
          }
  */
  padding: 1rem 0;
}
.content .bio .education .section {
  background-size: cover;
  height: 100%;
}
.content .bio .education .section div.title {
  grid-column: 1;
  background: rgba(255, 255, 255, 0.5);
  width: fit-content;
}
.content .bio .education .section div.title span.title {
  color: #05C1D1;
  -webkit-text-fill-color: #05C1D1;
  font-family: "Raleway";
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem 1rem;
}
.content .bio .education .section .photo-container {
  background: rgba(255, 255, 255, 0.5);
  margin: 1rem;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  width: fit-content;
}
.content .bio .education .section .photo-container.photo-1 {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 720px) {
  .content .bio .education .section .photo-container.photo-1 {
    grid-column: auto;
    grid-row: auto;
    margin: 0 auto;
  }
}
.content .bio .education .section .photo-container img.photo {
  margin: 0.5rem auto;
  display: block;
  height: 25vh;
  border-radius: 10px;
}
.content .bio .education .section .photo-container span.photo-description {
  all: unset;
  font-family: "Questrial";
  font-size: 1rem;
  color: #6A6A6A;
  -webkit-text-fill-color: #6A6A6A;
}
.content .bio .education .bio-section-1 {
  all: unset;
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .content .bio .education .bio-section-1 {
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  .content .bio .education .bio-section-1 {
    grid-template-columns: auto;
  }
}
.content .bio .education .bio-section-1 .description {
  grid-column: 1;
  grid-row: 2;
  margin: 0 1rem;
  align-self: start;
}
.content .bio .education .bio-section-1 .description p {
  all: unset;
  font-family: "Questrial";
  font-size: 1rem;
  text-align: justify;
  color: #6A6A6A;
  -webkit-text-fill-color: #6A6A6A;
}
.content .bio .education .bio-section-2 {
  all: unset;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column-gap: 1rem;
}
@media only screen and (max-width: 720px) {
  .content .bio .education .bio-section-2 {
    grid-template-columns: auto;
  }
}
.content .bio .education .bio-section-2 .photo-2,
.content .bio .education .bio-section-2 .photo-3 {
  padding: 1rem;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  text-align: center;
  width: fit-content;
}
.content .bio .education .bio-section-2 .photo-4 {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
  width: fit-content;
}
@media only screen and (max-width: 720px) {
  .content .bio .education .bio-section-2 .photo-4 {
    grid-column: 1;
  }
}

.bio .specialities {
  display: grid;
  grid-template-columns: auto;
  margin: 1rem 0;
  padding: 1rem 0;
}
.bio .specialities div.title {
  background: rgba(255, 255, 255, 0.5);
  width: fit-content;
}
.bio .specialities div.title span.title {
  color: #05C1D1;
  -webkit-text-fill-color: #05C1D1;
  font-family: "Raleway";
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem 1rem;
}
.bio .specialities .speciality-section {
  display: grid;
  grid-template-columns: 1.2rem auto;
  align-items: center;
  padding: 1rem;
  margin: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  grid-row-gap: 0.5rem;
}
@media only screen and (max-width: 720px) {
  .bio .specialities .speciality-section {
    margin: 1rem 0;
  }
}
.bio .specialities .speciality-section h5 {
  all: unset;
  margin: 0;
  display: grid;
  font-family: "Raleway";
  font-size: 1.125rem;
  grid-column: 1/span 2;
  color: #05C1D1;
  -webkit-text-fill-color: #05C1D1;
}
.bio .specialities .speciality-section .img {
  align-self: start;
  margin-top: 3px;
}
.bio .specialities .speciality-section svg {
  fill: #05C1D1;
  height: 0.75rem;
  display: block;
  align-self: start;
  padding-top: 2px;
}
.bio .specialities .speciality-section span {
  display: block;
  font-family: Questrial;
  font-size: 1rem;
  color: #6A6A6A;
  -webkit-text-fill-color: #6A6A6A;
}

/*# sourceMappingURL=about-me.css.map */
