@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Barlow&display=swap);.navBar{position:absolute;background:transparent;top:0;width:100%;display:flex;justify-content:space-evenly;font-family:"Barlow",sans-serif}.navBar__logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:2% auto 0 5%}.navBar__items{display:flex;margin-right:20%;justify-content:space-between}.navBar__itemsMenu{display:flex;margin-top:15%;list-style:none;margin-right:10%}.navBar__itemsMenu .navBar__items--link{margin-right:25%;color:#242942;color:var(--VeryDarkBlue)}.navBar__itemsMenu:last-child{color:#5b5f71;color:var(--DarkGrayishBlue)}.navBar__items--link:hover{text-decoration:underline;cursor:pointer}.burgerMenu{display:flex;flex-direction:column;padding:2.5%;display:none}@media screen and (max-width:600px){.navBar{width:100%;height:10vh}.navBar__items{width:95%;height:25vh;margin:2% 2.5%;background-color:#eef3f6;background-color:var(--LightGrayishBlue);transition:transform .5s ease-in-out;transform:translateY(-150%);z-index:1000}.burgerMenu{position:absolute;right:0;display:flex;flex-direction:column;padding:2.5%;z-index:10000000}.burgerMenu i{background:grey;width:2rem;height:4px;margin:4px;border-radius:2px;transition:all .5s linear}.open:first-child{transform:rotate(45deg) translateY(16px)}.open:nth-child(2){opacity:0}.open:nth-child(3){transform:rotate(-45deg) translateY(-16px)}.close:first-child{transform:rotate(0) translateY(0)}.close:nth-child(2){opacity:1}.close:nth-child(3){transform:rotate(0) translateY(0)}.expand{transform:translateY(0)}.navBar__itemsMenu{display:block;margin-top:5%;padding-left:40%}.navBar__itemsMenu .navBar__items--link{margin-bottom:30%;font-weight:700}.navBar__logo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:2% 0 0 5%}.hamburger{display:block;margin:4% 2% 0 0}}@media screen and (max-width:800px){.navBar{width:100%;height:10vh}.navBar__items{width:95%;height:45vh;margin:0 2.5%;background-color:#eef3f6;background-color:var(--LightGrayishBlue);transition:transform .5s ease-in-out;transform:translateY(-200%);z-index:1000}.burgerMenu{position:absolute;right:0;display:flex;flex-direction:column;padding:2%;z-index:10000000}.burgerMenu i{background:grey;width:2rem;height:4px;margin:4px;border-radius:2px;transition:all .5s linear}.open:first-child{transform:rotate(45deg) translateY(16px)}.open:nth-child(2){opacity:0}.open:nth-child(3){transform:rotate(-45deg) translateY(-16px)}.close:first-child{transform:rotate(0) translateY(0)}.close:nth-child(2){opacity:1}.close:nth-child(3){transform:rotate(0) translateY(0)}.expand{transform:translateY(0)}.navBar__itemsMenu{display:block;margin-top:3%;padding-left:42%}.navBar__itemsMenu .navBar__items--link{margin-bottom:30%;font-weight:700}.navBar__logo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}:root{--Red:#ff5c5c;--VeryDarkBlue:#242942;--DarkGrayishBlue:#5b5f71;--GrayishBlue:hsla(235,7%,65%,0.507);--LightGrayishBlue:#eef3f6}*{margin:0;padding:0;box-sizing:border-box}.hero{display:flex}.container{height:100vh;width:100%}.hero__description{margin-top:12%;width:50%;height:100vh;display:flex;flex-direction:column;padding-left:5%;font-family:"Barlow Condensed",sans-serif}.hero__description--overTitle{display:flex;align-items:center}.hero__description--new{border:1px solid #242942;border:1px solid var(--VeryDarkBlue);border-radius:10px;background:#242942;background:var(--VeryDarkBlue);color:#fff;padding:.5%;margin-right:3%}.hero__description--overTitle p:last-child{color:hsla(235,7%,65%,.507);color:var(--GrayishBlue);margin-right:2%}.hero__description--principal{width:90%}.hero__description--title{font-size:70px;font-weight:700;color:#242942;color:var(--VeryDarkBlue)}.hero__description--principal p{color:hsla(235,7%,65%,.507);color:var(--GrayishBlue);font-size:25px;margin:4% 0 5%}.hero_description--button{display:flex;align-items:center;margin-right:2%;justify-content:space-between}.hero_description--text{width:60%;display:flex}.hero_description--text p{margin-right:4%;font-size:18px}button{background:#ff5c5c;background:var(--Red);color:#eef3f6;color:var(--LightGrayishBlue);padding:2% 5%;border:none;border-radius:5px;text-align:center;margin-right:1%;cursor:pointer}.hero__container--images{width:50%;height:100vh;overflow:hidden}.hero__container--background{height:70vh;width:100%;background-color:hsla(235,7%,65%,.507);background-color:var(--GrayishBlue);border-bottom-left-radius:25%}.hero__container--background img{margin-top:15%}@media screen and (max-width:400px){.hero_description--button{display:block}button{padding:2%}.hero_description--text{width:50%}.hero_description--text p{font-size:10px}.hero__container--images{height:70vh;width:100%;position:absolute;top:0}.hero__container--background{width:50%;height:80%;position:absolute;right:0}.hero__container--background img{width:300%;height:70%;margin-top:40%;margin-left:-100%}}@media screen and (max-width:600px){.hero{display:block}.hero__description{width:100%;height:50vh;margin-top:100%;padding-left:10%;padding-top:12%;margin-bottom:0}.hero__description--overTitle{width:90%;font-size:18px}.hero__description--new{padding:2%}.hero__description--title{font-size:45px}.hero_description--button{justify-content:space-evenly}button{padding:2%;width:180px}.hero_description--text p{font-size:14px}.hero__container--images{height:70vh;width:100%;position:absolute;top:0}.hero__container--background{width:50%;height:80%;position:absolute;right:0}.hero__container--background img{width:300%;height:70%;margin-top:40%;margin-left:-100%}}@media screen and (max-width:800px){.hero_description--button{width:90vw}button{padding:2% 10%}.hero_description--text{width:100%}.hero_description--text p{font-size:18px}}
/*# sourceMappingURL=main.047e1da9.chunk.css.map */