#header{display:flex;flex-wrap:wrap;width:100%;justify-content:right;align-items:right;gap:3rem}#header h1{width:100%;font-size:5rem;margin-bottom:2rem;background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.flag-content{cursor:pointer}.title{color:#fff;font-size:2.2rem;margin-bottom:1.3rem;margin-top:1.3rem;display:flex;align-items:center;justify-content:start;gap:1rem}.title:after{content:"";background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%);height:3px;width:30%}@media screen and (max-width: 700px){.title{font-size:1.4rem;margin-bottom:1rem;margin-top:1rem}}.technologies-container{margin-bottom:1rem}.technologies-container .technologies-grid{display:flex;align-items:center;justify-content:center;justify-items:center;flex-wrap:wrap;gap:1.5rem}@media (max-width: 700px){.technologies-container .technologies-grid{display:grid;grid-template-columns:repeat(1,1fr)}}.technologies-container .technologies-grid .technology-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #333;width:45%;min-width:240px;overflow:hidden;min-height:150px}@media (max-width: 700px){.technologies-container .technologies-grid .technology-card{width:100%}}.technologies-container .technologies-grid .technology-card h3{color:#fff;margin-bottom:1rem}.technologies-container .technologies-grid .technology-card svg{font-size:6rem}.technologies-container .technologies-grid #html svg{color:#e44d26}.technologies-container .technologies-grid #css svg{color:#1572b6}.technologies-container .technologies-grid #js svg{color:#f0db4f}.technologies-container .technologies-grid #node svg{color:#68a063}.technologies-container .technologies-grid #react svg{color:#61dafb}.technologies-container .technologies-grid #tailwind svg{color:#61dafb}.technologies-container .technologies-grid #bootstrap svg{color:#b43add}.technologies-container .technologies-grid #sass svg{color:#61dafb}.technologies-container .technologies-grid #next svg{color:#61dafb}.technologies-container .technologies-grid #typescript svg{color:#107acc}.technologies-container .technologies-grid #markdown svg{color:#f0db4f}.technologies-container .technologies-grid #figma svg{color:#31a4e6}.technologies-container .technologies-grid #next svg{color:#fff}.technologies-container .technologies-grid #mui svg{color:#1976d2}.technologies-container .technologies-grid #zustand svg{color:#61dafb}@media screen and (max-width: 700px){.projects-container .projects-grid .project-card{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;padding-left:20px}}.projects-container .projects-grid .project-card h3{color:#fff;margin-bottom:1rem}.projects-container .projects-grid .project-card svg{font-size:6rem;color:#c0a539}@media screen and (max-width: 1350px){.projects-container .projects-grid .project-card svg{display:none;width:100%}}.projects-container .projects-grid .project-card .btn{padding:1rem 1.2rem;color:#fff;background:#1d1d1d;text-decoration:none;cursor:pointer;transition:.7s;border:none;width:100%}.projects-container .projects-grid .project-card .btn:hover{background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%)}.modal{display:flex;align-items:center;justify-content:center;flex-direction:column;width:70%;height:70%;position:absolute;border-radius:8px;padding:1rem;top:50%;left:50%;margin:0;transform:translate(-50%,-50%);background:#111}@media screen and (max-width: 1400px){.modal{width:80%;height:80%;margin:0;padding:0}}@media screen and (max-width: 840px){.modal{width:95%;height:95%;margin:0;padding:0}}.modal .modal-header{top:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;border-bottom:1px solid #333}.modal .modal-header h2{color:#fff;font-size:1.5rem}.modal .modal-header button{width:fit-content;padding:8px;background:gray;border-radius:8px;border:none;cursor:pointer;color:#0b0909;font-size:1.5rem}.modal .modal-children{padding:1rem;color:#fff;font-size:1.4rem;width:100%;height:100%;display:flex;flex-direction:column;gap:1rem;align-items:left;justify-content:space-between}@media screen and (max-width: 840px){.modal .modal-children{font-size:1rem;padding:1rem;align-items:center;justify-content:center}}.modal .date-info{display:flex;justify-content:right;align-items:right;width:100%;padding:1rem}.modal .modal-footer{bottom:0;display:flex;align-items:left;flex-direction:column;width:100%;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #333}.modal .modal-footer-techs{margin-top:2rem;bottom:0;display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;flex-wrap:wrap;gap:1rem}@media screen and (max-width: 440px){.modal .modal-footer-techs{font-size:14px;width:100%;margin-top:1rem}}#main-content{width:100%;background-color:#111;flex:2 1 0;border-radius:10px;padding:3rem}#main-content section{display:flex;flex-direction:column}#main-content p{color:#a6a6a6;margin-bottom:1rem;line-height:1.4rem}#main-content .btn{padding:1rem 1.2rem;color:#fff;background:#1d1d1d;text-decoration:none;cursor:pointer;transition:.7s;border:none;align-self:start}#main-content .btn:hover{background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%)}.projects-container{margin-top:4rem;margin-bottom:1rem;width:100%}.projects-container .select-container{display:flex;padding:32px 4rem;background-color:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%);justify-content:right;align-items:center;width:100%}@media (max-width: 700px){.projects-container .select-container{display:flex;align-items:center;justify-content:center}}.projects-container .select-container select{padding:.3rem;font-size:1.5rem;border:1px solid #333;border-radius:5px;background-color:#1d1d1d;margin-bottom:1rem}@media (max-width: 700px){.projects-container .select-container select{display:flex;margin-right:0;align-items:center;justify-content:center}}.projects-container .projects-grid{display:flex;align-items:center;justify-content:center;justify-items:center;flex-wrap:wrap;gap:1.5rem}@media (max-width: 700px){.projects-container .projects-grid{display:grid;grid-template-columns:repeat(1,1fr)}}.projects-container .projects-grid .project-card{flex-direction:column;gap:1rem;padding:1rem;border:1px solid #333;width:45%;min-width:240px;min-height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden}.projects-container .projects-grid .experience-date{color:#fff;width:100%}@media screen and (max-width: 700px){.projects-container .projects-grid .experience-date{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;padding-left:20px}}.projects-container .projects-grid .experience-date h3{color:#fff;margin-bottom:1rem}.projects-container .projects-grid .experience-date svg{font-size:6rem;color:#c0a539}@media screen and (max-width: 1350px){.projects-container .projects-grid .experience-date svg{display:none;width:100%}}.projects-container .projects-grid .experience-date .btn{padding:1rem 1.2rem;color:#fff;background:#1d1d1d;text-decoration:none;cursor:pointer;transition:.7s;border:none;width:100%}.projects-container .projects-grid .experience-date .btn:hover{background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%)}.projects-container .projects-grid .projects-btns-container{width:100%;display:flex;flex-direction:column;justify-content:center;gap:1rem}.projects-container .usedTechs-container{width:100%}#social-networks{display:flex;align-items:center;gap:1rem;margin:1rem 0}#social-networks .social-btn{padding:.6rem;background-color:#1d1d1d;border-radius:5px;color:#333;font-size:1.3rem;display:flex;align-items:center}#social-networks #linkedin{color:#0072b1}#social-networks #github{color:#111}#social-networks #instagram{color:#bc2a8d}#social-networks #whatsapp{color:#3ebd64}#social-networks :hover{background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%)}#social-networks :hover>svg{color:#fff}#sidebar{background-color:#111;flex:1 1 0;border-radius:10px;display:flex;align-items:center;flex-direction:column;text-align:center;position:relative;padding:3rem 0}#sidebar img{max-width:20rem;border-radius:10px;position:absolute;top:-1.5rem;border:1px solid blue}#sidebar .description{color:#a6a6a6;background-color:#1d1d1d;border-radius:5px;margin-top:17rem;padding:.8rem 1.2rem}#sidebar .btn{padding:1rem 1.2rem;color:#fff;background:#1d1d1d;text-decoration:none;cursor:pointer;transition:.7s;border:none;width:100%}#sidebar .btn:hover{background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%)}@media (max-width: 840px){#sidebar{position:static;width:100%;margin:0 auto}#sidebar img{width:80%;position:static}#sidebar .description{margin-top:1rem}}#sidebar .download-area{display:flex;flex-direction:column;align-items:center;margin-top:1rem}#sidebar .download-area .btn{margin-top:1rem}#information{display:flex;align-items:center;flex-direction:column;background-color:#1d1d1d;padding:1rem;margin-bottom:2rem;text-align:left;width:80%;border-radius:5px}#information .info-card{display:flex;align-items:center;gap:1rem;padding:.8rem;margin-bottom:1rem;border-bottom:1px solid #444;width:100%;overflow:hidden}#information .info-card svg{margin-bottom:.7rem;background-color:#111;padding:.4rem;width:2rem;height:2rem;border-radius:5px}#information .info-card:hover{border-radius:5px;background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%)}#information .info-card h3{display:flex;align-items:center;margin-bottom:1rem;justify-content:start;color:#a6a6a6;font-size:1rem}#information .info-card p,#information .info-card a{color:#fff;text-decoration:none;font-weight:700;overflow:hidden;flex-wrap:wrap;margin-top:.8rem}#information .info-card #phone-icon{color:#e93b81}#information .info-card #email-icon{color:#6ab5b9}#information .info-card #pin-icon{color:#c17ceb}#information .info-card .phone-mail{color:#fff;background-color:#1d1d1d}#portfolio{display:flex;flex-wrap:wrap;padding:3rem;gap:3rem}@media screen and (max-width: 840px){#portfolio{padding:.5rem;flex-direction:column;gap:1rem;justify-content:center;align-items:center}}#portfolio h1{width:100%;font-size:4rem;margin-bottom:2rem;background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width: 500px){#portfolio h1{font-size:2rem}}.flag-icon{width:40px;display:flex;justify-content:center;align-items:center;height:100%}*{margin:0;padding:0;box-sizing:border-box;font-family:Helvetica}html{scroll-behavior:smooth}body{background-color:#271b31}body a,body svg{transition:4s}::-webkit-scrollbar{width:.4rem}::-webkit-scrollbar-track{background:#a6a6a6}::-webkit-scrollbar-thumb{background:linear-gradient(90deg,rgb(250,82,82) 0%,rgb(221,36,118) 100%)}::-webkit-scrollbar-thumb:hover{background:#21038c}
