
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.bZsis {
     width: 83%;
     margin: 0px auto;
     padding-top: 1rem;
     min-height: calc(50px + 100vh);
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
@media screen and (min-width: 1060px) {
    .esMmdh img {
        max-height: 600px;
    }
}
.esMmdh img {
    position: relative;
    height: 600px;
}
@media screen and (min-width: 1060px) {
    .kOWdea {
        order: 2;
        width: 100vh;
    }
}



@media screen and (min-width: 1060px){
    .bZsis {
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 60px;
    }
}
@media screen and (max-width: 768px){
    .bZsis {
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
    }
}

.kOWdea {
     flex-basis: 60%;
     z-index: 10;
     display: flex;
     justify-content: center;
     align-items: center;
}

@media screen and (min-width: 1060px){
    .kOWdea {
         order: 2;
         width: 100vh;
    }
}
@media screen and (min-width: 1060px){
    .esMmdh::before {
         max-width: 400px;
    }
}
.esMmdh img {
     position: relative;
     height: 600px;
}

@media screen and (min-width: 1060px){
    .esMmdh img {
         max-height: 600px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    .esMmdh img {
         height: 500px;
    }
}
@media screen and (max-width: 480px){
    .esMmdh img {
         margin-top: 1rem;
         width: 286px;
         height: 281.6px;
    }
}
.evjpoF {
     order: 1;
}

@media screen and (min-width: 1279px){
    .evjpoF {
         flex-basis: 40%;
    }
}
inline-style {
    opacity: 1;
     transform: none;
}

.bFSdCH {
     font-size: 60px;
     line-height: 60px;
     font-family: Poppins, sans-serif;
     color: rgb(144, 103, 198);
     text-align: center;
     font-weight: 400;
     overflow-wrap: break-word;
     z-index: 10;
}

@media screen and (min-width: 1279px){
    .bFSdCH {
         text-align: start;
    }
}
@media screen and (max-width: 768px){
    .bFSdCH {
         font-size: 40px;
         line-height: 40px;
         margin-top: 1rem;
    }
}

.ldrGDM {
     width: 100%;
     background-color: rgb(23, 7, 43);
     position: fixed;
     top: 0px;
     right: 0px;
     z-index: 100;
     padding: 10px;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
     height: fit-content;
}


.cXLofa {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin: 0px auto;
     width: 83%;
}

@media screen and (max-width: 768px){
    .cXLofa {
         justify-content: space-evenly;
    }
}
inline-style {
    text-decoration: none;
     color: inherit;
}

.kkhWyM {
     font-size: 30px;
     line-height: 36px;
     color: rgb(255, 255, 255);
     font-family: Poppins, sans-serif;
     font-weight: bold;
     cursor: pointer;
}
@media (max-width: 768px) {
    nav.ldrGDM {
        flex-direction: column; /* En pantallas pequeñas, los elementos se apilan verticalmente */
    }

    .sc-jXbVAB.cXLofa {
        flex-direction: column; /* El logo y los enlaces estarán en columna */
        align-items: center; /* Alinea a la izquierda en pantallas pequeñas */
    }

    .eCdyjm {
        display: flex;
        flex-direction: row; /* Los enlaces estarán en una fila */
        gap: 16px; /* Espacio entre los enlaces */
        margin-top: 10px; /* Espacio entre el logo y los enlaces */
    }
}

.eCdyjm {
    display: flex;
    align-items: center;
    gap: 64px;
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
    font-weight: 600;
    text-transform: lowercase;
    flex-wrap: wrap; /* Permite que los elementos pasen a la siguiente línea si no caben */
}


.dpluEY {
     color: rgb(202, 196, 206);
     font-family: "Source Code Pro", monospace;
     position: relative;
}

.dpluEY::after {
     content: "";
     display: block;
     width: 100%;
     height: 2px;
     background-color: rgb(245, 116, 185);
     transition: width 1s;
}

.ktWMEw {
     color: rgb(202, 196, 206);
     font-family: "Source Code Pro", monospace;
     position: relative;
}

.ktWMEw::after {
     content: "";
     display: block;
     width: 0px;
     height: 2px;
     background-color: rgb(245, 116, 185);
     transition: width 1s;
}

.kiGfYl {
     cursor: pointer;
     height: 15px;
}

.kJdAre {
     font-family: "Source Code Pro", monospace;
     font-size: 14px;
     text-align: center;
     margin-top: 25px;
}

@media screen and (min-width: 1279px){
    .kJdAre {
         text-align: start;
    }
}
.dmjoEk {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     gap: 1rem;
     width: 100%;
     flex-wrap: wrap;
}

.ljsjsj {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 10px;
     border-radius: 50%;
     color: rgb(202, 196, 206);
     text-decoration: none;
}

.ljsjsj:hover {
     transition: 0.3s ease-in-out;
     color: white;
     cursor: pointer;
     background: linear-gradient(64.5deg, rgb(245, 116, 185) 14.7%, rgb(89, 97, 223) 88.7%);
}

 .fa-brands {
     -webkit-font-smoothing: antialiased;
     display: var(--fa-display,inline-block);
     font-style: normal;
     font-variant: normal;
     line-height: 1;
     text-rendering: auto;
}

.fa-brands {
     font-family: "Font Awesome 6 Brands";
}

.fa-github {
     --fa: "\f09b";
}

.fa-brands::before {
     content: var(--fa);
}

.fa-linkedin-in {
     --fa: "\f0e1";
}

.fa-instagram {
     --fa: "\f16d";
}


 section {
     margin: 0px;
     padding: 0px;
     border: 0px;
     font: inherit;
     vertical-align: baseline;
}



.has-text-centered {
     text-align: center !important;
}



.section.skills {
     margin-top: 2rem;
     padding-bottom: 1rem;
}


 div {
     margin: 0px;
     padding: 0px;
     border: 0px;
     font: inherit;
     vertical-align: baseline;
}

.container {
     flex-grow: 1;
     margin: 0px auto;
     position: relative;
     width: auto;
}

.container.is-narrow {
     max-width: 1200px;
}

@media screen and (min-width: 1024px){
    .container {
         max-width: 960px;
    }
}
@media screen and (min-width: 1216px){
    .container:not(.is-max-desktop) {
         max-width: 1152px;
    }
}
@media screen and (min-width: 1408px){
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
         max-width: 1344px;
    }
}
@media screen and (min-width: 1216px){
    .container:not(.is-max-desktop) {
         max-width: 1152px;
    }
}
.box {
     background-color: rgb(255, 255, 255);
     border-radius: 6px;
     box-shadow: rgba(233, 240, 243, 0.5) 0px 5px 5px 0px, rgb(230, 236, 248) 0px 0px 0px 1px;
     color: rgb(20, 28, 58);
     display: block;
     padding: 1.25rem;
}

.section.skills .box {
     padding: 0px;
}
.section.clients .client-grid {
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo{
    display: block;
    width: 256px;
    height: 128px;
}

.columns {
     margin-left: -0.75rem;
     margin-right: -0.75rem;
     margin-top: -0.75rem;
}

.columns:last-child {
     margin-bottom: -0.75rem;
}

.columns.is-centered {
     justify-content: center;
}

.section.skills .box .content .columns {
     margin-left: 0px;
     margin-right: 0px;
}

@media screen and (min-width: 769px), print{
    .columns:not(.is-desktop) {
         display: flex;
    }
}
@media screen and (min-width: 769px), print{
    .columns:not(.is-desktop) {
         display: flex;
    }
}
.column {
     display: block;
     flex: 1 1 0px;
     padding: 0.75rem;
}
.centeredSpan{
     display: flex;
     justify-content: center;
}
.footer{
     background: none;
     display: flex;
     justify-content: center;
}

.section.skills .box .content .columns .column {
     padding: 50px 30px;
     border-bottom: 1px solid rgb(230, 236, 248);
     border-right: 0px solid rgb(230, 236, 248);
}

@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column {
         border-bottom: 0px solid rgb(230, 236, 248);
         border-right: 1px solid rgb(230, 236, 248);
         padding: 60px 35px;
    }
}
@media screen and (min-width: 1216px){
    .section.skills .box .content .columns .column {
         padding: 70px 45px;
    }
}
.section.skills .box .content .columns .column:last-child {
     border-right: none;
     border-bottom: none;
}

.fa-2x {
     font-size: 2em;
     align-items: center;
}

.fa-stack {
     display: inline-block;
     vertical-align: middle;
     height: 2em;
     position: absolute;
     padding-left: 10em;
     width: 2.5em;
     align-items: center;
}

 span {
     margin: 0px;
     padding: 0px;
     border: 0px;
     font: inherit;
     vertical-align: baseline;
}

span {
     font-style: inherit;
     font-weight: inherit;
}

svg:not(:host).svg-inline--fa {
     overflow: visible;
     box-sizing: content-box;
}

.svg-inline--fa {
     display: var(--fa-display,inline-block);
     height: 1em;
     overflow: visible;
     vertical-align: -0.125em;
}

 .fa-stack-2x {
     inset: 0px;
     margin: auto;
     position: absolute;
     z-index: var(--fa-stack-z-index,auto);
}

.svg-inline--fa.fa-stack-2x {
     height: 2em;
     width: 2.5em;
}

.has-text-success {
     color: rgb(91, 233, 185) !important;
}

.fa-stack-1x {
     inset: 0px;
     margin: auto;
     position: absolute;
     z-index: var(--fa-stack-z-index,auto);
}

.svg-inline--fa.fa-stack-1x {
     height: 1em;
     width: 1.25em;
}

.has-text-dark {
     color: rgb(20, 28, 58) !important;
}

 h1 {
     margin: 0px;
     padding-top: 50px;
     border: 0px;
     font: inherit;
     vertical-align: baseline;
}

 .title:not(:last-child) {
     margin-bottom: 1.5rem;
}

h1 {
     font-size: 100%;
     font-weight: normal;
}

.content h1 {
     color: rgb(54, 54, 54);
     font-weight: 600;
     line-height: 1.125;
}

.content h1:not(:first-child) {
     margin-top: 1em;
}

.title {
    word-break: break-word;
    color: #ffffff;
    font-weight: 800;
}

.is-size-4 {
     font-size: 1.5rem !important;
}

.title:not(.is-spaced) + .subtitle {
     margin-top: -1.25rem;
}

 p {
     margin: 0px;
     padding: 0px;
     border: 0px;
     font: inherit;
     vertical-align: baseline;
}

.content p:not(:last-child) {
     margin-bottom: 1em;
}

.content p {
     font-size: 18px;
     line-height: 1.5;
}


@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
.has-text-primary {
     color: rgb(110, 7, 243) !important;
}

.has-text-weight-normal {
     font-weight: 400 !important;
}

.section.skills .box .content .columns .column p.list-title {
     margin-top: 50px;
     margin-bottom: 8px;
}

@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
 ul {
     margin: 0px;
     padding: 0px;
     border: 0px;
     font: inherit;
     vertical-align: baseline;
}

ul {
     list-style: none;
}

.content ul {
     list-style: outside disc;
     margin-left: 2em;
     margin-top: 1em;
}

.section.skills .box .content .columns .column ul {
     list-style: none;
     margin-left: 0px;
     margin-top: 0px;
}

 li {
     margin: 0px;
     padding: 0px;
     border: 0px;
     font: inherit;
     vertical-align: baseline;
}

.content li + li {
     margin-top: 0.25em;
}

@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column {
         border-bottom: 0px solid rgb(230, 236, 248);
         border-right: 1px solid rgb(230, 236, 248);
         padding: 60px 35px;
    }
}
@media screen and (min-width: 1216px){
    .section.skills .box .content .columns .column {
         padding: 70px 45px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column {
         border-bottom: 0px solid rgb(230, 236, 248);
         border-right: 1px solid rgb(230, 236, 248);
         padding: 60px 35px;
    }
}
@media screen and (min-width: 1216px){
    .section.skills .box .content .columns .column {
         padding: 70px 45px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}
@media screen and (min-width: 769px){
    .content p {
         font-size: 19px;
    }
}
@media screen and (min-width: 769px){
    .section.skills .box .content .columns .column p {
         font-size: 18px;
    }
}

#set {
     width: 100%;
     display: flex;
     flex-flow: wrap;
     justify-content: stretch;
     align-items: flex-start;
     padding: 2%;
}

inline-style {
    justify-content: center;
}

.proname {
     flex: 1 0 0%;
     padding: 2%;
     text-align: center;
     letter-spacing: 0.1rem;
     font-size: 1.3rem;
     color: rgb(255, 255, 255);
     text-transform: uppercase;
     word-break: keep-all;
     cursor: pointer;
     transition: 0.2s;
}
#content2{

  display: none;
}

