@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* dark shades of primary color*/
/* primary/main color */
/* lighter shades of primary color */
/* darkest grey - used for headings */
/* grey used for paragraphs */
/** Media Queries **/
.text-center {
  text-align: center;
}

.bg-primario {
  background-color: #e8505b;
}

/* section */
.section {
  padding: 5rem 0;
}

.section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 120rem;
}
@media (min-width: 768px) {
  .section-center {
    width: 95vw;
  }
}

.section-title {
  margin-bottom: 4rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .section-center {
    width: 95vw;
  }
}
.underline {
  width: 5rem;
  height: 0.35rem;
  margin-bottom: 1.25rem;
  background-color: hsl(42, 78%, 60%);
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: hsl(42, 78%, 60%);
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  letter-spacing: 0.25rem;
  border-radius: 0.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: hsl(43, 86%, 17%);
  text-decoration: none;
  transition: all 0.3s linear;
  text-transform: uppercase;
  border: 2px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.btn:hover {
  background-color: hsl(42, 78%, 50%);
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.25rem;
    padding: 0.375rem 1rem;
  }
}

.bg-grey {
  background-color: hsl(224, 23%, 13%);
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: hsl(225, 21%, 11%);
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
}

ul {
  list-style-type: none;
  color: hsl(210, 22%, 49%);
  font-size: 2rem;
}

p {
  margin-bottom: 1.25rem;
  color: hsl(210, 22%, 49%);
  font-size: 2rem;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img:not(.nav__logo) {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.25rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: "Be Vietnam Pro", sans-serif;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  body {
    font-size: 1.6rem;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 1;
  }
}
.hero {
  background-color: hsl(224, 23%, 13%);
}
.hero .underline {
  margin-bottom: 0.2rem;
  margin-left: 0;
}
.hero__img {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .hero__img {
    display: block;
  }
  .hero__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.35rem solid hsl(42, 78%, 60%);
    top: 2rem;
    right: -2rem;
    border-radius: 0.5rem;
  }
}
.hero__center {
  min-height: calc(100vh - 10rem);
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .hero__center {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero__info h3 {
  color: hsl(210, 22%, 49%);
}
.hero__title {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 480px) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 5rem;
  }
}
.hero__icons {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  justify-items: start;
  margin-top: 3rem;
  width: 20rem;
  padding-left: 0;
}
.hero__icon {
  font-size: 2.5rem;
  color: hsl(210, 36%, 96%);
  transition: all 0.3s linear;
}
.hero__icon:hover {
  color: hsl(210, 22%, 49%);
}
.hero__btn {
  margin-top: 1.25rem;
}
.hero__photo {
  max-width: 25rem;
  max-height: 45rem;
  object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
}
.hero__cursor {
  display: none;
  height: 34px;
  width: 34px;
  color: #8b8b8b;
  position: absolute;
  top: 4px;
  right: 60px;
}
.hero__cursor--visible {
  display: block;
}
.hero__cursor--active {
  animation: cursorAnimado 0.8s linear 0s infinite alternate;
}
.hero__cursor-icono {
  height: 100%;
  width: 100%;
}
@keyframes cursorAnimado {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.nav {
  height: 10rem;
  padding: 1rem;
  display: grid;
  align-items: center;
  transition: all 0.3s linear;
  background-color: hsl(210, 36%, 96%);
}
.nav__links {
  display: none;
}
@media (min-width: 768px) {
  .nav__links {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    justify-self: end;
  }
  .nav__links a {
    text-transform: capitalize;
    color: hsl(210, 36%, 96%);
    font-weight: bold;
    letter-spacing: 0.25rem;
    transition: all 0.3s linear;
    font-size: 1.5rem;
  }
  .nav__links a:hover {
    color: hsl(223, 15%, 35%);
  }
}
@media (min-width: 1170px) {
  .nav__links a {
    font-size: 2rem;
  }
}
.nav__center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .nav__center {
    display: flex;
    justify-content: space-between;
  }
}
.nav__header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.nav__btn {
  background: transparent;
  border-color: transparent;
  color: hsl(223, 15%, 35%);
  font-size: 2rem;
  cursor: pointer;
  justify-self: end;
}
.nav__btn .fa-sharp {
  color: hsl(225, 21%, 11%);
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .nav__btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav {
    background-color: hsl(225, 21%, 11%);
  }
}
.nav__title {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2rem;
  color: hsl(225, 21%, 11%);
}
@media (min-width: 768px) {
  .nav__title {
    color: hsl(210, 36%, 96%);
    font-size: 3rem;
  }
}
.nav__span {
  color: hsl(42, 78%, 60%);
}

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(210, 36%, 96%);
  z-index: 4;
  display: grid;
  place-items: center;
  transition: all 0.3s linear;
  transform: translateX(-100%);
}
.sidebar__links {
  text-align: center;
  padding-left: 0;
}
.sidebar__links a {
  font-size: 3rem;
  text-transform: capitalize;
  transition: all 0.3s linear;
  color: hsl(210, 22%, 49%);
  letter-spacing: 0.25rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.sidebar__links a:hover {
  color: hsl(223, 15%, 35%);
}
.sidebar .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  background: transparent;
  border: transparent;
  transition: all 0.3s linear;
  color: #bb2525;
  cursor: pointer;
}
.sidebar .close-btn:hover {
  color: #e66b6b;
}

