@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap";body{background-color:#0a192f}.App{color:#e6e6e6!important}.presentText{margin-top:40px}.cuadrado{height:200px;aspect-ratio:1 / 1;object-fit:cover}.navbar{position:fixed;top:0;width:100%;padding:0 2rem;background:#0a192fd9;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid rgba(100,255,218,.1);display:flex;justify-content:center;align-items:center;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);height:65px;box-shadow:0 4px 20px #0000001a}.navbar.scrolled{background:#0a192ff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(100,255,218,.2);box-shadow:0 8px 32px #0003}.logo{display:flex;align-items:center;padding-right:8%}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:all .3s ease}.logo-link:hover{transform:translateY(-2px)}.logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#64ffda,#4fd1c7);border-radius:10px;color:#0a192f;transition:all .3s ease;box-shadow:0 4px 15px #64ffda4d}.logo-link:hover .logo-icon{transform:rotate(5deg) scale(1.1);box-shadow:0 6px 20px #64ffda66}.logo h2{color:#e6e6e6;font-size:1.5rem;font-weight:700;margin:0;letter-spacing:1px;background:linear-gradient(135deg,#e6e6e6,#64ffda);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.menu{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.menu li{position:relative}.nav-link{color:#8892b0;text-decoration:none;font-size:.9rem;font-weight:500;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden;letter-spacing:.5px;text-transform:uppercase}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(100,255,218,.1),transparent);transition:left .5s}.nav-link:hover:before{left:100%}.nav-link:hover{color:#64ffda;background:#64ffda0d;transform:translateY(-2px)}.nav-link.active{color:#64ffda;background:#64ffda1a;border:1px solid rgba(100,255,218,.3)}.nav-link svg{transition:all .3s ease}.nav-link:hover svg{transform:scale(1.1);color:#64ffda}.menu-icon{display:none;color:#e6e6e6;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease;background:#64ffda0d;border:1px solid rgba(100,255,218,.1)}.menu-icon:hover{background:#64ffda1a;transform:scale(1.1)}.menu-icon.active{background:#64ffda26;border-color:#64ffda4d}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu li{animation:slideIn .3s ease forwards}.menu li:nth-child(1){animation-delay:.1s}.menu li:nth-child(2){animation-delay:.2s}.menu li:nth-child(3){animation-delay:.3s}.menu li:nth-child(4){animation-delay:.4s}@media (max-width: 768px){.navbar{padding:0 1rem;height:60px}.logo h2{font-size:1.25rem}.logo-icon{width:35px;height:35px}.menu{display:none;flex-direction:column;background:#0a192ffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);width:100%;position:absolute;top:60px;left:0;padding:1rem 0;border-top:1px solid rgba(100,255,218,.1);box-shadow:0 8px 32px #0000004d}.menu.show{display:flex}.menu li{width:100%}.nav-link{justify-content:center;padding:1rem;border-radius:0;border-left:3px solid transparent}.nav-link.active{border-left-color:#64ffda;background:#64ffda1a}.nav-link:hover{border-left-color:#64ffda;background:#64ffda0d}.menu-icon{display:flex;align-items:center;justify-content:center}}.removeStyle{text-decoration:none;color:#fff}.ajustNav{display:flex;justify-content:center;align-items:center}.ajustNav :nth-child(1){margin-right:20px}.url-link-nav{height:100%}.hidden-counter{display:none}@keyframes bounce-sm{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-7px)}70%{transform:translateY(-3px)}90%{transform:translateY(-1px)}}.animate__bounce-sm{animation-name:bounce-sm;animation-duration:1.25s;animation-timing-function:ease}#textTitleDinamic{align-items:center;justify-content:center;font-family:Source Code Pro,monospace;font-size:620%}.textTitleCont{padding-top:7%;height:100%;width:100%;font-size:4rem;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.textTitleCont{padding-top:14%;height:50%}}.ulNav{list-style:none;display:grid;grid-template-columns:repeat(4,fr);align-items:center;justify-content:center;height:100%}.icon-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-end;overflow:hidden}.iconde{width:60px;height:60px;background-size:contain;background-repeat:no-repeat;position:absolute;bottom:0;opacity:0;animation:floatUp 12s ease-in-out infinite}@keyframes floatUp{0%{transform:translateY(0);opacity:0}10%{opacity:1}80%{transform:translateY(-600px)}81%{opacity:0}}.iconde.js{background-image:url(https://upload.wikimedia.org/wikipedia/commons/9/99/Unofficial_JavaScript_logo_2.svg);left:10%;animation-delay:0s}.iconde.java{background-image:url(https://upload.wikimedia.org/wikipedia/en/3/30/Java_programming_language_logo.svg);left:30%;animation-delay:1.5s}.iconde.react{background-image:url(https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg);left:50%;animation-delay:3s}.iconde.spring{background-image:url(https://upload.wikimedia.org/wikipedia/commons/4/44/Spring_Framework_Logo_2018.svg);left:70%;animation-delay:4.5s}.iconde.mysql{background-image:url(https://upload.wikimedia.org/wikipedia/en/d/dd/MySQL_logo.svg);left:20%;animation-delay:6s}.iconde.python{background-image:url(https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg);left:40%;animation-delay:7.5s}.iconde.hibernate{background-image:url(https://upload.wikimedia.org/wikipedia/commons/2/22/Hibernate_logo_a.png);left:60%;animation-delay:9s}.inicioTitle{height:100vh}.alternative-title{font-family:Source Code Pro,monospace;font-size:100px;margin-top:80px;display:none}@media (max-width: 768px){.inicioTitle{height:50vh!important}.textTitleCont{margin-top:150px;font-size:3rem!important;margin-left:20px!important}}.ulNav{display:grid;grid-template-columns:repeat(4,1fr)}.experience-card{padding:2rem;margin:1rem 0;border-radius:10px;background:#ffffff0d;border:1px solid rgba(230,230,230,.1);transition:all .3s ease;color:var(--text-primary, #e6e6e6)}.experience-card:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0003;background:#ffffff14}.experience-header{border-bottom:1px solid rgba(230,230,230,.1);padding-bottom:1rem;margin-bottom:1.5rem}.experience-header h3{display:flex;align-items:center;gap:.8rem;color:#e6e6e6;margin-bottom:.5rem}.experience-meta{display:flex;gap:2rem;color:#e6e6e6cc;font-size:.9rem}.experience-meta span{display:flex;align-items:center;gap:.5rem}.experience-body h4{margin:1.2rem 0;display:flex;align-items:center;gap:.8rem;color:#e6e6e6}.experience-section h5{margin:1rem 0;display:flex;align-items:center;gap:.8rem;color:#e6e6e6e6}.experience-section ul{padding-left:1.5rem;list-style-type:circle;color:#e6e6e6cc}.experience-section li{margin-bottom:.5rem;line-height:1.6}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{background:#e6e6e61a;padding:.3rem .8rem;border-radius:15px;font-size:.85rem;border:1px solid rgba(230,230,230,.15)}.experience-icon{transition:transform .3s ease}.experience-card:hover .experience-icon{transform:scale(1.1)}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.experience-card{animation:slideIn .6s ease forwards}@media (max-width: 768px){.experience-card{padding:1.5rem}.experience-meta{flex-direction:column;gap:.5rem}.tech-tags{gap:.3rem}.tech-tag{font-size:.8rem}}.text-justify{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.lead{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}@media (max-width: 768px){.col-md-3{margin-top:2rem}img{max-width:150px!important}}@media (max-width: 768px){.dinamicTitleCss{margin-top:20px;font-size:.5rem!important;height:50%}}:root{--rpv-attachment__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-attachment__item-color: #000}.rpv-core__viewer--dark{--rpv-attachment__item--hover-background-color: #2566e8;--rpv-attachment__item-color: #fff}.rpv-attachment__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-attachment__empty--rtl{direction:rtl}.rpv-attachment__list{display:flex;height:100%;flex-direction:column;overflow:auto;padding:.5rem 0;width:100%}.rpv-attachment__list--rtl{direction:rtl}.rpv-attachment__item{align-items:center;background-color:#0000;border:none;color:var(--rpv-attachment__item-color);cursor:pointer;display:flex;padding:.5rem;text-align:left;width:100%}.rpv-attachment__item:focus{background-color:var(--rpv-attachment__item--hover-background-color);outline:0}.rpv-attachment__item:hover{background-color:var(--rpv-attachment__item--hover-background-color)}.rpv-attachment__loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}:root{--rpv-bookmark__item--hover-background-color: rgba(0, 0, 0, .1);--rpv-bookmark__item-color: #000}.rpv-core__viewer--dark{--rpv-bookmark__item--hover-background-color: #2566e8;--rpv-bookmark__item-color: #fff}.rpv-bookmark__item{align-items:center;color:var(--rpv-bookmark__item-color);cursor:pointer;display:flex;padding-bottom:.25rem;padding-right:.25rem;padding-top:.25rem}.rpv-bookmark__item:focus{background-color:var(--rpv-bookmark__item--hover-background-color);outline:0}.rpv-bookmark__item:hover{background-color:var(--rpv-bookmark__item--hover-background-color)}.rpv-bookmark__toggle{align-items:center;display:flex;height:1rem;margin-right:.25rem;width:1rem}.rpv-bookmark__title{flex-grow:1;flex-shrink:1;text-decoration:none}.rpv-bookmark__list{list-style-type:none;overflow:auto;margin:0;padding:0}.rpv-bookmark__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-bookmark__empty{height:100%;overflow:auto;padding:.5rem 0;text-align:center;width:100%}.rpv-bookmark__empty--rtl{direction:rtl}.rpv-bookmark__container{height:100%;overflow:auto;padding:.5rem 0;width:100%}.rpv-bookmark__container--rtl{direction:rtl}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;bottom:.25rem;left:.25rem;right:.25rem;top:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media (min-width: 640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media (min-width: 768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media (min-width: 1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-thumbnail__container-background-color: #fff;--rpv-thumbnail__container-box-shadow: rgba(0, 0, 0, .2) 2px 2px 8px 0px;--rpv-thumbnail__item--selected-background-color: rgba(0, 0, 0, .3)}.rpv-core__viewer--dark{--rpv-thumbnail__item--selected-background-color: #2566e8}.rpv-thumbnail__cover,.rpv-thumbnail__cover-inner{align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-thumbnail__cover-image{max-height:100%;max-width:100%}.rpv-thumbnail__cover-loader{align-items:center;display:flex;justify-content:center;height:100%;width:100%}.rpv-thumbnail__container{align-items:center;background:var(--rpv-thumbnail__container-background-color);box-shadow:var(--rpv-thumbnail__container-box-shadow);display:flex;justify-content:center;margin:0 auto;position:relative}.rpv-thumbnail__item{cursor:pointer}.rpv-thumbnail__item--single,.rpv-thumbnail__item--dual-cover{padding:.5rem}.rpv-thumbnail__item--dual-even,.rpv-thumbnail__item--dual-cover-odd{padding:.5rem 0 .5rem .5rem}.rpv-thumbnail__item--dual-odd,.rpv-thumbnail__item--dual-cover-even{padding:.5rem .5rem .5rem 0}.rpv-thumbnail__item--single:hover,.rpv-thumbnail__item--dual-cover:hover,.rpv-thumbnail__items--dual:hover .rpv-thumbnail__item,.rpv-thumbnail__items--dual-cover:hover .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__item:focus{outline:0}.rpv-thumbnail__label{font-size:.75em;text-align:center;padding:.25rem}.rpv-thumbnail__list{overflow:auto;padding:.5rem}.rpv-thumbnail__list--rtl{direction:rtl}.rpv-thumbnail__list--horizontal{align-items:center;display:flex;flex-direction:row;width:100%}.rpv-thumbnail__list--vertical{height:100%}.rpv-thumbnail__items{align-items:center;display:flex;justify-content:center}.rpv-thumbnail__items--selected .rpv-thumbnail__item{background-color:var(--rpv-thumbnail__item--selected-background-color)}.rpv-thumbnail__list-container{height:100%;width:100%}.rpv-thumbnail__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}:root{--rpv-drop__area-background-color: #fff;--rpv-drop__area-body-border-color: rgba(0, 0, 0, .3);--rpv-drop__area-body-color: #000}.rpv-core__viewer--dark{--rpv-drop__area-background-color: #191919;--rpv-drop__area-body-border-color: #fff;--rpv-drop__area-body-color: #fff}.rpv-drop__area{background-color:var(--rpv-drop__area-background-color);bottom:0;left:0;position:absolute;right:0;top:0;padding:.5rem;z-index:9999}.rpv-drop__area-body{border:2px dashed var(--rpv-drop__area-body-border-color);color:var(--rpv-drop__area-body-color);font-size:1.5rem;align-items:center;display:flex;justify-content:center;height:100%}.rpv-drop__area-body--rtl{direction:rtl}:root{--rpv-full-screen__overlay-background-color: #fff}.rpv-core__viewer--dark{--rpv-full-screen__overlay-background-color: #1a1a1a}.rpv-full-screen__exit-button{bottom:0;padding:.5rem;position:fixed;z-index:2}.rpv-full-screen__exit-button--ltr{right:0}.rpv-full-screen__exit-button--rtl{left:0}.rpv-full-screen__overlay{position:fixed;top:0;left:0;height:100%;width:100%;align-items:center;display:flex;justify-content:center;background-color:var(--rpv-full-screen__overlay-background-color);z-index:1}.rpv-open__input-wrapper{position:relative}.rpv-open__input{display:none;bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.rpv-open__input::-webkit-file-upload-button{width:0}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}:root{--rpv-print__progress-body-background-color: #fff;--rpv-print__progress-body-border-color: rgba(0, 0, 0, .3);--rpv-print__progress-body-color: #000}.rpv-core__viewer--dark{--rpv-print__progress-body-background-color: #363636;--rpv-print__progress-body-border-color: transparent;--rpv-print__progress-body-color: #fff}.rpv-print__permission-body{padding:1rem}.rpv-print__permission-footer{display:flex;justify-content:center;padding:0 1rem 1rem 0}.rpv-print__progress{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9999}.rpv-print__progress-body{background-color:var(--rpv-print__progress-body-background-color);border:1px solid var(--rpv-print__progress-body-border-color);border-radius:.25rem;color:var(--rpv-print__progress-body-color);padding:1.5rem;text-align:center;width:15rem}.rpv-print__progress-body--rtl{direction:rtl}.rpv-print__progress-bar{margin-bottom:1rem}.rpv-print__progress-message{margin-bottom:.5rem}.rpv-print__zone{display:none}@media print{@page{margin:0}.rpv-print__html-printing{height:100%}.rpv-print__body-printing{height:100%;margin:0}.rpv-print__body-printing *{display:none}.rpv-print__zone{display:block;height:100%}.rpv-print__page{align-items:center;display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;page-break-after:always;page-break-inside:avoid}.rpv-print__page img{display:block;max-height:100%;max-width:100%}}.rpv-properties__loader{text-align:center}.rpv-properties__modal{min-height:20rem;padding:.5rem 0}.rpv-properties__modal-section{padding:0 .5rem}.rpv-properties__modal-footer{display:flex;justify-content:center;margin-top:.5rem}.rpv-properties__item{align-items:flex-start;display:flex;margin:.5rem 0}.rpv-properties__item--rtl{direction:rtl}.rpv-properties__item-label{padding-right:.5rem;width:25%}.rpv-properties__item-value{flex:1}.rpv-search__highlights{left:0;position:absolute;top:0;height:100%;width:100%}.rpv-search__highlight{background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color: rgba(255, 255, 0, .4);--rpv-search__highlight--current-background-color: rgba(0, 128, 0, .4)}.rpv-selection-mode__grab{cursor:grab}.rpv-selection-mode__grab :not(input),.rpv-selection-mode__grab :not(select),.rpv-selection-mode__grab :not(textarea){cursor:grab!important}.rpv-selection-mode__grabbing{cursor:grabbing}.rpv-selection-mode__grabbing :not(input),.rpv-selection-mode__grabbing :not(select),.rpv-selection-mode__grabbing :not(textarea){cursor:grabbing!important}:root{--rpv-zoom__popover-target-arrow-border-color: rgba(0, 0, 0, .6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color: #fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:var(--rpv-zoom__popover-target-arrow-border-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}:root{--rpv-toolbar__label--color: #000}.rpv-core__viewer--dark{--rpv-toolbar__label--color: #fff}.rpv-toolbar{align-items:center;display:flex;width:100%}.rpv-toolbar--rtl{direction:rtl}.rpv-toolbar__left{align-items:center;display:flex}.rpv-toolbar__center{align-items:center;display:flex;flex-grow:1;flex-shrink:1;justify-content:center}.rpv-toolbar__right{align-items:center;display:flex;margin-left:auto}.rpv-toolbar__item{align-items:center;display:flex;padding:0 .125rem}.rpv-toolbar__label{color:var(--rpv-toolbar__label--color)}:root{--rpv-default-layout__body-background-color: #fff;--rpv-default-layout__container-border-color: rgba(0, 0, 0, .3);--rpv-default-layout__toolbar-background-color: #eee;--rpv-default-layout__toolbar-border-bottom-color: rgba(0, 0, 0, .1);--rpv-default-layout__sidebar-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #eee;--rpv-default-layout__sidebar-content--opened-background-color: #fff;--rpv-default-layout__sidebar-content--opened-border-color: rgba(0, 0, 0, .2);--rpv-default-layout__sidebar-content--opened-color: #000}.rpv-core__viewer--dark{--rpv-default-layout__body-background-color: #1a1a1a;--rpv-default-layout__container-border-color: #454647;--rpv-default-layout__toolbar-background-color: #292929;--rpv-default-layout__toolbar-border-bottom-color: #000;--rpv-default-layout__sidebar-border-color: #000;--rpv-default-layout__sidebar--opened-background-color: #fff;--rpv-default-layout__sidebar-headers-background-color: #292929;--rpv-default-layout__sidebar-content--opened-background-color: #1a1a1a;--rpv-default-layout__sidebar-content--opened-border-color: #292929;--rpv-default-layout__sidebar-content--opened-color: #fff}.rpv-default-layout__container{border:1px solid var(--rpv-default-layout__container-border-color);box-sizing:border-box;height:100%;width:100%}.rpv-default-layout__toolbar{align-items:center;background-color:var(--rpv-default-layout__toolbar-background-color);border-bottom:1px solid var(--rpv-default-layout__toolbar-border-bottom-color);display:flex;left:0;position:absolute;top:0;height:2.5rem;width:100%;z-index:1}.rpv-default-layout__sidebar{display:flex;padding-top:2.5rem}.rpv-default-layout__sidebar--opened{bottom:0;left:0;position:absolute;top:0;width:12rem;background-color:var(--rpv-default-layout__sidebar--opened-background-color);z-index:1}.rpv-default-layout__sidebar--ltr{border-right:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__sidebar--rtl{border-left:1px solid var(--rpv-default-layout__sidebar-border-color)}.rpv-default-layout__main{display:flex;height:100%;position:relative}.rpv-default-layout__main--rtl{direction:rtl}.rpv-default-layout__body{background-color:var(--rpv-default-layout__body-background-color);flex:1;overflow:auto;padding-top:2.5rem}@media (min-width: 768px){.rpv-default-layout__sidebar--opened{width:16rem}}@media (min-width: 1024px){.rpv-default-layout__sidebar--opened{background:inherit;position:inherit;width:20rem;z-index:inherit}}.rpv-default-layout__sidebar-tabs{display:flex;height:100%;width:100%}.rpv-default-layout__sidebar-headers{background-color:var(--rpv-default-layout__sidebar-headers-background-color);padding:.25rem}.rpv-default-layout__sidebar-header{padding:.125rem}.rpv-default-layout__sidebar-content{display:none;flex-grow:1;flex-shrink:1}.rpv-default-layout__sidebar-content--opened{background-color:var(--rpv-default-layout__sidebar-content--opened-background-color);color:var(--rpv-default-layout__sidebar-content--opened-color);display:flex;overflow:hidden}.rpv-default-layout__sidebar-content--ltr{border-left:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}.rpv-default-layout__sidebar-content--rtl{border-right:1px solid var(--rpv-default-layout__sidebar-content--opened-border-color)}.pdfview{margin-top:60px!important}.ContadorTemporal{margin-top:70px;height:85vh;display:grid;grid-template-rows:1fr auto;padding:40px;place-items:center}.titleVisitante{display:flex;height:100%!important;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:clamp(.6rem,1.2vw,2rem);width:min(900px,100%);padding:clamp(16px,4vw,40px);border-radius:18px;background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 30px #00000040,inset 0 1px #ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.titleVisitante h1{margin:0;line-height:1.15;color:#e8f0ff}.titleVisitante .visitCount{font-size:clamp(2.4rem,9vw,6rem);font-weight:900;line-height:1;letter-spacing:-.01em;background:linear-gradient(90deg,#22d3ee,#a78bfa 60%,#f472b6);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 10px 40px rgba(79,70,229,.35)}.anuncioVisitante{margin-top:10px;align-self:end;text-align:center;opacity:.8;color:#c7d2fe;font-size:clamp(.75rem,1.1vw,.95rem)}.textoVisitante{width:100%;text-align:center}.textoVisitante>*{display:block;margin:0}.textoVisitante>*+*{margin-top:.5rem}.anuncioVisitante>h3{color:gray;font-size:10px}.btnRegresarHome{margin-top:70px;margin-bottom:20px}.contact-container{padding:2rem;background-color:var(--bg-color, #0a192f);min-height:100vh}.contenedorCerf{margin-top:60px;padding:2rem;background-color:var(--bg-color, #0a192f);min-height:100vh}.Diplomado{background-color:var(--bg-color, #0a2f2b)!important}.Licenciatura{background-color:var(--bg-color, #560505)!important}.linkCerf{display:block;padding:2rem;margin:1rem;border-radius:10px;background:#ffffff0d;transition:all .3s ease;text-decoration:none;color:var(--text-primary, #e6e6e6);border:1px solid rgba(230,230,230,.1);height:90%}.linkCerf:hover{background:#ffffff1a;transform:translateY(-5px);box-shadow:0 4px 15px #0003;border-color:#e6e6e64d}.linkCerf h2{color:var(--text-primary, #e6e6e6);display:flex;align-items:center;margin-bottom:1rem;font-size:1.5rem}.linkCerf p{color:#e6e6e6cc;line-height:1.6;font-size:1rem}.linkCerf svg{transition:transform .3s ease}.linkCerf:hover svg{transform:scale(1.1)}@media (max-width: 768px){.contenedorCerf{padding:1rem}.linkCerf{margin:.5rem;padding:1.5rem}.linkCerf h2{font-size:1.2rem}}.linkProject{cursor:pointer;border:2px solid #233554;border-radius:5px;padding:1.5rem;transition:all .3s ease;margin-bottom:1rem;background:transparent}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.linkProject h2{color:#e6e6e6;margin-bottom:0;display:flex;align-items:center;flex:1}.linkProject h2 svg{margin-right:8px;color:#64ffda}.expand-indicator{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#64ffda1a;border:1px solid rgba(100,255,218,.3);transition:all .3s ease}.chevron-icon{color:#64ffda;transition:all .3s ease;transform:rotate(0)}.linkProject.active .chevron-icon{transform:rotate(180deg)}.project-status span{animation:statusFadeIn .3s ease-out}@keyframes statusFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.linkProject:hover .expand-indicator{background:#64ffda33;transform:scale(1.1)}.linkProject.active .expand-indicator{background:#64ffda33;border-color:#64ffda}.linkProject p{color:#8892b0}.project-description{color:#8892b0;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.project-status{margin-top:1rem;font-size:.85rem;font-weight:500}.status-active{color:#8892b0;opacity:.8;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .3s ease}.status-active:hover{color:#64ffda;opacity:1}.status-inactive{color:#8892b0;opacity:.8;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:all .3s ease}.status-inactive:hover{color:#64ffda;opacity:1}.linkProject.active{border-color:#64ffda}.linkProject:hover{border-color:#64ffda!important;transform:translateY(-5px)}.projectDetails{max-height:0;overflow:hidden;transition:max-height .5s ease-out}.projectDetails.open{max-height:1000px;transition:max-height .5s ease-in}.project-features{padding:2.5rem;background:linear-gradient(135deg,#112240,#1a2f4a);border-radius:8px;margin-top:1.5rem;border:1px solid rgba(100,255,218,.1);box-shadow:0 4px 20px #0000004d}.project-features h3{color:#e6e6e6;border-bottom:2px solid #64ffda;padding-bottom:.75rem;margin-bottom:1.5rem;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.project-features ul{color:#8892b0;list-style:none;padding-left:0;display:grid;gap:.75rem}.project-features li{padding:.75rem 1rem;background:#64ffda0d;border-radius:6px;border-left:3px solid #64ffda;transition:all .3s ease;font-size:.95rem;line-height:1.5}.project-features li:hover{background:#64ffda1a;transform:translate(5px);box-shadow:0 2px 10px #64ffda1a}.project-links{margin-top:1.5rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.project-link{padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;min-width:140px;text-align:center;display:inline-block;white-space:nowrap;position:relative;overflow:hidden;border:2px solid transparent;letter-spacing:.5px;text-transform:uppercase}.project-link.primary{background:linear-gradient(135deg,#64ffda,#4fd1c7);color:#0a192f;box-shadow:0 4px 15px #64ffda4d}.project-link.primary:hover{background:linear-gradient(135deg,#4fd1c7,#64ffda);transform:translateY(-3px);box-shadow:0 6px 20px #64ffda66}.project-link.secondary{background:transparent;color:#64ffda;border:2px solid #64ffda;box-shadow:0 4px 15px #64ffda1a}.project-link.secondary:hover{background:#64ffda1a;transform:translateY(-3px);box-shadow:0 6px 20px #64ffda33;border-color:#4fd1c7}.project-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.project-link:hover:before{left:100%}.project-link:active{transform:translateY(-1px)}.project-link{animation:buttonFadeIn .6s ease-out}@keyframes buttonFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-features{position:relative}.project-features:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#64ffda,transparent)}@media (max-width: 768px){.col-md-10{padding:0 15px}h2{font-size:1.5rem}.linkProject{padding:1rem!important}.project-links{flex-direction:column;align-items:center;gap:1rem;padding:0 1rem}.project-link{width:100%;max-width:280px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.75rem 1.5rem;font-size:.85rem;min-width:auto}.project-link.primary,.project-link.secondary{box-shadow:0 2px 10px #64ffda33}.project-link.primary:hover,.project-link.secondary:hover{transform:translateY(-2px);box-shadow:0 4px 15px #64ffda4d}.project-features{padding:1.5rem}.project-features h3{font-size:1.2rem}.project-features li{padding:.5rem .75rem;font-size:.9rem}.project-features li:hover{transform:translate(3px)}.project-header{flex-direction:column;align-items:flex-start;gap:1rem}.expand-indicator{align-self:flex-end;width:28px;height:28px}.status-active,.status-inactive{font-size:.8rem}}.contContc{margin-top:60px}.aviso{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:10px}.aviso>h1{font-size:30px!important}.aviso img{height:200px}.errorContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh}.errorContainer h1{font-size:10rem}.errorContainer h2{font-size:1.5rem}