.pronamehover {
     color: rgba(28, 28, 28, 0.773);
     background: rgb(236, 240, 241);
}

.proname:hover {
     color: rgba(28, 28, 28, 0.773);
     background: rgb(236, 240, 241);
}

.proname > span {
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     pointer-events: none;
}


body {
  font-family: 'Roboto', sans-serif;
  background-color: #121212;
  color: #fff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #ff4081;
}

.container {
  width: 80%;
  margin: 0 auto;
}

h2, h3 {
  font-weight: 500;
}

h1 {
  font-size: 2.5rem;
  color: #ff4081;
}

header {
  background-color: #1f1f1f;
  padding: 20px 0;
}

header.minimalista {
  background: linear-gradient(115deg, transparent 75%, rgba(255, 152, 34, 0.247) 75%) 0px 0px / 15px 30px, 
            linear-gradient(245deg, transparent 75%, rgba(255, 152, 34, 0.247) 75%) 0px 0px, 
            linear-gradient(115deg, transparent 75%, rgba(255, 152, 34, 0.247) 75%) 7px -15px, 
            linear-gradient(245deg, transparent 75%, rgba(255, 152, 34, 0.247) 75%) 7px -15px, 
            rgba(255, 152, 34, 0.88);color: #fff;
  text-align: center;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

header.minimalista h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

header.minimalista p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ddd;
  margin-bottom: 30px;
}