.social-icons {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-top: 3rem;
  width: 20rem;
  padding-left: 0;
}

.social-icon {
  font-size: 2.5rem;
  color: hsl(209, 61%, 16%);
  transition: all 0.3s linear;
}
.social-icon:hover {
  color: hsl(210, 22%, 49%);
}

.show-sidebar {
  transform: translateX(0);
}

.about__title {
  text-align: left;
  margin-bottom: 2rem;
}
.about__title .underline {
  margin-left: 0;
}
@media (min-width: 768px) {
  .about__center {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about__img {
  justify-self: center;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .about__img {
    position: relative;
  }
  .about__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.35rem solid hsl(42, 78%, 60%);
    top: 2rem;
    left: -2rem;
    border-radius: 0.5rem;
  }
}
.about__info {
  align-self: center;
}
.about__photo {
  max-width: 35rem;
  max-height: 55rem;
  object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
}

.service {
  background-color: hsl(225, 21%, 11%);
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.3s linear;
}
.service__icon {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.service .underline {
  width: 3rem;
  height: 0.12rem;
  transition: all 0.3s linear;
}
.service p {
  transition: all 0.3s linear;
}
.service:hover {
  background-color: hsl(210, 36%, 96%);
  color: hsl(225, 21%, 11%);
}
.service:hover p {
  color: hsl(225, 21%, 11%);
}
.service:hover .underline {
  background-color: hsl(225, 21%, 11%);
}

@media (min-width: 768px) {
  .services-center {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-center {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.projects__text {
  width: 85vw;
  max-width: 45rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .projects__center {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .projects__center {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1170px) {
  .projects__center {
    grid-template-rows: 250px 250px 250px 250px;
    gap: 1rem;
    grid-template-areas: "a b b" "a c d" "e f g" "h h g";
  }
}

.project {
  position: relative;
  background-color: hsl(43, 89%, 70%);
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1170px) {
  .project {
    height: 100%;
  }
  .project-1 {
    grid-area: a;
  }
  .project-2 {
    grid-area: b;
  }
  .project-3 {
    grid-area: c;
  }
  .project-4 {
    grid-area: d;
  }
  .project-5 {
    grid-area: e;
  }
  .project-6 {
    grid-area: f;
  }
  .project-7 {
    grid-area: g;
  }
  .project-8 {
    grid-area: h;
  }
}
.project__info {
  text-align: center;
  color: hsl(225, 21%, 11%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  opacity: 0;
}
.project__info p {
  text-transform: capitalize;
  color: hsl(225, 21%, 11%);
}
.project:hover .project__info {
  opacity: 1;
}
.project:hover .project__img {
  opacity: 0.1;
}
.project:hover::after {
  opacity: 1;
  transform: scale(0.8);
}
.project__img {
  transition: all 0.3s linear;
  border-radius: 0.5rem;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 1170px) {
  .project__img {
    height: 100%;
    align-self: flex-start;
  }
}
.project::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.25rem solid hsl(210, 36%, 96%);
  border-radius: 0.5rem;
  transition: all 0.3s linear;
  opacity: 0;
}
.project p {
  font-size: 1.5rem;
}

.skills__container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.3s linear;
  overflow: hidden;
  position: relative;
}
.skills__container:hover .skills__track {
  animation-play-state: paused;
}
.skills__container img {
  width: 6rem;
}
@media (min-width: 768px) {
  .skills__container img {
    margin: 1rem 3rem;
  }
}
@media (min-width: 1024px) {
  .skills__container img {
    margin: 1rem 3rem;
  }
}
.skills__container .skills__track {
  display: flex;
  gap: 2rem;
  align-items: center;
  will-change: transform;
}
.skills__container .skills__track.is-ready {
  animation: skills-scroll var(--track-duration, 18s) linear infinite;
}
.skills__logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s linear;
}
.skills__logo svg {
  width: 6rem;
}
@media (min-width: 768px) {
  .skills__logo svg {
    margin: 1rem 3rem;
  }
}
@media (min-width: 1024px) {
  .skills__logo svg {
    margin: 1rem 3rem;
  }
}
@keyframes skills-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--translate-end, -50%));
  }
}

.timeline__center {
  width: 80vw;
  max-width: 40rem;
}
@media (min-width: 768px) {
  .timeline__center {
    width: 80vw;
    max-width: 60rem;
  }
}
.timeline__item {
  border-top: 2px dashed hsl(210, 36%, 96%);
  margin: 0;
  padding: 4rem 2rem;
  position: relative;
}
.timeline__item:nth-child(even) {
  border-left: 2px dashed hsl(210, 36%, 96%);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-right: 2rem;
  padding-right: 0;
}
.timeline__item:nth-child(even) .number {
  left: 0;
}
.timeline__item:nth-child(odd) {
  border-right: 2px dashed hsl(210, 36%, 96%);
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-left: 2rem;
  padding-left: 0;
}
.timeline__item:nth-child(odd) .number {
  right: 0;
  transform: translate(50%, -50%);
}
.timeline__item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
}
.timeline__item:last-child {
  border-bottom-left-radius: 0;
}
.timeline__item li.more {
  display: none;
}
.timeline ul {
  margin-bottom: 0;
  list-style-type: circle;
}

