/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
:after,
:before {
  box-sizing: inherit;
}
body {
  background-color: #252422;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4 {
  color: #fff6f6;
  line-height: 6rem;
  margin: 0;
  text-align: center;
}
h1 {
  font-size: 6rem;
}
h2 {
  font-size: 3.8rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.4rem;
}
p {
  color: #fff6f6;
  font-size: 2rem;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
ul {
  list-style: none;
}
li,
ul {
  padding: 0;
}
li {
  margin: 0;
}
a {
  color: #fff6f6;
  font-size: 2rem;
  text-decoration: none;
}
.container {
  margin: 0 auto;
  max-width: 120rem;
  width: 90%;
}
button {
  border: none;
}
.nav {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .nav {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    margin: 3rem;
    padding: 1.5rem;
  }
}
.nav .nav-cv {
  margin-left: 0;
  padding: 0;
}
.nav .nav_AColor {
  font-weight: 700;
  padding: 1rem 2rem;
}
.nav .cv {
  border: 1px solid #0091ad;
}
.nav .nav_AColor:hover {
  color: #0091ad;
  transition: 0.5s ease-out;
}
.perfil {
  display: flex;
  padding: 3rem 0 2.5rem;
}
.perfil img {
  height: 28rem;
  margin: 0 auto;
  width: 23rem;
}
@media (min-width: 768px) {
  .perfil {
    margin: 0;
    max-width: 30rem;
    padding: 5rem 0 2.5rem;
  }
}
.header .header_Titulo {
  text-align: center;
}
@media (min-width: 768px) {
  .header .header_Titulo {
    text-align: start;
  }
}
.header .header_Subtitulo {
  color: #0091ad;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .header .header_Subtitulo {
    text-align: start;
  }
}
.header_Parrafo {
  line-height: 3rem;
  margin: 1rem;
  max-width: 80rem;
  min-width: 30rem;
  text-align: center;
}
@media (min-width: 768px) {
  .header_Parrafo {
    text-align: start;
  }
}

.iconos_icono p {
  font-size: 1.5rem;
  text-align: center;
}
.iconos {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 5rem;
}
@media (min-width: 768px) {
  .iconos {
    justify-content: flex-start;
  }
}
.iconos .iconos_icono {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.2rem;
}
.sobreMi {
  margin: 15rem auto;
}
.sobreMi h2 {
  padding: 3rem 0;
}

.informacion {
  padding: 2rem;
}

.sobreMi .informacion {
  min-width: 25rem;
}
.sobreMi .informacion p {
  line-height: 3rem;
  
}

@media (min-width: 340px) {
  .sobreMi .informacion p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sobreMi .informacion p {
    text-align: start;
  }
}

@media (min-width: 1200px) {
  .sobreMi {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

.habilidades{
  padding: 2rem;
}

@media (min-width: 340px) {
  .habilidades_iconos {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .habilidades_iconos {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.habilidades_iconos .icono {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 5rem;
  justify-content: center;
  margin: 6rem auto;
  padding: 2rem;
  width: 12rem;
}
.habilidades_iconos .icono p {
  text-align: center;
}

.experiencia_content {
  border-radius: 0 3rem;
  margin-top: 2rem;
  padding: 3rem;
}
.experiencia_content h3 {
  color: #000;
  width: 100%;
}
.experiencia_content:first-child {
  background-color: #3e9b9e;
}
.experiencia_content:nth-child(2) {
  background-color: #4a99be;
}
.experiencia {
  margin-bottom: 5rem;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .experiencia {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.experiencia li {
  color: #fff3b0;
  font-size: 2rem;
  list-style: circle;
}
.experiencia li p {
  line-height: 3rem;
  margin: 1.5rem 0;
}
.contacto {
  max-height: 65rem;
  min-height: 60rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .contacto {
    min-height: 60rem;
  }
}
.contacto .contacto_video {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .contacto .contacto_video {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
video {
  display: block;
  width: auto;
}
@media (min-width: 768px) {
  video {
    height: auto;
  }
}
@media (min-width: 992px) {
  video {
    width: 100%;
  }
}
.formulario {
  background-color: hsla(0, 20%, 99%, 0.3);
  border-radius: 2rem;
  max-width: 90rem;
  min-width: 20rem;
  padding: 3rem;
  width: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .formulario {
    max-width: 80rem;
    min-width: 40rem;
    width: 100%;
  }
}
.formulario .formulario_campo {
  margin: 1rem;
}
.formulario .formulario_campo p {
  font-size: 1.5rem;
  text-align: center;
}
.formulario .element::-moz-placeholder {
  color: #d4bfbf;
  font-weight: 700;
}
.formulario .element,
.formulario .element::placeholder {
  color: #d4bfbf;
  font-weight: 700;
}
.formulario .element {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 1rem 0;
  padding: 1rem 0 1rem 1rem;
  width: 100%;
}
.campoEnviar {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.campoEnviar .btnEnviar {
  background-color: #0091ad;
  border-radius: 1rem;
  color: #fdfcfc;
  cursor: pointer;
  letter-spacing: 0.5rem;
}
@media (min-width: 768px) {
  .campoEnviar .btnEnviar {
    width: 15rem;
  }
}
.campoEnviar .btnError {
  cursor: not-allowed;
  opacity: 70%;
}
.footer {
  padding: 2rem 0;
  text-align: center;
}
.iconos-inferirores {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 4rem;
}
.iconos-inferirores .iconos_icono {
  padding: 1rem;
}
.iconos-inferirores .iconos_icono svg {
  height: 6rem;
  width: 6rem;
}
.spinner {
  animation: spin 1s ease infinite;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #09f;
  border-radius: 50%;
  display: none;
  height: 36px;
  margin: 0 auto;
  width: 36px;
}
.mostrarSpinner {
  display: flex;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/*# sourceMappingURL=app.css.map */