header.minimalista .btn {
  background-color: #ff4081;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

header.minimalista .btn:hover {
  background-color: #f50057;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(255, 64, 129, 0.4);
}

@keyframes movingBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}

header.minimalista {
  animation: movingBackground 8s linear infinite;
}


nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  font-size: 1.1rem;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background 0.3s;
}

.nav-links a:hover {
  background-color: #ff4081;
}

.landing {
  background-color: #212121;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.landing-content h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.landing-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.landing .btn {
  background-color: #ff4081;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.1rem;
  transition: background-color 0.3s;
}

.landing .btn:hover {
  background-color: #f50057;
}

.sobre-mi {
  background-color: #1f1f1f;
}

.sobre-mi p {
  font-size: 1.1rem;
  margin-top: 10px;
}

.proyectos {
  background-color: #121212;
  padding: 60px 0;
}

.proyectos-lista {
  display: flex;
  gap: 30px;
}

.proyecto {
  background-color: #333;
  padding: 20px;
  border-radius: 10px;
  width: 45%;
}

.proyecto h3 {
  font-size: 1.5rem;
  color: #ff4081;
}

.proyecto p {
  margin: 10px 0;
}

.proyecto .btn {
  background-color: #ff4081;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.1rem;
}

.proyecto .btn:hover {
  background-color: #f50057;
}