.number {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  background-color: hsl(42, 78%, 60%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: hsl(210, 36%, 96%);
  font-weight: bold;
  color: hsl(210, 36%, 96%);
}

.btn-vermas {
  display: block;
  width: max-content;
  margin: 0.5rem auto 0;
  background: transparent;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}
.btn-vermas:hover {
  text-decoration: underline;
}
.btn-vermas:focus {
  outline: none;
  color: #ffffff;
}
.btn-vermas:focus-visible {
  /* si quieres indicar foco accesible además del cambio de color,
     descomenta la siguiente línea */
  /* box-shadow: 0 0 0 3px rgba(255,255,255,0.12); */
}

.contacto__form {
  width: 80vw;
  max-width: 70rem;
  margin: auto;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media (min-width: 480px) {
  .contacto__form {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .contacto__form {
    padding: 5rem;
  }
}
.contacto__botones {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.nombre,
.email,
.mensaje {
  width: 100%;
  border-radius: 0.5rem;
  height: 5rem;
  margin-bottom: 2rem;
  padding: 1rem;
}

.mensaje {
  height: 30rem;
}

.boton__enviar {
  background-color: hsl(42, 63%, 48%);
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  letter-spacing: 0.25rem;
  border-radius: 0.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s linear;
  text-transform: uppercase;
  border: 2px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.boton__enviar:hover {
  background-color: hsl(42, 63%, 38%);
}
.boton__enviar {
  display: flex;
  padding: 0.375rem 2rem;
  gap: 0.5rem;
  place-items: center;
  font-size: 1rem;
}
.boton__enviar svg {
  width: 2rem;
}
.boton__reset {
  background-color: #455a64;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  letter-spacing: 0.25rem;
  border-radius: 0.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s linear;
  text-transform: uppercase;
  border: 2px solid transparent;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.boton__reset:hover {
  background-color: rgb(48.1775147929, 62.8402366864, 69.8224852071);
}
.boton__reset {
  display: flex;
  padding: 0.375rem 2rem;
  gap: 0.5rem;
  place-items: center;
  font-size: 1rem;
}
.boton__reset svg {
  width: 2rem;
}

.footer {
  padding-bottom: 2rem;
  display: grid;
  place-items: center;
}
.footer .social-icons {
  margin-bottom: 2rem;
}
.footer .social-icon {
  color: hsl(210, 36%, 96%);
}
.footer .social-icon:hover {
  color: hsl(210, 22%, 49%);
}
.footer p {
  font-size: 1rem;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .footer p {
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=app.css.map */
