@keyframes moveInLeft{0%{opacity:0;transform:translateX(-10rem)}100%{opacity:1;transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;transform:translateX(10rem)}100%{opacity:1;transform:translate(0)}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(3rem)}100%{opacity:1;transform:translate(0)}}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{scroll-behavior:smooth;font-size:62.5%}@media (max-width: 112.5em){html{font-size:68.75%}}@media (max-width: 75em){html{font-size:56.25%}}@media (max-width: 56.25em){html{font-size:50%}}@media (max-width: 37.5em){html{font-size:50%}}body{box-sizing:border-box}body{font-family:"Lato", sans-serif;font-weight:400;line-height:1.7;color:#777}*::selection{background:#28b485;color:white}.heading-primary{color:#fff;text-transform:uppercase;backface-visibility:hidden;margin-bottom:6rem}.heading-primary--main{display:block;font-size:6rem;font-weight:400;letter-spacing:1.5rem;animation-name:moveInLeft;animation-duration:1s;animation-timing-function:ease-out}@media (max-width: 37.5em){.heading-primary--main{letter-spacing:1rem;font-family:5rem}}.heading-primary--sub{display:block;font-size:2rem;font-weight:700;letter-spacing:1rem;animation:moveInRight 1s ease-out}@media (max-width: 37.5em){.heading-primary--sub{letter-spacing:.5rem;font-family:5rem}}.heading-secondary{font-size:3.5rem;text-transform:uppercase;font-weight:700;display:inline-block;background-image:linear-gradient(to right, #7ed56f, #28b485);background-clip:text;-webkit-background-clip:text;color:transparent;letter-spacing:.2rem;transition:all .2s}@media (max-width: 56.25em){.heading-secondary{font-size:3rem}}@media (max-width: 37.5em){.heading-secondary{font-size:2.5rem}}.heading-secondary:hover{transform:scale(1.05);text-shadow:0.1rem 1rem 1rem rgba(0,0,0,0.2)}.heading-tertiary{font-size:1.6rem;font-weight:700;text-transform:uppercase}.paragraph{font-size:1.6rem;text-align:justify}.paragraph:not(:last-child){margin-bottom:3rem}.u-center-text{text-align:center}.u-margin-bottom-small{margin-bottom:2rem}.u-margin-bottom-medium{margin-bottom:4rem}.u-margin-bottom-big{margin-bottom:8rem}.u-move-from-left{opacity:1 !important;animation-name:moveInLeft;animation-duration:.7s;animation-timing-function:ease-out}.u-move-from-right{opacity:1 !important;animation-name:moveInRight;animation-duration:.7s;animation-timing-function:ease-out}.box{min-height:21rem;background-color:rgba(255,255,255,0.8);font-size:1.5rem;padding:2.5rem;text-align:center;border-radius:3px;box-shadow:0 1.5rem 4rem rgba(0,0,0,0.15)}.box:hover{transform:translateY(-0.5rem) scale(1.03)}.btn,.btn:link,.btn:visited{text-transform:uppercase;text-decoration:none;padding:1.5rem 4rem;display:inline-block;border-radius:10rem;transition:all .2s;position:relative;font-size:1.6rem;border:none;cursor:pointer}.btn:hover{transform:translateY(-3px);box-shadow:0 1rem 2rem rgba(0,0,0,0.2)}.btn:active,.btn:focus{outline:none;transform:translateY(-1px);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.2)}.btn--white{background-color:#fff;color:#777}.btn--white::after{background-color:#fff}.btn--green{background-color:#55c57a;color:#fff}.btn--green::after{background-color:#55c57a}.btn--sm{padding:.8rem 4rem !important}.btn::after{content:"";display:inline-block;height:100%;width:100%;border-radius:10rem;position:absolute;top:0;left:0;z-index:-1;transition:all .4s}.btn--animated{animation:moveInBottom .7s ease-out;animation-fill-mode:backwards}.form__group:not(:last-child){margin-bottom:2rem}.form__input{font-size:1.5rem;font-family:inherit;color:inherit;padding:1.5rem 2rem;border-radius:.3rem;background-color:rgba(255,255,255,0.5);border:none;border-bottom:3px solid transparent;width:90%;display:block;transition:all .3s}@media (max-width: 56.25em){.form__input{width:100%}}.form__input:focus{outline:none;box-shadow:0 1rem 2rem rgba(0,0,0,0.1);border-bottom:3px solid #55c57a}.form__input:focus:invalid{border-bottom:3px solid #ff7730}.form__input::-webkit-input-placeholder{color:#999}.form__label{font-size:1.2rem;font-weight:700;margin-left:2rem;margin-top:.7rem;display:block;transition:all .3s}.form__input:placeholder-shown+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.d-flex{display:flex}.footer{background-color:#333;padding:10rem 0;font-size:1.4rem;color:#f7f7f7}@media (max-width: 56.25em){.footer{padding:8rem 0}}.footer__logo-box{text-align:center;margin-bottom:8rem}@media (max-width: 56.25em){.footer__logo-box{margin-bottom:6rem}}.footer__logo{width:15rem;height:auto}.footer__logo img{height:14rem}@media (max-width: 75em){.footer__logo img{height:12rem}}@media (max-width: 56.25em){.footer__logo img{height:10rem}}.footer__navigation{border-top:1px solid #777;padding-top:2rem;display:inline-block}@media (max-width: 56.25em){.footer__navigation{width:100%;text-align:center}}.footer__list{list-style:none}.footer__item{display:inline-block}.footer__item:not(:last-child){margin-right:1.5rem}.footer__link:link,.footer__link:visited{color:#f7f7f7;background-color:#333;text-decoration:none;text-transform:uppercase;display:inline-block;transition:all .2s}.footer__link:hover,.footer__link:active{color:#55c57a}.footer__copyright{border-top:1px solid #777;padding-top:2rem;width:80%;float:right}@media (max-width: 56.25em){.footer__copyright{width:100%;float:none}}.row{max-width:114rem;margin:0 auto;padding:0 3rem}.row:not(:last-child){margin-bottom:8rem}@media (max-width: 56.25em){.row:not(:last-child){margin-bottom:6rem}}@media (max-width: 56.25em){.row{max-width:80rem}}@media (max-width: 56.25em){.row__no-padding-tab-port{padding:0}}.row::after{content:"";display:table;clear:both}.row [class^="col-"]{float:left}.row [class^="col-"]:not(:last-child){margin-right:6rem}@media (max-width: 56.25em){.row [class^="col-"]:not(:last-child){margin-right:0;margin-bottom:6rem}}@media (max-width: 56.25em){.row [class^="col-"]{width:100% !important}}.row .col-1-of-2{width:calc((100% - 6rem) / 2)}.row .col-1-of-3{width:calc((100% - 2 * 6rem) / 3)}.row .col-2-of-3{width:calc(2 * (100% - 2 * 6rem) / 3 + 6rem)}.row .col-1-of-4{width:calc((100% - 3 * 6rem) / 4)}.row .col-2-of-4{width:calc(2 * (100% - 3 * 6rem) / 4 + 6rem)}.row .col-3-of-4{width:calc(3 * (100% - 3 * 6rem) / 4 + 6rem)}.header{height:60vh;background-image:linear-gradient(to right bottom, #7ed56f, #28b485);background-size:cover;background-position:center;position:relative;-webkit-clip-path:polygon(0 0, 100% 0, 100% 45vh, 0 100%);clip-path:polygon(0 0, 100% 0, 100% 45vh, 0 100%)}@media (max-width: 37.5em){.header{height:95vh;-webkit-clip-path:polygon(0 0, 100% 0, 100% 85vh, 0 100%);clip-path:polygon(0 0, 100% 0, 100% 85vh, 0 100%)}}.header__logo-box{position:absolute;top:4rem;left:4rem}.header__logo{height:10rem}@media (max-width: 37.5em){.header__logo{height:8rem}}.header__text-box{position:absolute;top:45%;left:50%;transform:translate(-50%, -50%);text-align:center}.section-about{background-color:#f7f7f7;padding:20rem 10rem;margin-top:-20vh;margin-bottom:20vh}.section-about__image{height:10rem;margin:0 0.5rem}.section-about__personal_image_box{display:flex;justify-content:center;align-items:center}.section-about__personal_image{height:20rem;border-radius:50%}.section-about__languages{display:flex;justify-content:center}.section-pages{background-color:#f7f7f7;padding:20rem 0;margin-top:-25vh;background-image:linear-gradient(to right bottom, #7ed56f, #28b485);background-size:cover;background-position:center;transform:skewY(-4deg)}@media (max-width: 56.25em){.section-pages{padding:10rem 0}}.section-pages>*{transform:skewY(4deg)}.section-proyects{background-color:#f7f7f7;padding:20rem 10rem;margin-top:-15vh;margin-bottom:20vh}@media (max-width: 56.25em){.section-proyects__reverse{display:flex;flex-direction:column-reverse}}@media (max-width: 56.25em){.section-proyects__reverse [class^="col-"]:not(:first-child){margin-bottom:6rem}}.section-proyects__image-box{display:flex;justify-content:center;align-items:center}.section-proyects__image{opacity:0;height:60rem}.section-proyects__image:hover{transition:.3s;transform:scale(1.1)}.section-form{margin-top:-20rem;padding:15rem 0;background-image:linear-gradient(to right bottom, #7ed56f, #28b485)}@media (max-width: 56.25em){.section-form{padding:10rem 0}}.section-form .card{background-image:linear-gradient(105deg, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 50%, transparent 50%),url(../img/background.jpg);background-size:100%;border-radius:1rem;box-shadow:0 1.5rem 4rem rgba(0,0,0,0.2)}@media (max-width: 75em){.section-form .card{background-image:linear-gradient(105deg, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 65%, transparent 65%),url(../img/background.jpg);background-size:cover}}@media (max-width: 56.25em){.section-form .card{background-image:linear-gradient(rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 100%),url(../img/background.jpg)}}.section-form .card__form{width:50%;padding:6rem}@media (max-width: 75em){.section-form .card__form{width:65%}}@media (max-width: 56.25em){.section-form .card__form{width:100%}}
