/* ***VARIABLES*** */
:root {
  --bg-color: #120621;
  --nav-bg-color: #1A0B2E;
  --primary-text-color: #ffffff;
  --secundary-text-color: #7127BA;
  --btn-bg-color: yellow;
  --btn-text-color: black;
  --btn-border-color:#7127BA;
  --btn-bg-color-hover: #7127BA;
  --btn-border-color-hover:yellow;
}

/* ESTILOS GENERALES */
* {
  margin: 0;
  padding: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  background-color: var(--bg-color);
}

.flex-style {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

body {
  background-color: var(--bg-color);
  color: var(--primary-text-color);
  min-height: 100vh;
  max-width: 80%;
  margin: 0 auto;
}

/* ***ESTILOS HEADER*** */
.portfolio-header-nav {
  background-color: var(--nav-bg-color);
  padding-top: 0;
  padding-bottom: 0;
}
.portfolio-header-nav__toggler {
  border: none;
}
.portfolio-header-nav__toggler:hover {
  background-color: var(--secundary-text-color);
  border: none;
}
.portfolio-header-nav__logo {
  color: var(--primary-text-color);
}
.portfolio-header-nav__logo:hover {
  color: var(--secundary-text-color);
}

.portfolio-header-nav-list-item__white {
  color: var(--primary-text-color);
  border-top: 0.0625rem solid var(--primary-text-color);
  text-decoration: none;
  list-style: none;
  border: none;
  align-items: right;
}
.portfolio-header-nav-list-item__white:hover {
  color: var(--secundary-text-color);
  text-decoration: none;
  list-style: none;
  border: none;
}

.navbar-expand-lg {
  color: var(--primary-text-color);
}

.navbar-toggler-icon {
  background-color: var(--nav-bg-color);
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.portfolio-header-nav .navbar-toggler:focus,
.portfolio-header-nav .navbar-brand:focus,
.portfolio-header-nav .nav-link:focus {
  outline: none;
  border-color: var(--primary-text-color);
  box-shadow: 0 0 0 0.125rem var(--secundary-text-color);
  color: var(--secundary-text-color);
}

/* ***INTRODUCING*** */
.introducing-section {
  display: flex;
}
.introducing-section-img__avatar {
  max-width: 15rem;
  position: relative;
  left: 9%;
  top: 21%;
  padding-top: 11%;
}
@media (max-width: 36rem) {
  .introducing-section-img__avatar {
    max-width: 7.5rem;
  }
}
.introducing-section-img__arrow {
  max-width: 10rem;
  position: relative;
  left: -15%;
  top: 2%;
}
@media (max-width: 36rem) {
  .introducing-section-img__arrow {
    max-width: 2rem;
  }
}
.introducing-section-text {
  position: relative;
  margin-top: 3%;
}
.introducing-section-text__p_color {
  color: var(--primary-text-color);
}
.introducing-section-text__s_color {
  color: var(--secundary-text-color);
}
@media (max-width: 36rem) {
  .introducing-section-text {
    font-size: 0.6rem;
  }
}
.introducing-section-text-title__p_color {
  color: var(--primary-text-color);
}
@media (max-width: 54rem) {
  .introducing-section-text-title__p_color {
    font-size: 1, 5rem;
  }
}
@media (max-width: 36rem) {
  .introducing-section-text-title__p_color {
    font-size: 1rem;
  }
}
.introducing-section-text-title__s_color {
  color: var(--secundary-text-color);
}
@media (max-width: 54rem) {
  .introducing-section-text-title__s_color {
    font-size: 1, 5rem;
  }
}
@media (max-width: 36rem) {
  .introducing-section-text-title__s_color {
    font-size: 1, 1rem;
  }
}
.introducing-section-text-subtitle__p_color {
  color: var(--primary-text-color);
}
.introducing-section-description {
  margin-top: 2rem;
  padding: 2rem;
  border: 0.15rem solid var(--secundary-text-color);
  border-radius: 0.5rem;
  margin: 1rem;
}
.introducing-section-description-subtitle__s_color {
  color: var(--secundary-text-color);
}

/* ***CAREER*** */
.career {
  position: relative;
  display: block;
}
.career-tittle__s_color {
  color: var(--primary-text-color);
  text-align: center;
  font-style: inherit;
  padding: 3rem;
  text-decoration: underline;
  text-decoration-color: var(--secundary-text-color);
}
.career-cards {
  margin: 2rem;
  z-index: 1;
  margin: 0 auto;
  flex-wrap: wrap;
}
.career-cards-card {
  margin: 0.5rem;
  border: 0.0625rem solid var(--secundary-text-color);
  max-width: 45%;
}
@media (max-width: 32rem) {
  .career-cards-card {
    max-width: 100%;
  }
}
.career-cards-card-body-title__p_color {
  color: var(--primary-text-color);
}
.career-cards-card-body-subtitle__p_color {
  color: var(--primary-text-color);
}
.career-cards-card-body-link__s_color {
  background-color: var(--btn-bg-color);
  text-decoration: none;
  color: var(--secundary-text-colorr);
  border: 0.0625rem solid var(--secundary-text-color);
  border-radius: 0.3125rem;
  padding: 0.3rem;
  margin-bottom: 0.0938rem;
  display: block;
  max-width: 30%;
}
@media (max-width: 48rem) {
  .career-cards-card-body-link__s_color {
    max-width: 70%;
  }
}
.career-cards-card-body-link__s_color:hover {
  background-color: var(--secundary-text-color);
  color: var(--btn-text-color);
}

/* ***BACK RADIAL*** */
.back-radial {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21.875rem;
  height: 21.875rem;
  background: radial-gradient(circle, var(--primary-text-color) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 32rem) {
  .back-radial {
    top: 250%;
  }
}

/* ***TECH*** */
.tech-tittle__s_color {
  color: var(--primary-text-color);
  text-align: center;
  font-style: inherit;
  padding: 3rem;
  text-decoration: underline;
  text-decoration-color: var(--secundary-text-color);
}
.tech-img {
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.375rem;
}
.tech-img-item {
  max-width: 3rem;
  transition: transform 0.5s ease;
}
.tech-img-item:hover {
  transform: scale(1.2);
}

.contact {
  margin: 0 auto;
}
.contact-tittle__s_color {
  color: var(--primary-text-color);
  text-align: center;
  font-style: inherit;
  padding: 3rem;
  text-decoration: underline;
  text-decoration-color: var(--secundary-text-color);
}
.contact-form {
  max-width: 37.5rem;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form-item {
  display: flex;
  justify-content: space-around;
}
.contact-form-item-label {
  padding-right: 1.25rem;
  max-width: 40%;
}
.contact-form-item-input {
  width: 80%;
  border: 0.0625rem solid var(--secundary-text-color);
  border-radius: 0.3125rem;
  color: var(--primary-text-color);
}
@media (max-width: 32rem) {
  .contact-form-item-input {
    max-width: 70%;
  }
}
.contact-form-terms-label-link {
  color: var(--primary-text-color);
  border-top: 0.0625rem solid var(--primary-text-color);
  text-decoration: none;
  list-style: none;
  border: none;
}
.contact-form-terms-label-link:hover {
  color: var(--secundary-text-color);
  text-decoration: none;
  list-style: none;
  border: none;
}
.contact-form-button {
  background-color: var(--btn-bg-color);
  text-decoration: none;
  color: var(--secundary-text-colorr);
  border: 0.0625rem solid var(--secundary-text-color);
  border-radius: 0.3125rem;
  padding: 0.3rem;
  margin-bottom: 0.0938rem;
  color: black;
}
.contact-form-button:hover {
  background-color: var(--secundary-text-color);
  color: var(--btn-text-color);
}

.footer {
  margin-top: 3rem;
}
.footer-icons-item {
  color: var(--primary-text-color);
}
.footer-icons-item:hover {
  color: var(--secundary-text-color);
}

/*# sourceMappingURL=styles.css.map */
