/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

p {
  margin-top: 0;
  margin-bottom: 1rem; }


ul {
  padding-left: 2rem; }


ul {
  margin-top: 0;
  margin-bottom: 1rem; }


ul ul {
  margin-bottom: 0; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

img {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  text-transform: none; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

iframe {
  border: 0; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529; }
   .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled {
    pointer-events: none;
    opacity: 0.65; }

.collapse:not(.show) {
  display: none; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.card-text:last-child {
  margin-bottom: 0; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.overflow-hidden {
  overflow: hidden !important; }

.d-none {
  display: none !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.p-3 {
  padding: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.text-center {
  text-align: center !important; }

/* rtl:begin:remove */

/* rtl:end:remove */

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-none {
    display: none !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .text-md-start {
    text-align: left !important; } }

* {
  margin: 0;
  padding: 0;
  font-family: "Raleway";
  line-height: 20px;
  letter-spacing: .5px; }

body {
  background: linear-gradient(to right, #070300, #2b2118); }

@media screen and (max-width: 800px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; } }

#error h1, #error .h1 {
  text-align: center;
  margin-top: 10rem; }
  #error h1 a, #error .h1 a {
    color: #af9164ff;
    text-decoration: none; }

#error h2, #error .h2 {
  text-align: center;
  color: #f7f3e3ff;
  font-size: 1rem; }

/* NAVEGACION */
.navbar-expand-md .navbar-collapse {
  justify-content: flex-end; }
  .navbar-expand-md .navbar-collapse .active {
    background-color: #6f1a07ff;
    columns: #af9164ff;
    opacity: .9;
    border-radius: 2rem;
    width: auto; }

.bloqueLogo {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: auto;
  padding-left: 56px; }
  .bloqueLogo h1, .bloqueLogo .h1 {
    margin-top: .5rem;
    font-size: .8rem;
    color: #af9164ff;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .bloqueLogo {
      flex-direction: row; }
      .bloqueLogo h1, .bloqueLogo .h1 {
        justify-content: flex-start;
        padding-left: 0px;
        font-size: 1rem; } }

.fondo {
  background: linear-gradient(to right, #070300, #2b2118); }

.navbar-dark .navbar-brand {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
  color: #f7f3e3ff;
  text-shadow: 0px 1px #2b2118ff; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap; }

.desaparece {
  opacity: 0; }

.navbar-dark .navbar-toggler {
  color: transparent;
  border-color: transparent; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .navbar-collapse a {
    font-size: 1.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #f7f3e3ff;
    margin: 2rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    .navbar-collapse a:hover {
      color: #f7f3e3ff;
      opacity: .7; }
  @media screen and (min-width: 768px) {
    .navbar-collapse a {
      font-size: .8rem;
      margin-right: 2rem;
      margin-top: .5rem;
      margin-bottom: 0;
      margin-left: 0;
      color: #f7f3e3ff; } }

nav {
  opacity: 1;
  position: fixed;
  display: flex; }
  nav .sombra {
    text-shadow: 0px 1px #2b2118ff; }
  nav a {
    font-size: .7rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: unset;
    color: #f7f3e3ff;
    margin-right: 2rem;
    margin-top: .5rem; }
    nav a:hover {
      color: #f7f3e3ff;
      opacity: .7; }

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0; }

i {
  color: #b3b6b7ff; }

button {
  margin-top: 0.8125rem; }

/* FOOTER  */
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 2.6rem;
  display: flex;
  text-justify: center;
  align-self: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.3rem;
  background-color: #01070f; }
  footer a {
    width: 100%;
    color: #e5e9ee;
    text-justify: center;
    margin: auto;
    font-size: 1.7rem; }
  @media screen and (min-width: 768px) {
    footer {
      font-size: 1.7rem; } }

/* INICIO  */
#inicio {
  background-image: url("../img/fondo.gif");
  background-position: 58% 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap; }
  #inicio .transparencia {
    padding-top: 10vh;
    width: 100%;
    height: 100vh;
    font-size: 1.2rem;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      #inicio .transparencia {
        height: 100vh;
        background: linear-gradient(rgba(43, 33, 24, 0.7), rgba(43, 33, 24, 0)); } }
  #inicio i {
    opacity: 0.5; }
    #inicio i:hover {
      opacity: 0.8; }
  #inicio h1, #inicio .h1 {
    font-size: 0.8rem;
    margin-top: 4rem;
    color: #af9164ff;
    display: flex;
    justify-content: center;
    width: 100%; }
  @media screen and (min-width: 768px) {
    #inicio a {
      font-size: 1.2rem;
      font-style: normal;
      font-variant: normal;
      font-weight: 400;
      text-decoration: none;
      color: #f7f3e3ff; }
      #inicio a:hover {
        color: #f7f3e3ff;
        opacity: 0.7; }
    #inicio h1, #inicio .h1 {
      font-size: 1;
      justify-content: flex-start;
      padding-left: 15%;
      height: 5vh;
      align-items: flex-start; } }

.inicioFondo {
  height: 100vh;
  position: relative; }

#keep_on_looking {
  margin-top: 7rem;
  background: linear-gradient(to right, #070300, #2b2118); }
  @media screen and (min-width: 768px) {
    #keep_on_looking {
      margin-top: 5rem; } }
  #keep_on_looking .marMob {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center; }
  #keep_on_looking h2, #keep_on_looking .h2 {
    width: 80%;
    border-bottom: 1px inset #af9164ff;
    border-bottom-left-radius: 1rem;
    color: #af9164ff;
    padding-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 1rem; }
  #keep_on_looking p {
    color: #f7f3e3ff;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    opacity: .8;
    font-size: .8rem; }
  #keep_on_looking .oscuro {
    font-weight: bold; }
  #keep_on_looking hr {
    color: #af9164ff; }
  #keep_on_looking a {
    color: #f7f3e3ff;
    text-decoration: none;
    margin-bottom: 2rem; }
  #keep_on_looking iframe {
    aspect-ratio: 1.8;
    width: 100%;
    max-width: 100%; }