.contacto {
  background-color: #1f1f1f;
  padding: 60px 0;
}

.contacto form {
  display: flex;
  flex-direction: column;
}

.contacto input, .contacto textarea {
  padding: 10px;
  margin: 10px 0;
  background-color: #333;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.contacto button {
  background-color: #ff4081;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  cursor: pointer;
}

.contacto button:hover {
  background-color: #f50057;
}

footer {
  background-color: #121212;
  padding: 20px 0;
  text-align: center;
}

footer .social a {
  margin: 0 10px;
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s;
}

footer .social a:hover {
  color: #ff4081;
}

@media screen{
    * {
         box-sizing: border-box;
    }
}
@media screen{
     .u-sheet > * {
         position: relative;
    }
}
@media screen{
    .u-text-default {
         display: table;
         align-self: flex-start;
    }
}
@media screen{
    .u-sheet:not(.u-image):not(.u-video) > * {
         pointer-events: initial;
    }
}
@media screen{
    [class*="u-border-"]:not(.u-shape-svg) {
         stroke: none;
    }
}
@media screen{
    .u-text {
         overflow-wrap: break-word;
         position: relative;
    }
}
@media screen{
    .u-font-montserrat.u-custom-font {
         font-family: Montserrat, sans-serif !important;
    }
}
@media screen{
    blockquote {
         padding: 10px 20px 10px 0px;
         margin: 0px 0px 20px;
         border-left-width: 0px;
         border-style: solid;
         border-top-width: 0px !important;
         border-right-width: 0px !important;
         border-bottom-width: 0px !important;
    }
}
@media screen{
    [class*="u-border-"] {
         border-style: solid;
    }
}
@media screen{
    .u-border-20 {
         border-width: 20px;
    }
}
@media screen{
    .u-border-palette-3-base {
         border-color: rgb(255, 136, 2);
         stroke: rgb(255, 136, 2);
    }
}
@media screen{
    blockquote {
         font-style: italic;
         padding-left: 20px;
         border-width: 4px;
         margin-top: 20px;
         margin-bottom: 20px;
    }
}
@media screen{
     blockquote {
         border-color: rgb(172, 145, 204);
    }
}
.u-section-2 .u-text-1 {
     font-size: 3.75rem;
     font-style: normal;
     text-transform: uppercase;
     font-weight: 700;
     margin: 60px auto 0px 0px;
}

@media screen{
    .u-text-default:empty {
         display: block;
         width: 15px;
    }
}
@media screen{
    [class*="u-border-"]:not(.u-shape-svg) {
         stroke: none;
    }
}
