@import url(https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Roboto+Slab:wght@300;400;700&display=swap);.header{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;box-shadow:1px 1px 2px rgba(0,0,0,.2);background-color:#2f86a6;color:#fff;position:sticky;z-index:1000;top:0}.header__logo{text-transform:uppercase}.header__items{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;list-style:none}.header__item a{text-decoration:none;color:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header__item a:active{color:inherit}.header__item a:hover{color:#2fdd92}@media screen and (min-width:768px){.header{flex-direction:row;justify-content:space-between}}.footer{text-align:center;padding:1rem 0;margin:auto}.home{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.home__nav{flex-grow:0}.home__content{flex-grow:3}@media(min-width:768px){.home{flex-direction:row}}.item{display:flex;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;color:#fff;background-color:#2f86a6;border-radius:100%;cursor:pointer;transition:background-color 1s .5s;text-decoration:none}.item.active{background-color:#34be82}.item__content{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.item__bar{height:10px;width:37px;background-color:#34be82;position:absolute;top:6.4px;left:17.7777777778px;-webkit-animation:slideInLeftX 1s;animation:slideInLeftX 1s}@media screen and (min-width:768px){.item__bar{width:10px;height:32px;top:130%;left:0;-webkit-animation-name:slideInLeftY;animation-name:slideInLeftY}}.navigation{position:sticky;top:60px;padding:10px 0;background-color:#fff;width:100%;z-index:1000}.navigation__items{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:30px;list-style:none}@media screen and (min-width:768px){.navigation{width:auto;padding:30px}.navigation__items{flex-direction:column;align-items:flex-start}}@-webkit-keyframes show-in{0%{transform:scale(.5) translate(-50%,-50%);opacity:0}50%{opacity:.5}80%{opacity:1}to{transform:scale(1)}}@keyframes show-in{0%{transform:scale(.5) translate(-50%,-50%);opacity:0}50%{opacity:.5}80%{opacity:1}to{transform:scale(1)}}@-webkit-keyframes slideInLeftX{0%{width:0}to{width:32px}}@keyframes slideInLeftX{0%{width:0}to{width:32px}}@-webkit-keyframes slideInLeftY{0%{height:0}to{height:32px}}@keyframes slideInLeftY{0%{height:0}to{height:32px}}*{margin:0;padding:0;font-family:font_primary}:after,:before{box-sizing:border-box}[cp=simple]{margin-left:10px}[cp=doble]{margin-left:20px}[cp=triple]{margin-left:30px}[width=all]{width:100%}[fwn]{font-weight:400}a{cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:Arvo,serif;margin:0}h1{font-size:3rem}h2{font-size:2.5rem}h4{font-size:2rem}h5{font-size:1.5rem}h6{font-size:1.2rem}.linkActive.linkActiveExact{color:#34be82}