#projects {
  margin-top: 9rem;
  background: linear-gradient(to right, #070300, #2b2118);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    #projects {
      height: 100vh;
      margin: 0; } }
  #projects .marMob {
    height: auto;
    width: auto;
    display: flex; }
  #projects .centrarImg {
    justify-content: center;
    display: flex; }
  #projects h2, #projects .h2 {
    color: #f7f3e3ff;
    font-size: 1rem; }
  #projects .bloqueImg {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
    width: auto;
    max-width: 432px;
    padding: 1em; }
  #projects .bloqueImg p {
    margin: 0;
    display: flex;
    color: #f7f3e3ff;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, rgba(111, 26, 7, 0), rgba(43, 33, 24, 0));
    transition: opacity 0.4s linear;
    cursor: pointer;
    position: absolute;
    top: 1em;
    right: 1em;
    left: 1em;
    bottom: 5.8em;
    height: calc(100%-1em);
    width: auto;
    max-width: 432px;
    flex-direction: column;
    opacity: 0; }
  #projects .bloqueImg:hover p {
    background: linear-gradient(to right, rgba(111, 26, 7, 0.9), rgba(43, 33, 24, 0.8));
    opacity: 1; }
  #projects p {
    color: #f7f3e3ff;
    font-size: .8rem;
    margin-bottom: 2rem;
    margin-right: 1rem;
    margin-left: 1rem; }
  #projects a {
    color: #f7f3e3ff;
    text-decoration: none;
    margin-bottom: 2rem; }
  #projects .btn {
    background-color: #6f1a07ff;
    color: #af9164ff;
    font-size: 0.6rem;
    font-weight: bold; }

/* CONTACT  */
#contact {
  background-image: url("../img/contacto.png");
  height: 100%;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }
  #contact .row {
    --bs-gutter-x: 0rem; }
  #contact .flex {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    align-content: flex-start; }
  #contact .transparencia {
    padding-top: 10vh;
    width: 100%;
    height: 100vh;
    font-size: 1.2rem;
    background: linear-gradient(to right, rgba(43, 33, 24, 0.8), rgba(43, 33, 24, 0.6));
    z-index: 8000; }
    @media screen and (min-width: 768px) {
      #contact .transparencia {
        height: 100vh;
        background: linear-gradient(to right, rgba(43, 33, 24, 0.8), rgba(43, 33, 24, 0)); } }
  #contact .formulario {
    display: flex;
    flex-direction: column;
    margin: 2rem; }
  #contact ul {
    padding-left: 12%;
    margin-top: 4rem;
    list-style: none; }
    #contact ul li a {
      padding-left: 0;
      color: #f7f3e3ff;
      justify-content: center;
      align-items: center;
      font-weight: 400;
      font-size: 0.8rem;
      text-decoration: none;
      margin-bottom: 1rem; }
      #contact ul li a:hover {
        opacity: 0.8; }
  #contact input {
    font-size: 0.8rem;
    color: #2b2118ff;
    font-weight: 500;
    padding-left: 4%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 1rem;
    outline: none;
    background-color: #f7f3e3ff;
    border: 0;
    margin-bottom: 1rem; }
  #contact label {
    font-size: 1rem;
    color: #af9164ff;
    padding-left: 4%; }
  #contact textarea {
    font-family: "Raleway";
    font-size: 0.8rem;
    color: #2b2118ff;
    padding-left: 4%;
    padding-top: 2%;
    border-radius: 0.5rem;
    outline: none;
    background-color: #f7f3e3ff;
    border: 0; }
  #contact .boton {
    margin: 1rem;
    width: 10rem;
    height: 2rem;
    border: 1px solid #af9164ff;
    opacity: 1;
    background-color: #6f1a07ff;
    color: #af9164ff;
    transition: all 1s;
    border-radius: 2rem;
    align-self: center;
    padding: 0;
    font-size: .8rem; }
    #contact .boton:hover {
      opacity: 0.7;
      font-size: 1rem; }

#about_me {
  margin-top: 4rem;
  background: linear-gradient(to right, #070300, #2b2118);
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    #about_me {
      margin-top: 5rem; } }
  #about_me img {
    padding: .8rem; }
    @media screen and (min-width: 768px) {
      #about_me img {
        max-width: 400px;
        padding: 1rem; } }
  #about_me .marMob {
    height: auto;
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    margin: auto; }
    @media screen and (min-width: 768px) {
      #about_me .marMob {
        max-width: 1100px;
        height: auto;
        margin-top: 4rem; } }
  #about_me hr {
    color: #af9164ff; }
  #about_me h2, #about_me .h2 {
    line-height: 20px;
    letter-spacing: .5px;
    margin-top: 5rem;
    color: #af9164ff;
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 1rem;
    margin-left: 1rem; }
    @media screen and (min-width: 768px) {
      #about_me h2, #about_me .h2 {
        font-size: 1rem; } }
  #about_me p {
    color: #f7f3e3ff;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: .8rem; }
  #about_me a {
    color: #f7f3e3ff;
    text-decoration: none;
    margin-bottom: 2rem; }
