/* Estilos generales Sobre Mi y otras paginas */
.content__about,
.content__resume,
.content__blog,
.content__contact,
.content__portfolio {
  height: 100%;
  min-height: 100%;
  padding: 6rem;
  padding-right: 3rem;
  overflow: auto;

  display: block;
}
.about__header,
.contact__header,
.blog__header,
.resume__header,
.portfolio__header {
  display: inline-block;
  margin-bottom: 4.5rem;
}

.about__title,
.resume__title,
.contact__title,
.blog__title,
.portfolio__title {
  font-size: 3.2rem;
  position: relative;
}
.about__title::after,
.resume__title::after,
.contact__title::after,
.blog__title::after,
.portfolio__title::after {
  content: "";
  position: absolute;
  width: 50px;
  top: 20px;
  right: -25px;
  height: 30px;
  background-image: -webkit-repeating-radial-gradient(
    center center,
    var(--color-secundario),
    var(--color-secundario) 1px,
    transparent 0px,
    transparent 100%
  );
  background-size: 6px 6px;
  opacity: 0.5;
}

.title__color {
  color: var(--color-secundario);
}

/* Información Personal */
.about__personal-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 5rem;
}
.personal-info__bio {
  flex-basis: 56%;
}
.personal-info__description {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.personal-info__data {
  flex-basis: 44%;
  padding: 0 1.5rem;
}

.personal-info__option {
  margin-bottom: 1rem;
}
.personal-info__title {
  margin-right: 0.5rem;
  color: var(--color-secundario);
  font-weight: 600;
}

/* Estilos Generales compartidos de about y otras secciones*/
.about__services,
.about__clients,
.about__extra,
.about__prices,
.about__reviews {
  width: 100%;
  margin-bottom: 3rem;
}
.services__header,
.prices__header,
.extra__header,
.contact__form-header,
.clients__header,
.reviews__header,
.resume__subheader {
  display: inline-block;
  padding-right: 1.2rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.services__title,
.clients__title,
.prices__title,
.form-header__subtitle,
.extra__title,
.resume__subtitle,
.reviews__title {
  font-size: 2.1rem;
}
.services__title::after,
.clients__title::after,
.prices__title::after,
.extra__title::after,
.form-header__subtitle::after,
.resume__subtitle::after,
.reviews__title::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0px;
  width: 30px;
  height: 20px;
  background-image: -webkit-repeating-radial-gradient(
    center center,
    var(--color-secundario),
    var(--color-secundario) 1px,
    transparent 0px,
    transparent 100%
  );
  background-size: 6px 6px;
  opacity: 0.5;
}
/* Servicios */
.services__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.services__service {
  flex-basis: calc(50% - 3rem);
  margin-right: 3rem;
  margin-bottom: 2.5rem;
}
.service__real-icon {
  color: var(--color-secundario);
  font-size: 3.8rem;
}

.service__title {
  font-size: 1-8rem;
  margin: 0.5rem 0;
}

.service__description {
  font-size: 1.5rem;
  text-align: justify;
}

/* Reviews */
.reviews__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.reviews__review {
  flex-basis: calc(50% - 2.5rem);
  border: 2px solid var(--color-border-reviews);
  border-radius: 2rem;
  padding-top: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 1.5rem;
  margin-right: 2.5rem;
  margin-top: 4.5rem;
  margin-bottom: 1rem;
}

.review__image-container {
  width: 100%;
}
.review__img {
  max-width: 9rem;
  max-height: 9rem;
  border-radius: 9rem;
  margin: 0 auto;
  margin-top: -4.5rem;
  margin-bottom: 2rem;
  box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.25);
}

.review__description {
  margin-bottom: 1rem;
}

.review__text {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.review__author {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.author__name {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.review__company {
  color: var(--color-company);
  font-weight: 300;
  font-size: 1.3rem;
}
.review__icon {
  font-size: 4rem;
  opacity: 0.5;
  color: var(--color-secundario);
}

/* Clientes */

.about__clients {
  width: 100%;
  margin-bottom: 2.5rem;
}

.clients__header {
  margin-bottom: 3rem;
}

.clients__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.clients__link {
  display: block;
  width: 100%;
  opacity: 0.7;
  transition: all 300ms linear;
}

.clients__link:hover {
  opacity: 1;
}
.clients__image {
  width: 145px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Precios */
.prices__container {
  margin-bottom: 5rem;

  display: flex;
  flex-direction: row;
}

.prices__box {
  flex-basis: 50%;
  height: 100%;
  margin-right: 3rem;
  padding: 3rem;
  border: 2px solid var(--color-border-reviews);
  border-radius: 1.5rem;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.prices__box:last-of-type {
  margin-right: 0rem;
}

.prices__box:hover,
.extra__info:hover {
  box-shadow: 0 18px 24px -5px rgba(0, 0, 0, 0.15);
  transform: translateY(-9px);
}

.prices__subtitle {
  margin-bottom: 3rem;
}

.prices__text {
  position: relative;
  display: inline-block;
}

.prices__box:hover .prices__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 0.2rem;
  background-color: var(--color-secundario);
}

.prices__price {
  padding-bottom: 1rem;
}

.prices__number {
  display: block;
  font-size: 4.2rem;
  line-height: 1;
  color: var(--color-títulos);
}
prices__advice {
  display: block;
  color: var(--color-subtítulos);
}

.prices__buy {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.prices__btn {
  display: inline-block;
  padding: 1.2rem 3.1rem;
  border: 2px solid var(--color-border-reviews);
  box-shadow: 0 10px 10px -8px var(--color-border-reviews);
  border-radius: 3rem;
  transition: all 300ms ease-in-out;
}

.prices__btn:hover {
  background-color: var(--color-secundario);
  color: var(--color-principal);
}

.prices__reward {
  font-size: 1.4rem;
  padding: 0.6rem 0;
}

/* Información extra */

.extra__container {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.extra__info {
  flex-basis: 30%;
  padding: 2.5rem 1rem;
  border: 2px solid var(--color-border-reviews);
  border-radius: 1rem;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.extra__info:hover {
  transform: translateY(0.5rem);
}

.extra__icon {
  font-size: 3.3rem;
  color: var(--color-secundario);
  margin-bottom: 1rem;
}

.extra__subtitles {
  font-size: 1.5rem;
  margin: 1.5rem;
}

.extra__quantity {
  display: block;
  margin: 1.5rem 1rem;
  margin-bottom: 0;
  font-size: 3.6rem;
  line-height: 5rem;
  color: var(--color-subtítulos);
}
