@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Quicksand:wght@300;500;700&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:wght@400;500;700&display=swap);
@media(prefers-reduced-motion: reduce){*{-webkit-animation:none !important;animation:none !important;transition:none !important}}*{margin:0;padding:0;border:0;box-sizing:border-box;vertical-align:baseline}img,picture,video,iframe,figure{max-width:100%;width:100%;display:block}a{display:block;text-decoration:none;color:inherit;font-size:inherit}p{margin:1rem 0}p a{display:inline}li{list-style-type:none}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p,span,a,strong,blockquote,i,b,u,em{font-size:1em;font-weight:inherit;font-style:inherit;text-decoration:none;color:inherit}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}::-moz-selection{background-color:#127dd6;color:#fff}::selection{background-color:#127dd6;color:#fff}form,input,textarea,select,button,label{font-family:inherit;font-size:inherit;-webkit-hyphens:auto;hyphens:auto;background-color:rgba(0,0,0,0);color:inherit;display:block}table,tr,td{border-collapse:collapse;border-spacing:0}svg{width:100%;display:block;fill:currentColor}body{min-height:100vh;font-size:100%;color:#637381;font-family:"Open Sans",sans-serif;font-smooth:always}@-webkit-keyframes wave-move{0%{transform:translate3d(-90px, 0, 0)}100%{transform:translate3d(85px, 0, 0)}}@keyframes wave-move{0%{transform:translate3d(-90px, 0, 0)}100%{transform:translate3d(85px, 0, 0)}}@-webkit-keyframes blink{0%{background-color:#fff}49%{background-color:#fff}50%{background-color:rgba(0,0,0,0)}99%{background-color:rgba(0,0,0,0)}100%{background-color:#fff}}@keyframes blink{0%{background-color:#fff}49%{background-color:#fff}50%{background-color:rgba(0,0,0,0)}99%{background-color:rgba(0,0,0,0)}100%{background-color:#fff}}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes fade{0%{opacity:1}50%{opacity:.25}}@keyframes fade{0%{opacity:1}50%{opacity:.25}}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.navbar{width:100%;position:fixed;top:0;z-index:2;padding-top:.8rem;padding-bottom:.8rem;transition:background-color ease .5s,box-shadow ease .5s}.navbar--active{background-color:rgba(45,45,45,.9);box-shadow:0 .0625rem .125rem rgba(0,0,0,.2);background-color:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(3px) saturate(180%);backdrop-filter:blur(3px) saturate(180%)}body.dark .navbar{background-color:rgba(17,25,40,.75);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%)}.navbar__container{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media screen and (min-width: 36rem){.navbar__container{max-width:36rem}}@media screen and (min-width: 48rem){.navbar__container{max-width:48rem}}@media screen and (min-width: 62rem){.navbar__container{max-width:62rem}}@media screen and (min-width: 75rem){.navbar__container{max-width:75rem}}@media screen and (min-width: 87.5rem){.navbar__container{max-width:75rem}}.navbar__brand{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.navbar__logo{transition:all ease .5s;height:2.75rem;width:auto}.navbar__slogan{color:#e6d27a;font-family:Roboto,sans-serif;font-weight:800;margin:0 .5rem;font-size:2rem;display:none}.navbar__hamburger{display:flex;flex-flow:column wrap;justify-content:space-between;align-items:center;cursor:pointer;height:1.25rem;width:1.5rem}@media(hover: hover){.navbar__hamburger:hover .navbar__icon-bar--middle{width:100%}}@media screen and (min-width: 62rem){.navbar__hamburger{display:none}}.navbar__hamburger--active :nth-child(1){transform:rotate(45deg) translate(0.375rem, 0.375rem)}.navbar__hamburger--active :nth-child(2){opacity:0}.navbar__hamburger--active :nth-child(3){transform:rotate(-45deg) translate(0.375rem, -0.375rem)}.navbar__icon-bar{background-color:#fff;transform:rotate(0deg) translate(0, 0);transition:ease all .2s;display:block;width:100%;height:.1875rem;border-radius:.0625rem}.navbar__icon-bar--middle{width:85%;align-self:start}.navbar__icon-bar--scroll{background-color:#637381}.navbar__nav{width:100%;height:0vh;overflow:hidden;transition:all .5s ease-out,background .5s ease-out;transition-delay:.2s;display:flex;flex-flow:column wrap;justify-content:center;align-items:center}@media screen and (min-width: 62rem){.navbar__nav{width:auto;height:unset;overflow:unset;transition:none;transition-delay:unset}}.navbar__nav--active{height:calc(100vh - 65px);transition:all .3s ease-in,background .5s ease-in;transition-delay:.25s}@media screen and (min-width: 62rem){.navbar__nav--active{height:unset;overflow:unset;background-color:rgba(0,0,0,0);transition:none;transition-delay:unset}}.navbar__ul{position:relative;display:flex;flex-flow:column wrap;justify-content:flex-end;align-items:center}@media screen and (min-width: 62rem){.navbar__ul{flex-direction:row}}.navbar__li{transform:scale(1.15) translateY(-30px);opacity:0;transition:transform .5s cubic-bezier(0.4, 0.01, 0.165, 0.99),opacity .6s cubic-bezier(0.4, 0.01, 0.165, 0.99)}.navbar__li:nth-child(1){transition-delay:0.49}.navbar__li:nth-child(2){transition-delay:0.42}.navbar__li:nth-child(3){transition-delay:0.35}.navbar__li:nth-child(4){transition-delay:0.28}.navbar__li:nth-child(5){transition-delay:0.21}@media screen and (min-width: 62rem){.navbar__li{opacity:1;transform:unset;transition:none;transition-delay:unset}}.navbar__nav--active .navbar__li{transform:scale(1) translateY(0px);opacity:1}.navbar__nav--active .navbar__li:nth-child(1){transition-delay:0.27s}.navbar__nav--active .navbar__li:nth-child(2){transition-delay:0.34s}.navbar__nav--active .navbar__li:nth-child(3){transition-delay:0.41s}.navbar__nav--active .navbar__li:nth-child(4){transition-delay:0.48s}.navbar__nav--active .navbar__li:nth-child(5){transition-delay:0.55s}.navbar__a{font-size:1.5rem;font-weight:600;text-transform:uppercase;color:#637381;text-align:center;padding:.5rem 1rem;transition:color ease .3s;margin-top:.5rem;margin-bottom:.5rem}.navbar__a:active,.navbar__a:focus{color:#127dd6}@media(hover: hover){.navbar__a:hover{color:#127dd6}}@media screen and (min-width: 62rem){.navbar__a{color:#fff;font-size:.85rem;padding:.35rem .6rem;margin-top:0rem;margin-bottom:0rem}}.navbar__a--scroll{color:#637381}.navbar__a--active{color:#127dd6;font-weight:bold}.header{position:relative}.header__container{width:100%;min-height:90vh;padding-top:4rem;color:#fff;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%;display:flex;flex-flow:column nowrap;justify-content:space-around;align-items:center}@media screen and (min-width: 36rem){.header__container{max-width:36rem}}@media screen and (min-width: 48rem){.header__container{max-width:48rem}}@media screen and (min-width: 62rem){.header__container{max-width:62rem}}@media screen and (min-width: 75rem){.header__container{max-width:75rem}}@media screen and (min-width: 87.5rem){.header__container{max-width:75rem}}@media screen and (min-width: 48rem){.header__container{min-height:85vh;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}}.header__left{width:100%;padding-top:1rem;padding-bottom:1rem}.header__span{font-size:1rem;margin:0}@media screen and (min-width: 48rem){.header__span{font-size:1.5rem}}.header__title{font-size:2rem;font-family:Roboto,sans-serif;font-weight:900;text-transform:uppercase;margin:0}@media screen and (min-width: 36rem){.header__title{font-size:3rem}}@media screen and (min-width: 48rem){.header__title{font-size:4rem}}.header__subtitle{font-size:1.5rem;font-family:Roboto,sans-serif;font-weight:700;text-transform:uppercase;color:#127dd6;margin:0}@media screen and (min-width: 36rem){.header__subtitle{font-size:2rem}}@media screen and (min-width: 48rem){.header__subtitle{font-size:3rem}}.header__cursor{display:inline-block;background-color:#fff;margin-left:.1rem;width:.3rem;-webkit-animation:blink 1s infinite;animation:blink 1s infinite}.header__cursor--typing{-webkit-animation:none;animation:none;background-color:#bdbdbd}.header__right{width:100%;min-height:10rem}.header__banner{width:100%;margin-left:auto;margin-right:auto}@media screen and (min-width: 48rem){.header__banner{width:100%;max-width:31.25rem}}.header__waves{width:100%;height:10vh;position:relative}@media screen and (min-width: 48rem){.header__waves{height:15vh}}.header__wave-svg{width:100%;height:100%}@media screen and (min-width: 48rem){.header__wave-svg{height:100%}}.header__wave>use{-webkit-animation:wave-move 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;animation:wave-move 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite}.header__wave>use:nth-child(1){-webkit-animation-delay:-2s;animation-delay:-2s;-webkit-animation-duration:7s;animation-duration:7s;fill:rgba(255,255,255,.7)}.header__wave>use:nth-child(2){-webkit-animation-delay:-3s;animation-delay:-3s;-webkit-animation-duration:10s;animation-duration:10s;fill:rgba(255,255,255,.5)}.header__wave>use:nth-child(3){-webkit-animation-delay:-4s;animation-delay:-4s;-webkit-animation-duration:13s;animation-duration:13s;fill:rgba(255,255,255,.3)}.header__wave>use:nth-child(4){-webkit-animation-delay:-5s;animation-delay:-5s;-webkit-animation-duration:20s;animation-duration:20s;fill:#fff}.about{width:100%;padding:7rem 0;padding-bottom:1rem;background-size:contain;background-position:center left;background-repeat:no-repeat}.about__container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%;display:flex;flex-flow:column wrap;justify-content:center;align-items:center}@media screen and (min-width: 36rem){.about__container{max-width:36rem}}@media screen and (min-width: 48rem){.about__container{max-width:48rem}}@media screen and (min-width: 62rem){.about__container{max-width:62rem}}@media screen and (min-width: 75rem){.about__container{max-width:75rem}}@media screen and (min-width: 87.5rem){.about__container{max-width:75rem}}@media screen and (min-width: 48rem){.about__container{flex-direction:row}}.about__left{width:100%}@media screen and (min-width: 48rem){.about__left{width:60%}}.about__right{width:100%;margin:4rem 0}@media screen and (min-width: 48rem){.about__right{width:40%}}.about__picture{display:flex;flex-flow:column wrap;justify-content:center;align-items:center}@media screen and (min-width: 48rem){.about__picture{display:flex;flex-flow:row wrap;justify-content:flex-end;align-items:center}}.about__photo{width:80%}@media screen and (min-width: 48rem){.about__photo{width:90%}}.about__skills-content{width:100%;margin-top:3rem}.skills{gap:1rem;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center}.skills__item{position:relative;background-color:#127dd6;width:2.5rem;height:2.5rem;border-radius:100%;opacity:.8;color:#fff;font-size:1.5rem;display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.skills__item-mask{position:absolute;top:-0.125rem;left:-0.125rem;width:2.75rem;height:2.75rem;overflow:hidden;border-radius:50%;border:.125rem dashed #127dd6}.experience{width:100%;padding:7rem 0}.experience__container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media screen and (min-width: 36rem){.experience__container{max-width:36rem}}@media screen and (min-width: 48rem){.experience__container{max-width:48rem}}@media screen and (min-width: 62rem){.experience__container{max-width:62rem}}@media screen and (min-width: 75rem){.experience__container{max-width:75rem}}@media screen and (min-width: 87.5rem){.experience__container{max-width:75rem}}.experience__content{width:100%;display:flex;flex-flow:column wrap;justify-content:flex-start;align-items:center}@media screen and (min-width: 48rem){.experience__content{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start}}.experience__picture{min-width:280px;max-width:280px;height:12.5rem;padding-right:3rem;display:none}@media screen and (min-width: 62rem){.experience__picture{display:block}}.experience__img{height:12.5rem;-o-object-fit:cover;object-fit:cover;border-radius:.3rem}.proyects{width:100%;padding:7rem 0}.proyects__container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media screen and (min-width: 36rem){.proyects__container{max-width:36rem}}@media screen and (min-width: 48rem){.proyects__container{max-width:48rem}}@media screen and (min-width: 62rem){.proyects__container{max-width:62rem}}@media screen and (min-width: 75rem){.proyects__container{max-width:75rem}}@media screen and (min-width: 87.5rem){.proyects__container{max-width:75rem}}.contact{width:100%;padding:7rem 0;background-image:url(.././img/bg-2.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.contact__container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media screen and (min-width: 36rem){.contact__container{max-width:36rem}}@media screen and (min-width: 48rem){.contact__container{max-width:48rem}}@media screen and (min-width: 62rem){.contact__container{max-width:62rem}}@media screen and (min-width: 75rem){.contact__container{max-width:75rem}}@media screen and (min-width: 87.5rem){.contact__container{max-width:75rem}}.contact__content{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}@media screen and (min-width: 48rem){.contact__content{flex-direction:row;flex-wrap:wrap}}.contact__left{width:100%;align-self:flex-start;margin-bottom:2rem}@media screen and (min-width: 48rem){.contact__left{width:50%;padding-right:1rem}}.contact__title{font-size:1.5rem;text-transform:uppercase;font-family:Roboto,sans-serif;color:#25262a}.contact__right{width:100%;background-color:rgba(255,255,255,.5);border-radius:.3125rem;padding-right:1rem;padding-left:1rem}@media screen and (min-width: 48rem){.contact__right{width:50%}}.footer{width:100%;padding:.1rem 0;background-color:#fff;border-top:1px solid rgba(99,115,129,.1);display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.footer__copy{font-size:.8rem;color:rgba(18,125,214,.7)}.particles{width:100%;height:100vh;position:absolute;z-index:-1;background:#2c2d44;text-rendering:optimizeLegibility;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.particles__background{position:absolute;background:#2c2d44;background-image:linear-gradient(45deg, #3f3251 2%, #002025 100%)}.particles__foreground{position:fixed}.particles__foreground,.particles__background{width:100%;height:100%;left:-51%;top:-51%;width:202%;height:202%;transform:scale3d(0.5, 0.5, 1)}.particles__foreground:after,.particles__background:after{content:"";display:inline-block;height:100%;vertical-align:middle}.particles__container{position:absolute;width:100%;height:100%;display:flex;flex-flow:column wrap;justify-content:center;align-items:flex-end}.particles__loader-circle{width:7.5rem;height:7.5rem;display:flex;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.particles__loader-svg{align-self:center}.particles__loader-line-mask{position:absolute;width:3.75rem;height:7.5rem;overflow:hidden;transform-origin:3.75rem 3.75rem;-webkit-mask-image:-webkit-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));mask-image:-webkit-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));-webkit-animation:rotate 1.2s infinite linear;animation:rotate 1.2s infinite linear}.particles__loader-line{width:7.5rem;height:7.5rem;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.title-main{font-size:1.75rem;font-family:Roboto,sans-serif;color:#127dd6;text-transform:uppercase;font-weight:900;text-shadow:0px 0px 3px rgba(18,125,214,.5);display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;font-size:1.9rem}.title-main::before{color:#127dd6;font-size:2rem;margin-right:.5rem}.title-main::after{content:"";display:block;flex-grow:2;top:.0625rem;height:.9375rem;margin-left:.9375rem;border-bottom:1px solid rgba(233,236,248,.5);background-image:url(.././img/spin.svg);background-size:contain;background-position:center left;opacity:.5}.title-main--about{margin-bottom:2.5rem}.title-main--experience{margin-bottom:3.5rem}.title-main--proyects{margin-bottom:3.5rem}.title-main--contact{margin-bottom:3.5rem}.switch-dark-mode{background:#127dd6;border-radius:62.5rem;border:none;position:relative;cursor:pointer;display:none;outline:none;transition:all ease .5s}.switch-dark-mode::after{content:"";display:block;width:1.875rem;height:1.875rem;position:absolute;background:#fff;top:0;left:0;right:unset;border-radius:6.25rem;transition:.3s ease all;box-shadow:0px 0px .125rem .125rem rgba(0,0,0,.2)}.switch-dark-mode--active{background:#637381;color:#000;transition:all ease .5s}.switch-dark-mode--active::after{right:0;left:unset}.switch-dark-mode span{width:1.875rem;height:1.875rem;line-height:1.875rem;display:block;background:none;color:#fff}.button-dark-mode{justify-self:flex-end;display:none}.button-dark-mode i{color:#fff;font-size:2rem}.tabs{width:100%;display:flex;flex-flow:column wrap;justify-content:flex-start;align-items:center}@media screen and (min-width: 48rem){.tabs{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start}}.tabs__header{position:relative;width:100%;overflow-y:auto;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}@media screen and (min-width: 48rem){.tabs__header{overflow-y:unset;flex-direction:column;max-width:12.5rem}}@media screen and (min-width: 62rem){.tabs__header{flex-direction:column}}.tabs__header a:first-of-type{border-top-left-radius:2px}.tabs__header a:last-of-type{border-top-right-radius:2px}.tabs__tab{min-width:12.5rem;height:2.5rem;text-align:center;padding:.625rem .625rem;font-size:.875rem;border-bottom:.125rem solid #bdbdbd;transition:all .5s ease}.tabs__tab:active,.tabs__tab:focus{color:#fff;background-color:rgba(18,125,214,.9)}@media(hover: hover){.tabs__tab:hover{color:#fff;background-color:rgba(18,125,214,.9);cursor:pointer}}@media screen and (min-width: 48rem){.tabs__tab{width:100%;border-left:.125rem solid #bdbdbd;border-bottom:0}}.tabs__tab--active{color:#fff;background-color:rgba(18,125,214,.9)}.tabs__tab.tabs__tab--1.tabs__tab--active~.tabs__highlighter{transform:translateX(0rem)}@media screen and (min-width: 48rem){.tabs__tab.tabs__tab--1.tabs__tab--active~.tabs__highlighter{transform:translateY(0rem)}}.tabs__tab.tabs__tab--2.tabs__tab--active~.tabs__highlighter{transform:translateX(12.5rem)}@media screen and (min-width: 48rem){.tabs__tab.tabs__tab--2.tabs__tab--active~.tabs__highlighter{transform:translateY(2.5rem)}}.tabs__tab.tabs__tab--3.tabs__tab--active~.tabs__highlighter{transform:translateX(25rem)}@media screen and (min-width: 48rem){.tabs__tab.tabs__tab--3.tabs__tab--active~.tabs__highlighter{transform:translateY(5rem)}}.tabs__highlighter{width:12.5rem;height:.125rem;display:block;position:absolute;background:#127dd6;left:0;bottom:0;transition:transform .2s ease;transition-delay:.1s;transform:translateX(0)}@media screen and (min-width: 48rem){.tabs__highlighter{width:.2rem;left:0rem;height:2.5rem;top:0;transform:translateY(0)}}.tabs__body{position:relative;flex-grow:2}.tabs__section{position:absolute;top:0;left:0;opacity:0;padding-top:1rem;transition:opacity 0s ease}@media screen and (min-width: 48rem){.tabs__section{padding-left:1rem;padding-top:0}}.tabs__section--active{position:relative;opacity:1;height:auto;transition:opacity .5s ease}.tabs__title{font-size:1.2rem;color:#444;font-weight:600}.tabs__title-span{color:#127dd6}.tabs__subtitle{font-size:.9rem;margin-top:.2rem}.tabs__list{padding-left:1.5rem;position:relative}.tabs__item{margin-bottom:1rem}.tabs__item::before{content:"▹";color:#127dd6;font-weight:800;margin-right:.5rem;position:absolute;left:0;text-shadow:0 0 .125rem rgba(18,125,214,.5)}.cards{width:100%;position:relative;display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem}@media screen and (min-width: 36rem){.cards{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 62rem){.cards{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 75rem){.cards{grid-template-columns:repeat(3, 1fr)}}.cards__card{display:flex;flex-flow:column wrap;justify-content:space-between;align-items:unset;row-gap:.5rem;padding:.7rem;background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:rgba(17,17,26,.15) 0px 0px 16px}.cards__content{margin:0 .5rem;flex-grow:2}.cards__picture{overflow:hidden;position:relative}@media(hover: hover){.cards__picture:hover:before{transition:all ease .7s;left:100%}}.cards__picture::before{width:100%;height:100%;background-image:url(.././img/bright2.png);position:absolute;content:"";cursor:pointer;z-index:1;left:-100%;background-repeat:no-repeat;background-size:contain}.cards__img{border-radius:.3125rem;filter:contrast(0.8)}.cards__title{color:#444;font-weight:600;font-family:"Open Sans",sans-serif;font-size:1.1rem}.cards__text{margin-top:.4rem;font-size:.9375rem}.cards__list{gap:.75rem;padding:.2rem 0 .4rem 0;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.cards__item{justify-self:center;background-color:#127dd6;color:#fff;width:1.7rem;height:1.7rem;font-size:1.2rem;border-radius:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.cards__item-svg{width:65%}.cards__footer{margin:0 .5rem;font-size:1rem;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}.form{position:relative}.form__field{padding:.7rem 0}.form__input{width:100%;border:1px solid #e4e7eb;border-radius:5px;padding:.7rem}.form__input--textarea{min-height:12.5rem}.form__input--validate{border:1px solid #dc3545}.form__text-error{font-size:.75rem;display:block;color:#dc3545;margin:0}.form__text-error--disable{display:none}.form__loading{position:absolute;background-color:rgba(255,255,255,.6);width:100%;height:100%;background-image:url(.././img/loading.svg);background-position:center center;background-repeat:no-repeat;display:none}.form__loading--active{display:block}.scroll-top{z-index:1;right:1rem;bottom:1rem;position:fixed;opacity:0;transition:all ease .3s}.scroll-top__a{width:3rem;height:3rem;background-color:rgba(18,125,214,.7);color:#fff;border-radius:100%;display:flex;flex-flow:column wrap;justify-content:center;align-items:center}.scroll-top--active{opacity:1}.button{border:2px solid #127dd6;padding:.5rem 1rem;border-radius:.4rem;color:#127dd6;cursor:pointer;transition:background ease .3s;display:flex;vertical-align:center}.button i{margin-right:.3125rem}@media(hover: hover){.button:hover{background-color:rgba(18,125,214,.2)}}.button--disabled{cursor:not-allowed}.button--header{margin-top:1rem}.button--light{border:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 2px 0 rgba(0,0,0,.06);color:#637381;display:none}@media(hover: hover){.button--light:hover{background-color:rgba(99,115,129,.2)}}@media screen and (min-width: 62rem){.button--light{display:block}}.button--primary{border:0;box-shadow:0 1px 5px 0 rgba(18,125,214,.3),0 1px 2px 0 rgba(18,125,214,.06);color:#127dd6;background-color:#e9f2fe}.button--contact{margin-bottom:.6875rem}.button--proyect{font-size:.875rem;vertical-align:center}.button--proyect i{font-size:1.2rem;margin-right:.3125rem}.alert{background-color:rgba(25,135,84,.3);color:#198754;padding:1rem;border-radius:.3125rem;display:block;text-align:center}.alert--disable{display:none}
