.header{min-height:70px;width:100%;background-color:#2b3945;box-shadow:0 0 5px #000;display:flex;position:sticky;top:0;z-index:1;align-items:center}.headerLight{background-color:#fff}.header__container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.header__container a{width:80vw;max-width:1280px;text-align:center;font-size:1.8rem;color:#fff;font-weight:800}.header_containerLight p:first-child{color:#111517}.themeMode{position:absolute;display:flex;right:20px;flex:.2;justify-content:center;align-items:center;font-size:1.5rem;color:#fff;gap:10px;cursor:pointer}.themeMode p{white-space:nowrap}.themeModeLight{color:#111517}@media screen and (max-width: 675px){.header__container{position:static;width:85vw}.header__container a{width:auto}.themeMode{position:static}}.tagBorder{height:31px;width:77px;font-weight:600;letter-spacing:2px;border-radius:6px;box-shadow:0 0 3px #000;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;background-color:#2b3945;color:#fff}.tagBorderLight{background-color:#fff;box-shadow:0 0 3px #858585;color:#111517}.fullCountry__container{display:grid;grid-template-columns:1fr 1fr;width:85vw;margin:85px auto 0;gap:40px;padding-bottom:100px;max-width:1440px}.fullCountry__imageContainer{display:flex}.fullCountry__image{width:100%;max-width:570px;object-fit:cover;max-height:430px;box-shadow:0 0 3px #858585}.fullCountry__button{background-color:#2b3945;color:#fff;outline:none;border:none;padding:8px 25px;border-radius:6px;cursor:pointer;box-shadow:0 0 5px #000}.fullCountry__buttonLight{background-color:#fff;color:#111517;box-shadow:0 0 3px #858585}.fullCountry__button:active{transform:translateY(2px)}.fullCountry__button ion-icon{padding:0;margin:0;width:25px}.fullCountry__buttonContainer{width:85vw;margin:40px auto;max-width:1440px}.fullCountry__text{color:#fff;padding:40px}.fullCountry__textLight{color:#111517}.fullCountry__text h2{font-size:3rem;margin-bottom:35px}.fullContry__textContainer{display:grid;grid-template-columns:1fr 1fr;gap:35px}.fullContry__textContainer h3{font-weight:600;font-size:1.6rem}.containerTags>h3{font-weight:600;font-size:1.6rem;display:block}.containerTags{margin-top:80px;display:flex;gap:20px}.containerTags h3{white-space:nowrap}.fullCountry__textRight{width:100%;display:flex;flex-direction:column;flex-wrap:wrap}.container__bordes{display:flex;align-items:center;flex-wrap:wrap;gap:20px}@media screen and (max-width: 780px){.fullCountry__container{display:flex;justify-content:center;align-items:center;flex-direction:column}.fullContry__textContainer,.fullCountry__text{padding:0}}@media screen and (max-width: 500px){.fullCountry__imageContainer{height:auto}.containerTags{margin-top:30px}}@media screen and (max-width: 400px){.fullContry__textContainer{grid-template-columns:none;grid-template-rows:1fr 1fr}.containerTags{flex-direction:column;margin:0}}.containerSpinner{display:flex;justify-content:center;align-items:center;width:60vw;height:70vh;margin:0 auto}.loader{width:100px;height:100px;border-radius:50%;display:inline-block;position:relative;border:3px solid;border-color:#FFF #FFF transparent transparent;box-sizing:border-box;animation:rotation 1s linear infinite}.loader:after,.loader:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid;border-color:transparent transparent #FF3D00 #FF3D00;width:40px;height:40px;border-radius:50%;box-sizing:border-box;animation:rotationBack .5s linear infinite;transform-origin:center center}.loader:before{width:32px;height:32px;border-color:#FFF #FFF transparent transparent;animation:rotation 1.5s linear infinite}.loaderLight{border-color:hsl(200,15%,8%) hsl(200,15%,8%) transparent transparent}.loaderLight:before{border-color:hsl(200,15%,8%) hsl(200,15%,8%) transparent transparent}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.form{width:85vw;margin:35px auto;display:flex;max-width:1280px;align-items:center;justify-content:space-between}.input__container{background-color:#2b3945;display:flex;align-items:center;border-radius:6px;overflow:hidden;width:100%;max-width:420px}.input__containerLight{background-color:#fff;color:#111517;box-shadow:0 0 3px #858585}.input__container input{background-color:#2b3945;padding:15px 20px 15px 0;outline:none;border:none;color:#fff;width:100%}.input__containerLight input{background-color:#fff;color:#111517}.input__container input::placeholder{color:#ffffff85}.input__containerLight input::placeholder{color:#35393b}.icon{color:#fff;font-size:1.6rem;display:flex;justify-content:center;align-items:center;width:50px}.iconLight{color:#111517}.select{background-color:#2b3945;overflow:hidden;width:165px;border-radius:6px;height:48px}.select select{background-color:#2b3945;outline:none;border:none;border-radius:6px;padding:15px 20px 20px;color:#fff}.selectLight{box-shadow:0 0 3px #858585;background-color:#fff;color:#111517}.selectLight select{background-color:#fff;color:#111517}@media screen and (max-width: 1325px){.form{width:70vw}}@media screen and (max-width: 980px){.form{width:85vw;margin:35px auto;display:flex;max-width:1280px;align-items:center;justify-content:space-between}}@media screen and (max-width: 700px){.form{display:grid;grid-template-rows:1fr 1fr;gap:20px}.input__container{width:85vw;max-width:none}.select{width:192px;height:48px}.select select{width:178px}}.country{width:250px;height:270px;background-color:#2b3945;color:#fff;overflow:hidden;border-radius:6px;transition:transform .5s}.countryLight{background-color:#fff;color:#111517;box-shadow:0 0 3px #858585}.country__image{width:100%;height:135px;object-fit:cover;box-shadow:0 0 2px #858585}.country__containerText{padding:20px;height:135px}.country__name{font-size:1.6rem;font-weight:800}.country__containerText h3{font-weight:600}span{font-weight:300}a{text-decoration:none}.country:hover{transform:scale(1.1)}.listOfCountries{display:grid;grid-template-columns:repeat(auto-fill,250px);grid-template-rows:auto;gap:65px;width:90vw;max-width:1200px;margin:0 auto;place-content:center;padding-bottom:150px}.withoutMatches{margin:0 auto;color:#fff;padding-top:150px;font-size:1.8rem}.withoutMatchesLight{color:#111517}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box;font-family:Nunito Sans,sans-serif}html,body{font-size:10px}.App{min-height:100vh;min-width:100%;background-color:#202c37}.Applight{background-color:#fafafa}
