* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
}

header div {
  position: relative;
  z-index: 20;
}

header div img {
  display: block;
  width: 100%;
}

header .logo {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 80px;
  height: 80px;
  border: 4px solid #185077d7;
  border-radius: 50%;
}

.resource-item {
	background-color: #184f77;
    display: block;
    position: relative;
    text-decoration: none;
    color: #212121;
    border: 1px #ddd solid;
    width: -webkit-calc((100%/4) - 8px);
    width: calc((100%/4) - 8px);
    padding: 10px 10px 10px 12px;
    border-radius: 10px 10px 10px 10px;
    text-align: left;
    margin-bottom: 1em;
    margin: 4px;
    box-shadow: 1px 1px 5px #eee;
    transition: transform .1s ease-out,-webkit-transform .1s ease-out;
}

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.banner_item:first-child::before, .banner_subitem::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  z-index: 8;
}

.banner_item:first-child {
  height: 150px;
}

.banner_subitem {
  height: 150px;
  position: relative;
}

.banner_item:first-child, .banner_subitem:first-child, .banner_subitem:last-child {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_item:first-child {
  background-position: center;
  position: relative;
}

.banner .banner_buizel {
  background-image: url("https://pokemongobelgique.be/imagen/banner/buizel_banner.jpg");
}
.banner .banner_raidsboss_info  {
  background-image: url("https://pokemongobelgie.be/img/News/raidsboss.png");
}

.banner .banner_shop_info  {
  background-image: url("https://pokemongobelgique.be/img/News/shop.png");
}
.banner .banner_go_fest {
  background-image: url("https://pokemongobelgique.be/img/News/raidsboss.png");
}
.banner .banner_decompte_info {
  background-image: url("https://pokemongobelgique.be/img/News/decompte.png");
}
.banner .banner_quetes_info {
  background-image: url("https://pokemongobelgique.be/img/News/quetes.png");
}
.banner .banner_sub_info {
  background-image: url("https://pokemongobelgique.be/img/News/decompte.png");
}

.banner_subinfo, .banner_info {
  position: absolute;
  bottom: 5%;
  font-size: inherit;
  padding: .5em;
  max-width: 260px;
  z-index: 11;
}

.banner_subinfo p, .banner_info p {
  font-size: .78em;
  color: white;
  margin-bottom: .3em;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: .3em;
  border-left: 3px solid #39388b;
  white-space: nowrap;
}

.banner_subinfo p span, .banner_info p span {
  padding-left: .3em;
  margin-left: .3em;
  font-size: inherit;
  border-left: 3px solid white;
}

.banner_subinfo a, .banner_info a {
  display: block;
  text-decoration: none;
  padding-left: .3em;
  font-size: .85em;
  font-weight: 700;
  color: white;
}

.menu_block .menu {
  background-color: #184f77;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3em .2em .4em;
  position: relative;
}

.menu_block .menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: .3em .4em;
  margin-left: .05em;
  margin-right: .05em;
  border-top-right-radius: .4em;
  border-top-left-radius: .4em;
}

.menu_block .menu_link img {
  display: block;
  height: 17px;
  width: auto;
  margin-right: .2em;
}

.menu_block .menu_link span {
  display: block;
  font-size: .74em;
  white-space: nowrap;
  color: white;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-weight: 700;
}

.menu_block .menu_item {
  border-top-right-radius: .3em;
  border-top-left-radius: .3em;
}

.menu_block .menu_item:hover .menu_link span {
  border-bottom: 1px solid white;
}

.loader {
  background-color: #1b3357;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
}

.loader > img {
  display: block;
  max-width: 200px;
}

.loader.active {
  -webkit-animation: loader 1.4s forwards;
          animation: loader 1.4s forwards;
}

@-webkit-keyframes loader {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loader {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

body {
  background-color: #224273;
  position: relative;
  background-image: url("../img/fonds/fonds.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.overlay {
  max-width: 1130px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 40px -3px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 40px -3px rgba(0, 0, 0, 0.75);
  position: relative;
}

.main {
  background-color: #E4E0E0;  /* 10334d  color original*/
}

.stats_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0b2c44;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: .6em;
  padding: .3em .7em;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .6em;
  font-size: .85em;
  max-width: 600px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.stats_title img {
  display: block;
  width: auto;
  height: 1em;
}

.stats_title img:nth-child(1) {
  margin-right: .4em;
}

.stats_title img:nth-child(2) {
  margin-left: .4em;
}

.schedule {
  position: relative;
}

.schedule .block {
  padding: .6em;
}

.schedule .block > div {
  margin-bottom: 3em;
}

.schedule .block .zone {
  border: 1px solid #afafaf;
  padding: .18em .25em .25em;
  border-radius: .7em;
  margin-bottom: .5em;
}

.schedule .block .zone_gmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: .2em;
  padding-left: .2em;
}

.schedule .block .zone_gmt span {
  font-size: .78em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: white;
  margin-left: .3em;
  margin-right: .3em;
}

.schedule .block .zone_gmt img {
  display: block;
  height: 18px;
  width: auto;
}

.schedule .block .zone_time {
  background-color: white;
  border-radius: .5em;
}

.schedule .block .zone_time > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule .block .zone_time .eventimg {
  width: 130px;
  border-top-left-radius: .5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.schedule .block .zone_time .startend {
  width: 100%;
  padding: .3em .4em;
}

.schedule .block .zone_time .startend > div:first-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schedule .block .zone_time .startend > div:first-child .button {
  border: 1px solid black;
  border-radius: .3em;
  font-size: .71em;
  padding: .2em .4em;
  outline: none;
  cursor: pointer;
  background-color: white;
}

.schedule .block .zone_time .start > span,
.schedule .block .zone_time .end > span,
.schedule .block .zone_time .start > div,
.schedule .block .zone_time .end > div {
  font-size: .72em;
}

.schedule .block .zone_time .start > span,
.schedule .block .zone_time .end > span {
  display: block;
  color: #132b52;
  font-weight: 700;
}

.schedule .block .zone_time .start > div,
.schedule .block .zone_time .end > div {
  color: #4b4b4b;
}

.schedule .block .zone_time .start,
.schedule .block .zone_time .end {
  padding-left: .25em;
}

.schedule .block .zone_time .start {
  border-left: 5px solid #a19f49;
}

.schedule .block .zone_time .end {
  border-left: 5px solid #a14949;
  margin-top: .5em;
}

.schedule .block .zone_time .countdown {
  border-top: 1px solid #b1b1b1;
  width: 100%;
  text-align: right;
  padding: .2em .5em;
  font-size: .85em;
  font-weight: 700;
  color: #132b52;
  font-style: italic;
}

.schedule .block .zone_time .countdown span {
  display: inline-block;
  font-size: inherit;
}

.schedule .block .zone_time .countdown span:nth-child(even) {
  color: #536685;
  margin-left: .05em;
}

.schedule .block .zone_time .countdown a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.schedule .block .info {
  display: none;
  padding: .5em .3em .3em;
}

.schedule .block .info_title {
  font-size: .805em;
  font-style: italic;
  color: white;
  margin-bottom: .6em;
}

.schedule .block .info_text {
  color: white;
  font-size: .77em;
  margin-bottom: .3em;
}

.schedule .block .info_text * {
  font-size: inherit;
}

.schedule .block .info_text .s {
  font-size: .9em;
}

.schedule .block .info_text .l {
  font-size: 1.02em;
}

.schedule .block .info_text .light {
  font-weight: 300;
}

.schedule .block .info_text .medium {
  font-weight: 300;
}

.schedule .block .info_text .bold {
  font-weight: 700;
}

.schedule .block .info_text .italic {
  font-style: italic;
}

.schedule .block .info_list {
  margin-left: 1.5em;
  margin-bottom: .3em;
}

.schedule .block .info_block img {
  display: block;
  margin: 0 auto;
  width: 90%;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.801);
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.801);
  border-radius: .5em;
  margin-bottom: .4em;
}

.schedule .block .info_block img:last-child {
  margin-bottom: 0;
}

.schedule .block .info_block a {
  display: block;
  text-align: center;
  color: white;
  font-size: .77em;
}

.etudesspecialesMew {
  background-image: url("../img/etudesspeciales/researchMew.png");
}
.etudesspecialesCelebi {
  background-image: url("../img/etudesspeciales/researchCelebi.jpg");
}
.etudesspecialesSpiritomb2018 {
  background-image: url("../img/etudesspeciales/researchSpiritomb2018.jpg");
}
.etudesspecialesMeltan {
  background-image: url("../img/etudesspeciales/researchMeltan.jpg");
}
.etudesspecialesJirachi {
  background-image: url("../img/etudesspeciales/researchJirachi.jpg");
}
.etudesspecialesanniversaryposter2019 {
  background-image: url("../img/etudesspeciales/anniversaryposter2019.jpg");
}
.etudesspecialesteamgorocketdisruption2019 {
  background-image: url("../img/etudesspeciales/teamgorocketdisruption2019.jpg");
}
.etudesspecialesSpiritomb2019 {
  background-image: url("../img/etudesspeciales/halloween2019.jpg");
}
.etudesspecialesRegigigas  {
  background-image: url("../img/etudesspeciales/a-regi-return-2019.jpg");
}
.etudesspecialesTapidansl’obscurité  {
  background-image: url("../img/etudesspeciales/pokemon-go-rocket-team.jpg");
}
.etudesspecialesUnesituationdifficile  {
  background-image: url("../img/etudesspeciales/teamgorocket-increasedactivity-nov2019.jpg");
}
.etudesspecialesCD2019  {
  background-image: url("../img/etudesspeciales/dec19-cd.jpg");
}
.etudesspecialesteamleaders-battle-recap  {
  background-image: url("../img/etudesspeciales/teamleaders-battle-recap.jpg");
}
.etudesspecialesUnProfesseurnesereposejamais  {
  background-image: url("../img/etudesspeciales/teamleaders-battle-recap2.jpg");
}
.etudesspecialesLamenaceobscuregrandit  {
  background-image: url("../img/etudesspeciales/teamleaders-battle-recap3.jpg");
}
.etudesspecialesGenesect  {
  background-image: url("../img/etudesspeciales/genesectspecialresearch.jpg");
}
.etudesspecialescdavril2020 {
  background-image: url("../img/etudesspeciales/communityday-april2020.jpg");
}
.etudesspecialesDéfisouvenir2020Kantov2 {
  background-image: url("../img/etudesspeciales/Défi souvenir 2020  Kantov2.jpg");
}
.etudesspecialesDéfisouvenir2020Johto {
  background-image: url("../img/etudesspeciales/Défi souvenir 2020  Johto.jpg");
}
.etudesspecialesSnubbull {
  background-image: url("../img/etudesspeciales/may2020-events-snubbull.jpg");
}
.etudesspecialesthrowbackeventhoenn {
  background-image: url("../img/etudesspeciales/throwbackeventhoenn.jpg");
}
.etudesspecialesThrowbackChallenge2020Sinnoh {
  background-image: url("../img/etudesspeciales/ThrowbackChallenge2020Sinnoh.jpg");
}
.etudesspecialesMaîtredudéfisouvenir2020 {
  background-image: url("../img/etudesspeciales/Maîtredudéfisouvenir2020.png");
}
.etudesspecialesFestivalGODéficompétence {
  background-image: url("../img/etudesspeciales/Pokemon-go-fest-2020.jpg");
}


.etudesspecialesMegaEvolution_bgcolor {
  background-color: #D399BF;
}
.etudesspecialesGoFest2020_bgcolor {
  background-color: #333A68;
}
.etudesspecialebasic_bgcolor {
  background-color: #F62835;
}
.etudesspecialesticket_bgcolor {
  background-color: #F087BA;
}
.etudesspecialescd_bgcolor {
  background-color: #1660A9;
}
.etudesspeciales_bgcolor {
  background-color: #D2C7F2;
}
.migracion {
  background-image: url("../imagen/vistas/migracion_nidos_vista.jpg");
}

.migracion_bgcolor {
  background-color: #412f3b;
}
.anniversaire_bgcolor {
  background-color: #CA0411;
}
.halloween_bgcolor {
  background-color: #E7770B;
}
.TGOR_bgcolor {
  background-color: #5F5F5F;
}

.bonus {
  background-image: url("../imagen/vistas/bonus_especial_vista.jpg");
}

.bonus_bgcolor {
  background-color: #325162;
}

.go_rocket {
  background-image: url("../imagen/vistas/giovanni_marzo.jpg");
}

.go_rocket_bgcolor {
  background-color: #30243a;
}

.huevos_7km {
  background-image: url("../imagen/vistas/huevos_7km_vista.jpg");
}

.huevos_7km_bgcolor {
  background-color: #397c42;
}

.raid_latios_latias {
  background-image: url("../imagen/vistas/raid_latios_latias_vista.jpg");
}

.raid_latios_latias_bgcolor {
  background-color: #205279;
}

.raid_reshiram {
  background-image: url("../imagen/vistas/raid_reshiram_vista.jpg");
}

.raid_reshiram_bgcolor {
  background-color: #3f5897;
}

.research_jun {
  background-image: url("../imagen/vistas/recompensa_junio.jpg");
}

.research_jun_bgcolor {
  background-color: #776f4b;
}

.league_ultra2 {
  background-image: url("../imagen/vistas/gobattleleague_temp2_ultra_vista.jpg");
}

.league_ultra2_bgcolor {
  background-color: #344750;
}

.league_master2 {
  background-image: url("../imagen/vistas/gobattleleague_temp2_master_vista.jpg");
}

.league_master2_bgcolor {
  background-color: #572186;
}

.league_final2 {
  background-image: url("../imagen/vistas/gobattleleague_temp2_final_vista.jpg");
}

.league_final2_bgcolor {
  background-color: #521d81;
}

.league_super3 {
  background-image: url("../imagen/vistas/gobattleleague_temp2_super_vista.jpg");
}

.league_super3_bgcolor {
  background-color: #0e5dd3;
}

.dragon_week {
  background-image: url("../imagen/vistas/semana_dragon_vista.jpg");
}

.dragon_week_bgcolor {
  background-color: #334635;
}

.enigma_week {
  background-image: url("../imagen/vistas/semana_enigma_vista.jpg");
}

.enigma_week_bgcolor {
  background-color: #3f2b6e;
}

.teselia_week {
  background-image: url("../imagen/vistas/semana_teselia_vista.jpg");
}

.teselia_week_bgcolor {
  background-color: #31333b;
}

.outstanding_taillow_bgcolor,
.outstanding_zubat_bgcolor,
.outstanding_oddish_bgcolor,
.outstanding_buizel_bgcolor {
  background-color: #494747;
}

.outstanding_taillow {
  background-image: url("../imagen/vistas/pokemon_destacado_taillow_vista.jpg");
}

.outstanding_zubat {
  background-image: url("../imagen/vistas/pokemon_destacado_zubat_vista.jpg");
}

.outstanding_oddish {
  background-image: url("../imagen/vistas/pokemon_destacado_oddish_vista.jpg");
}

.outstanding_buizel {
  background-image: url("../imagen/vistas/pokemon_destacado_buizel_vista.jpg");
}

.league_ultra {
  background-image: url("../imagen/vistas/gobattleleague_temp2_ultra_vista.jpg");
}

.league_ultra_bgcolor {
  background-color: #344750;
}
/* Raids boss op */
.raid_zekrom {
  background-image: url("../imagen/vistas/raid_zekrom_vista.jpg");
}

.raid_zekrom_bgcolor {
  background-color: #223842;
}

.raid_ho-oh {
  background-image: url("../imagen/vistas/raid_hooh_vista.jpg");
}

.raid_ho-oh_bgcolor {
  background-color: #802a1f;
}

.raid_kyurem {
  background-image: url("../imagen/vistas/raid_kyurem_vista.jpg");
}
.raid_kyurem_bgcolor {
  background-color: #565e5f;
}
.raid_heatran {
  background-image: url("../imagen/vistas/Raid_heatran.png");
}
.raid_heatran_bgcolor {
  background-color: #C23200;
}
.raid_cresselia {
  background-image: url("../imagen/vistas/legendary-cresselia.jpg");
}
.raid_cresselia_bgcolor {
  background-color: #D2B78A;
}
.raid_artikodin {
  background-image: url("../imagen/vistas/legendary_articuno.jpg");
}
.raid_artikodin_bgcolor {
  background-color: #9BC5F6;
}
.raid_electhor {
  background-image: url("../imagen/vistas/legendary_zapdos.jpg");
}
.raid_electhor_bgcolor {
  background-color: #9BC5F6;
}
/* Raids boss End */
.solsticio {
  background-image: url("../imagen/vistas/solsticio_vista.jpg");
}

.solsticio_bgcolor {
  background-color: #1b4f83;
}
/* Op Community day */
.raid_CD {
  background-image: url("https://leekduck.com/assets/img/events/septcd2020-porygon.jpg");
}
.CD_salameche {
  background-image: url("https://leekduck.com/assets/img/events/octobercd2020-charmander.jpg");
}
.raid_CD_bgcolor {
  background-color: #153264;
}



.community_weedle_bgcolor,
.community_gastly_bgcolor,.community_porygon_bgcolor {
  background-color: #153264;
}

.community_weedle {
  background-image: url("../imagen/vistas/community_day_weedle_vista.jpg");
}

.community_gastly {
  background-image: url("../imagen/vistas/community_day_gastly_vista.jpg");
}
.community_porygon {
  background-image: url("https://leekduck.com/assets/img/events/septcd2020-porygon.jpg");
}
/* End Community day */


/* Op team go rocket */
.TeamGoRocket_Giovanni {
  background-image: url("https://img.resized.co/dexerto-fr/eyJkYXRhIjoie1widXJsXCI6XCJodHRwczpcXFwvXFxcL2ltYWdlcy5kZXhlcnRvLmZyXFxcL3VwbG9hZHNcXFwvMjAyMFxcXC8wMVxcXC8wODE0MjQyMVxcXC9HdWlkZS1kZS1HaW92YW5uaS1kYW5zLVBva2Vtb24tR28tY29tbWVudC1iYXR0cmUtbGUtYm9zcy1kZS1sYS1UZWFtLVJvY2tldC0yLmpwZ1wiLFwid2lkdGhcIjpcIlwiLFwiaGVpZ2h0XCI6XCJcIixcImRlZmF1bHRcIjpcImh0dHBzOlxcXC9cXFwvd3d3LmRleGVydG8uY29tXFxcL2Fzc2V0c1xcXC9pbWdcXFwvcGxhY2Vob2xkZXIuanBnXCIsXCJvcHRpb25zXCI6W119IiwiaGFzaCI6IjQwM2NlZDJkNmQxNTYxYjE1MThhNzRlODUwY2NjMzM2ZmYzMTI1NzMifQ==/guide-de-giovanni-dans-pokemon-go-comment-battre-le-boss-de-la-team-rocket-2.jpg");
}
.TeamGoRocket_JessyJames {
  background-image: url("https://leekduck.com/assets/img/events/teamgorocket-jessie-james.jpg");
}
.TeamGoRocket_bgcolor {
  background-color: #58483a;
}
/* Op team go rocket */
.bichear {
  background-image: url("../imagen/vistas/bichear_vista.jpg");
}

.bichear_bgcolor {
  background-color: #546d2d;
}

.go_fest {
  background-image: url("../imagen/vistas/pokemon_go_fest_2020_vista.jpg");
}

.go_fest_bgcolor {
  background-color: #00619e;
}

.go_fest_go_rocket {
  background-image: url("../imagen/vistas/go_fest_go_rocket_invasion.jpg");
}

.go_fest_go_rocket_bgcolor {
  background-color: #00619e;
}

.go_rocket_jj {
  background-image: url("../imagen/vistas/Team_GO_Rocket_jessie_james_vista.jpg");
}

.go_rocket_jj_bgcolor {
  background-color: #58483a;
}

.desafio_combate,
.desafio_amistad,
.desafio_habilidad {
  background-image: url("../imagen/vistas/go_fest_preview_vista.jpg");
}

.desafio_combate_bgcolor,
.desafio_amistad_bgcolor,
.desafio_habilidad_bgcolor {
  background-color: #404133;
}

.social_bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-shadow: 2px 5px 9px 0px rgba(0, 0, 0, 0.897);
          box-shadow: 2px 5px 9px 0px rgba(0, 0, 0, 0.897);
  z-index: 50;
}

.social_bar .red {
  padding-top: .5em;
  padding-bottom: .5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_bar .red a {
  display: block;
  width: 100%;
}

.social_bar .red img {
  display: block;
  height: 16px;
  width: auto;
}

.social_bar .red:nth-child(1) {
  padding-top: .2em;
  padding-bottom: .2em;
  background-color: #506097;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social_bar .red:nth-child(1) img {
  height: 22px;
}

.social_bar .red:nth-child(2) {
  background-color: #7289DA;
}

.social_bar .red:nth-child(3) {
  background-color: #395693;
}

.social_bar .red:nth-child(4) {
  background-color: #53A7E8;
}

.social_bar .red:nth-child(5) {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_bar .red:nth-child(6) {
  background-color: #F70000;
}

.social_bar .red:nth-child(7) {
  background-color: #7289DA;
}

.social_bar .red:nth-child(2):hover {
  background-color: #687cc5;
}

.social_bar .red:nth-child(3):hover {
  background-color: #324d86;
}

.social_bar .red:nth-child(4):hover {
  background-color: #4994ce;
}

.social_bar .red:nth-child(5):hover {
  background: radial-gradient(circle at 30% 107%, #dfd784 0%, #dbd483 5%, #d1473b 45%, #be208c 60%, #234ece 90%);
}

.social_bar .red:nth-child(6):hover {
  background-color: #bb0000;
}

.social_bar .arrow_up {
  display: none;
  position: fixed;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.897);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.897);
  right: 3em;
  bottom: 1em;
}

.social_bar .arrow_up a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: inherit;
  height: inherit;
  background-color: #7289DA;
  border-radius: inherit;
}

.social_bar .arrow_up a:hover {
  background-color: #526ac0;
}

.social_bar .arrow_up img {
  display: block;
  width: 20px;
  height: auto;
}

.arrow_up {
  display: none;
  position: fixed;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.897);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.897);
  right: 3em;
  bottom: 1em;
}

.arrow_up a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: inherit;
  height: inherit;
  background-color: #7289DA;
  border-radius: inherit;
}

.arrow_up a:hover {
  background-color: #526ac0;
}

.arrow_up img {
  display: block;
  width: 20px;
  height: auto;
}

.footer {
  background-color: #041E4B;
  width: 100%;
  padding: 1.5em 1.8em 3em;
}


.footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_block > img {
  display: block;
  max-width: 75px;
  height: auto;
  margin-bottom: 1em;
}

.footer_block > div {
  font-size: .78em;
}

.footer_block .social_discord, .footer_block .social_net {
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.657);
  margin-bottom: .5em;
}

.footer_block .social_discord p, .footer_block .social_net p {
  font-size: inherit;
  color: white;
  text-align: center;
  margin-bottom: .3em;
  white-space: nowrap;
}

.footer_block .social_discord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_block .social_discord a {
  display: block;
  width: 115px;
  padding: .3em .5em;
}

.footer_block .social_discord img {
  display: block;
  width: 100%;
}

.footer_block .social_net > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_block .social_net a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .3em .5em;
  width: 50px;
  margin-left: .3em;
  margin-right: .3em;
}

.footer_block .social_net img {
  display: block;
  height: 21px;
}

.footer_block .credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_block .credits span,
.footer_block .credits p {
  font-size: inherit;
}

.footer_block .credits span,
.footer_block .credits img {
  display: block;
}

.footer_block .credits img {
  height: 17px;
  margin-bottom: .7em;
}

.footer_block .credits span {
  font-weight: 700;
  color: #AE8F60;
  margin-bottom: .2em;
}

.footer_block .credits p {
  color: white;
}

.footer_block .credits p:nth-child(3) {
  margin-bottom: .5em;
}

.footer_block .credits p:nth-child(4) {
  color: yellow;
  font-size: .8em;
}

.events {
  padding: .7em;
}

.events_description {
  display: block;
  height: 0;
  overflow: hidden;
}

.events_local {
  background-color: #004f7a;
  color: white;
  border: 1px solid #b6b6b6;
  border-radius: .6em;
  padding: .3em .7em;
  text-align: center;
}

.events_local p {
  color: white;
  font-weight: 500;
  font-size: .75em;
  text-align: center;
  margin-bottom: .2em;
}

.events_local p:nth-of-type(2) {
  font-size: .9em;
  color: #a9c44a;
  font-weight: 700;
}

.events_local p:nth-of-type(3) {
  font-size: 1.9em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.events_local p:nth-of-type(3) > div {
  margin-left: .3em;
}

.events_local p:nth-of-type(3) span {
  display: block;
  font-size: .77em;
  font-weight: 700;
}

.events_local p:last-of-type {
  font-size: .6em;
  font-weight: 500;
}

.notice {
  padding: 1.5em .7em;
  background-color: #155fa9;
  width: 100%;
}

.notice_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: inherit;
}

.notice_item {
  width: 100%;
  font-size: .74em;
  background-color: #185077;
  border: 1px solid #b9b9b9;
  margin-bottom: 1em;
  border-radius: .7em;
}

.notice_item p:nth-child(1) {
  font-size: 1.05em;
  font-weight: 700;
  color: #f1ff6f;
  text-align: center;
  margin-top: .3em;
  margin-bottom: .3em;
}

.notice_item span {
  font-size: inherit;
  font-weight: inherit;
  color: white;
  border-left: 3px solid white;
  padding-left: 1.5em;
  margin-left: 1.5em;
}

.notice_item img {
  display: none;
  margin: 0 auto;
  text-align: center;
  width: 75%;
}

.notice_item a {
  display: block;
  color: white;
  font-size: 1.04em;
  text-decoration: none;
  padding: .5em .9em;
}

.notice_item a:hover {
  text-decoration: underline;
}

.notice_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: white;
  font-size: .9em;
  padding: .5em .8em;
}

.notice_link img {
  display: block;
  height: 16px;
  margin-left: .5em;
}

.notice_link:hover {
  text-decoration: underline;
}

@media (min-width: 320px) {
  header .logo {
    width: 95px;
    height: 95px;
  }
  .menu_block .submenu_item {
    width: 260px;
    font-size: .67em;
  }
  .menu_block .submenu_title {
    font-size: 1.15em;
  }
  .menu_block .submenu_link {
    font-size: .97em;
  }
}

@media (min-width: 420px) {
  .schedule .block {
    padding: .7em;
  }
  .schedule .block > div {
    margin-bottom: 3em;
  }
  .schedule .block .zone_gmt {
    padding-bottom: .2em;
  }
  .schedule .block .zone_gmt span {
    font-size: .79em;
    margin-left: .4em;
  }
  .schedule .block .zone_gmt img {
    height: 19px;
  }
  .schedule .block .zone_time .eventimg {
    width: 160px;
  }
  .schedule .block .zone_time .start > span,
  .schedule .block .zone_time .end > span,
  .schedule .block .zone_time .start > div,
  .schedule .block .zone_time .end > div {
    font-size: .78em;
  }
  .schedule .block .zone_time .start {
    border-left: 6px solid #a19f49;
  }
  .schedule .block .zone_time .end {
    border-left: 6px solid #a14949;
  }
  .schedule .block .zone_time .countdown {
    font-size: 1em;
  }
  .schedule .block .info_title {
    font-size: .95em;
  }
  .schedule .block .info_text {
    font-size: .795em;
  }
  .schedule .block .info_block img {
    width: 90%;
  }
  .footer_block > div {
    font-size: .81em;
  }
  .menu_block .menu_link img {
    height: 20px;
  }
  .menu_block .menu_link span {
    font-size: .79em;
  }
  .menu_block .submenu_item {
    width: 260px;
    font-size: .68em;
  }
  .notice_item {
    font-size: .8em;
  }
  .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner_item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .banner_item:first-child {
    height: 240px;
  }
  .banner_subitem {
    height: 120px;
  }
  .banner_subinfo p, .banner_info p {
    font-size: .74em;
  }
  .banner_subinfo a, .banner_info a {
    font-size: .81em;
  }
}

@media (min-width: 500px) {
  .schedule .block .zone_time .eventimg {
    width: 160px;
  }
  .schedule .block .zone_time .start > span,
  .schedule .block .zone_time .end > span,
  .schedule .block .zone_time .start > div,
  .schedule .block .zone_time .end > div {
    font-size: .79em;
  }
  .schedule .block .zone_time .countdown {
    font-size: 1.05em;
  }
  .schedule .block .info {
    padding: .6em 2em;
  }
  .schedule .block .info_title {
    font-size: .96em;
  }
  .schedule .block .info_text {
    font-size: .805em;
  }
  .schedule .block .info_block a {
    font-size: .94em;
  }
  .footer {
    padding: 1.5em 1.8em 3.5em;
  }
  .footer_block > img {
    max-width: 85px;
    margin-bottom: 1.5em;
  }
  .footer_block > div {
    font-size: 1em;
  }
  .footer_block .social_discord, .footer_block .social_net {
    padding-bottom: 2em;
    margin-bottom: .5em;
  }
  .footer_block .social_discord a {
    width: 125px;
  }
  .footer_block .social_net a {
    padding: .4em .6em;
    width: 55px;
    margin-left: .4em;
    margin-right: .4em;
  }
  .footer_block .social_net img {
    height: 21px;
  }
  .footer_block .credits img {
    height: 17px;
    margin-bottom: .7em;
  }
  .footer_block .credits p:nth-child(4) {
    font-size: .78em;
  }
  .banner_item:first-child {
    height: 360px;
  }
  .banner_subitem {
    height: 180px;
  }
}

@media (min-width: 550px) {
  header .logo {
    width: 110px;
    height: 110px;
  }
  .menu_block .menu {
    padding: 3.6em .3em .4em;
  }
  .menu_block .menu_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu_block .menu_link img {
    height: 26px;
    margin-bottom: .2em;
  }
  .menu_block .menu_item {
    margin-left: .4em;
    margin-right: .4em;
  }
  .menu_block .submenu {
    padding-top: 1.5em;
  }
  .menu_block .submenu_item {
    margin-left: .6em;
  }
  .stats_title {
    font-size: 1.05em;
  }
  .stats_title img {
    height: 1.4em;
  }
  .stats_title img:nth-child(1) {
    margin-right: .5em;
  }
  .stats_title img:nth-child(2) {
    margin-left: .5em;
  }
  .notice_block {
    margin-left: -.4em;
  }
  .notice_item {
    max-width: 250px;
    font-size: .74em;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .notice_item p:nth-child(1) {
    font-size: 1.05em;
    margin-top: .3em;
    margin-bottom: .3em;
  }
  .notice_item img {
    display: block;
    width: 100%;
  }
  .notice_item span {
    padding-left: 1.5em;
    margin-left: 1.5em;
  }
  .notice_item a {
    font-size: 1.03em;
    padding: .3em .6em;
  }
}

@media (min-width: 680px) {
  header .logo {
    width: 120px;
    height: 120px;
  }
  header .logo {
    border: 6px solid #185077d7;
  }
  .events {
    padding: 1em;
  }
  .events_local {
    padding: 1em 5em;
  }
  .events_local p {
    font-size: .93em;
  }
  .events_local p:nth-of-type(2) {
    font-size: 1.2em;
  }
  .events_local p:nth-of-type(3) {
    font-size: 2.3em;
  }
  .events_local p:nth-of-type(3) span {
    font-size: .81em;
  }
  .events_local p:last-of-type {
    font-size: .6em;
  }
  .schedule .block .zone_time .eventimg {
    width: 160px;
  }
  .schedule .block .zone_time .start > span,
  .schedule .block .zone_time .end > span,
  .schedule .block .zone_time .start > div,
  .schedule .block .zone_time .end > div {
    font-size: .79em;
  }
  .schedule .block .zone_time .countdown {
    font-size: 1.05em;
  }
  .schedule .block .info {
    padding: .6em 4em;
  }
  .schedule .block .info_text {
    font-size: .805em;
  }
  .notice_block {
    margin-left: -.4em;
  }
  .notice_item {
    max-width: 310px;
    font-size: .78em;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .notice_item p:nth-child(1) {
    font-size: 1.05em;
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .notice_item img {
    width: 100%;
  }
  .notice_item span {
    padding-left: 1.5em;
    margin-left: 1.5em;
  }
  .notice_item a {
    font-size: 1.15em;
    padding: .5em .9em;
  }
  .menu_block .submenu {
    padding-left: 4em;
    padding-right: 4em;
  }
  .menu_block .submenu_item {
    width: 260px;
    font-size: .68em;
  }
  .footer {
    padding: 1.5em 1.8em 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  
  
  .footer_block {
    margin-right: 1.5em;
    margin-left: 1.5em;
  }
  .stats_title.l {
    font-size: 1.1em;
  }
  .stats_title.l img {
    height: 1.2em;
  }
  .stats_title.xl {
    font-size: 1.2em;
    background-color: #a33e3e;
  }
  .stats_title.xl img {
    height: 1.2em;
  }
  .banner_info {
    max-width: 320px;
    padding: .5em .5em .5em 1.5em;
  }
  .banner_info p {
    border-left: 5px solid #39388b;
    font-size: .9em;
  }
  .banner_info p span {
    border-left: 3px solid white;
  }
  .banner_info a {
    font-size: 1em;
  }
  .banner_subinfo {
    max-width: 300px;
    padding: .5em .5em .5em 1.5em;
  }
  .banner_subinfo p {
    border-left: 4px solid #39388b;
    font-size: .8em;
  }
  .banner_subinfo p span {
    border-left: 3px solid white;
  }
  .banner_subinfo a {
    font-size: .9em;
  }
}

@media (min-width: 780px) {
  .events {
    padding: 1em 3.5em;
  }
  .schedule .block {
    padding: 1em 3.5em;
  }
  .schedule .block .zone_time .eventimg {
    width: 165px;
  }
  .schedule .block .zone_time .start > span,
  .schedule .block .zone_time .end > span,
  .schedule .block .zone_time .start > div,
  .schedule .block .zone_time .end > div {
    font-size: .8em;
  }
  .schedule .block .zone_time .countdown {
    font-size: 1.1em;
  }
  .schedule .block .info {
    padding: .6em 6em;
  }
  .schedule .block .info_text {
    font-size: .81em;
  }
  .menu_block .menu {
    padding: 3.6em 3.5em .4em;
  }
  .menu_block .menu_link img {
    height: 25px;
  }
  .menu_block .menu_link span {
    font-size: .9em;
  }
  .menu_block .submenu_item {
    width: 260px;
    font-size: .68em;
  }
  .menu_block .submenu_link {
    margin-bottom: .6em;
  }
  .footer {
    padding: 1.5em 3.5em;
  }
  .notice {
    padding: 1.5em 3.5em;
  }
  .notice_item {
    max-width: 265px;
  }
  .notice_link {
    font-size: 1em;
  }
  .notice_link img {
    height: 18px;
  }
  .social_bar {
    bottom: initial;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    width: 50px;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.384);
            box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.384);
  }
  .social_bar .red {
    padding: .5em;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social_bar .red img {
    width: 23px;
    height: auto;
  }
  .social_bar .red:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top-right-radius: 1em;
  }
  .social_bar .red:nth-child(1) img {
    height: auto;
    width: 22px;
  }
  .social_bar .red:nth-child(6) {
    border-bottom-right-radius: 1em;
  }
  .social_bar .red:nth-child(7) {
    display: none;
  }
  .arrow_up {
    display: block;
    right: .4em;
    bottom: .8em;
  }
  .banner_item:first-child {
    height: 420px;
  }
  .banner_subitem {
    height: 210px;
  }
  .banner_info {
    padding-left: 4em;
  }
}

@media (min-width: 960px) {
  .schedule .block {
    padding: 1.7em 8em 1.7em;
  }
  .events_local {
    padding: 1em 10em;
  }
  .events_local p {
    font-size: .8em;
  }
  .events_local p:nth-of-type(3) {
    font-size: 2.3em;
  }
  .events_local p:nth-of-type(3) span {
    font-size: .81em;
  }
  .events_local p:last-of-type {
    font-size: .6em;
  }
  .footer {
    padding: 1.5em 5em 1.8em;
  }
  
  .notice_item {
    max-width: 265px;
  }
  .banner_item:first-child {
    height: 510px;
  }
  .banner_subitem {
    height: 255px;
  }
  .banner_info {
    max-width: 440px;
  }
  .banner_info p {
    border-left: 5px solid #39388b;
    font-size: 1.2em;
  }
  .banner_info p span {
    border-left: 3px solid white;
  }
  .banner_info a {
    font-size: 1.5em;
  }
  .banner_subinfo {
    max-width: 380px;
    padding: .5em .5em .5em 1.5em;
  }
  .banner_subinfo p {
    border-left: 4px solid #39388b;
    font-size: .93em;
  }
  .banner_subinfo p span {
    border-left: 3px solid white;
  }
  .banner_subinfo a {
    font-size: 1.2em;
  }
}

@media (min-width: 1130px) {
  .social_bar {
    left: calc(50% - 565px);
  }
  .arrow_up {
    right: calc(50% - 560px);
    bottom: .8em;
  }
  .notice_item {
    max-width: 320px;
    font-size: .78em;
  }
  .notice_item p:nth-child(1) {
    font-size: 1.05em;
  }
  .notice_item a {
    font-size: 1.15em;
  }
}

.pokemon .pokemon_raid .raid_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4em;
}

.pokemon .pokemon_raid .raid_title > img {
  display: block;
  height: 70px;
  width: auto;
  margin-right: .8em;
}

.pokemon .pokemon_raid .raid_title .nivel_raid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -.4em;
}

.pokemon .pokemon_raid .raid_title .nivel_raid > img {
  display: block;
  height: 20px;
  width: auto;
}

.pokemon .pokemon_raid .raid_title .pc {
  margin-bottom: -.9em;
}

.pokemon .pokemon_raid .raid_title .pc span:nth-child(1) {
  font-size: 1em;
}

.pokemon .pokemon_raid .raid_title .pc span:nth-child(2) {
  font-size: 2.5em;
}

.pokemon .pokemon_raid .raid_title p {
  font-size: 2em;
  text-align: center;
}

.pokemon .pokemon_raid .raid_clima {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pokemon .pokemon_raid .raid_clima .noclima {
  margin-right: 1em;
}

.pokemon .pokemon_raid .raid_clima .noclima p {
  font-size: .85em;
}

.pokemon .pokemon_raid .raid_clima .noclima p span {
  font-size: 1.5em;
}

.pokemon .pokemon_raid .raid_clima .siclima p {
  font-size: .85em;
}

.pokemon .pokemon_raid .raid_clima .siclima p span {
  font-size: 1.5em;
}

.pokemon .pokemon_raid .raid_clima .siclima > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pokemon .pokemon_raid .raid_clima .siclima img {
  display: block;
  height: 24px;
  width: auto;
  margin-top: -.2em;
  margin-bottom: -.6em;
}

.pokemon_stats {
  margin-bottom: 1em;
}

.pokemon_stats .stats_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pokemon_stats .stats {
  text-align: center;
}

.pokemon_stats .stats h4 {
  font-size: .8em;
  color: rgba(197, 197, 197, 0.986);
}

.pokemon_stats .stats:first-child span {
  font-weight: 700;
}

.pokemon_rest_deb {
  margin-bottom: 1em;
}

.pokemon_rest_deb .resistencia_block {
  margin-bottom: 1em;
}

.pokemon_rest_deb .rest_deb_title {
  text-align: center;
  margin-bottom: .6em;
}

.pokemon_rest_deb .resistencia,
.pokemon_rest_deb .debilidad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: .4em;
  font-size: .8em;
  width: 100%;
}

.pokemon_rest_deb .resistencia span,
.pokemon_rest_deb .debilidad span {
  font-weight: 700;
}

.pokemon_rest_deb .resistencia > p,
.pokemon_rest_deb .debilidad > p {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
  padding: .2em 1.5em;
}

.pokemon_rest_deb .resistencia > p span,
.pokemon_rest_deb .debilidad > p span {
  font-size: inherit;
  color: #e4aaaa;
  margin-right: .3em;
}

.pokemon_rest_deb .resistencia img,
.pokemon_rest_deb .debilidad img {
  display: block;
  width: auto;
  height: 24px;
  -webkit-box-shadow: 0px 0px 1px 1px white;
          box-shadow: 0px 0px 1px 1px white;
  border-radius: 50%;
  margin-right: .3em;
}

.pokemon_rest_deb .resistencia > div,
.pokemon_rest_deb .debilidad > div {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .3em;
  border-radius: 1.2em;
  background-color: #4677c3;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.384);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.384);
  width: 100px;
}

.pokemon_rest_deb .resistencia > div p,
.pokemon_rest_deb .debilidad > div p {
  font-size: inherit;
}

.pokemon_rest_deb .resistencia:last-child,
.pokemon_rest_deb .debilidad:last-child {
  margin-bottom: 0;
}

.pokemon_rest_deb .resistencia .dmg,
.pokemon_rest_deb .debilidad .dmg {
  border-radius: 1.1em;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.384);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.384);
}

.pokemon_rest_deb .resistencia .dmg span,
.pokemon_rest_deb .debilidad .dmg span {
  color: white;
}

.pokemon_rest_deb .resistencia .dmg.max,
.pokemon_rest_deb .debilidad .dmg.max {
  background-color: #bd2e3a;
}

.pokemon_rest_deb .resistencia .dmg.min,
.pokemon_rest_deb .debilidad .dmg.min {
  background-color: #23c230;
}

.pokemon_rest_deb .resistencia .fire,
.pokemon_rest_deb .debilidad .fire {
  background-color: #a85d12;
}

.pokemon_rest_deb .resistencia .electric,
.pokemon_rest_deb .debilidad .electric {
  background-color: #d1b32c;
}

.pokemon_rest_deb .resistencia .flying,
.pokemon_rest_deb .debilidad .flying {
  background-color: #436eca;
}

.pokemon_rest_deb .resistencia .plant,
.pokemon_rest_deb .debilidad .plant {
  background-color: #02803f;
}

.pokemon_rest_deb .resistencia .steel,
.pokemon_rest_deb .debilidad .steel {
  background-color: #036a7c;
}

.pokemon_rest_deb .resistencia .bug,
.pokemon_rest_deb .debilidad .bug {
  background-color: #2caa23;
}

.pokemon_rest_deb .resistencia .ground,
.pokemon_rest_deb .debilidad .ground {
  background-color: #E5661F;
}

.pokemon_rest_deb .resistencia .rock,
.pokemon_rest_deb .debilidad .rock {
  background-color: #bba44f;
}

.pokemon_rest_deb .resistencia .dragon,
.pokemon_rest_deb .debilidad .dragon {
  background-color: #095c9c;
}

.pokemon_rest_deb .resistencia .dark,
.pokemon_rest_deb .debilidad .dark {
  background-color: #4a475c;
}

.pokemon_rest_deb .resistencia .fairy,
.pokemon_rest_deb .debilidad .fairy {
  background-color: #b4548e;
}

.pokemon_rest_deb .resistencia .water,
.pokemon_rest_deb .debilidad .water {
  background-color: #0088b9;
}

.pokemon_rest_deb .resistencia .normal,
.pokemon_rest_deb .debilidad .normal {
  background-color: #67757c;
}

.pokemon_rest_deb .resistencia .fight,
.pokemon_rest_deb .debilidad .fight {
  background-color: #db3b53;
}

.pokemon_rest_deb .resistencia .poison,
.pokemon_rest_deb .debilidad .poison {
  background-color: #c02d9b;
}

.pokemon_rest_deb .resistencia .ghost,
.pokemon_rest_deb .debilidad .ghost {
  background-color: #6a62b4;
}

.pokemon_rest_deb .resistencia .ice,
.pokemon_rest_deb .debilidad .ice {
  background-color: #05c0b4;
}

.pokemon_rest_deb .resistencia .psiquic,
.pokemon_rest_deb .debilidad .psiquic {
  background-color: #d64b43;
}

.pokemon .pokemon_mov {
  margin-bottom: 1em;
}

.pokemon .pokemon_mov > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pokemon .pokemon_mov .mov_tipo {
  width: 130px;
}

.pokemon .pokemon_mov .mov_tipo > div {
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pokemon .pokemon_mov .mov_tipo > div > img {
  display: block;
  width: auto;
  height: 20px;
  margin-right: .3em;
}

.pokemon .pokemon_mov .mov_tipo > div > div {
  font-size: inherit;
}

.pokemon .pokemon_mov .mov_tipo > div > div img {
  display: block;
  height: 6px;
}

.pokemon .pokemon_mov .mov_tipo > div span {
  display: block;
  font-size: inherit;
}

.pokemon .pokemon_mov .mov_info {
  padding: .3em;
}

.pokemon .pokemon_mov .mov_info > div {
  font-size: inherit;
  text-align: center;
}

.pokemon .pokemon_mov .mov_info > div span {
  font-size: .95em;
}

.pokemon .pokemon_mov .mov_info > div img {
  display: block;
  height: 25px;
  width: auto;
  margin: 0 auto;
}

.pokemon .pokemon_mov .candy div span {
  font-size: 1.1em;
}

.pokemon .pokemon_mov .candy div img {
  display: inline-block;
}

.pokemon .pokemon_mov .candy div img {
  height: 15px;
  margin-bottom: -.1em;
}

.pokemon .pokemon_mov table {
  margin-bottom: .6em;
  border-collapse: collapse;
}

.pokemon .pokemon_mov table:nth-child(3) th, .pokemon .pokemon_mov table:nth-child(3) td {
  text-align: center;
}

.pokemon .pokemon_mov table:nth-child(3) td {
  border: 1px solid #a8a8a8;
}

.pokemon .pokemon_mov table td,
.pokemon .pokemon_mov .mov_title,
.pokemon .pokemon_mov .mov_stat_name,
.pokemon .pokemon_mov .mov_stat,
.pokemon .pokemon_mov .mov_info {
  font-size: .8em;
}

.pokemon .pokemon_mov .mov_stat_name {
  padding-left: .6em;
  padding-right: .6em;
}

.pokemon .pokemon_mov .mov_stat {
  text-align: center;
  padding-top: .7em;
  padding-bottom: .7em;
  border: 1px solid #a8a8a8;
}

.pokemon .pokemon_mov .mov_title {
  text-align: left;
}

.pokemon .pokemon_pc {
  width: 100%;
  margin-bottom: 1em;
}

.pokemon .pokemon_pc tbody td {
  padding-top: .3em;
  padding-bottom: .3em;
  border: 1px solid #a8a8a8;
}

.pokemon .pokemon_pc .lvl_name,
.pokemon .pokemon_pc .lvl_title span,
.pokemon .pokemon_pc .min,
.pokemon .pokemon_pc .max {
  font-size: .8em;
}

.pokemon .pokemon_pc table {
  border-collapse: collapse;
  margin: 0 auto;
}

.pokemon .pokemon_pc .lvl_title span {
  display: block;
}

.pokemon .pokemon_pc .lvl_title span:nth-child(1) {
  font-weight: 700;
}

.pokemon .pokemon_pc .lvl_title span:nth-child(2) {
  font-size: .7em;
  color: #dddddd;
}

.pokemon .pokemon_pc .lvl_title.clima span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pokemon .pokemon_pc .lvl_title.clima span img {
  display: block;
  width: auto;
  height: 20px;
  margin-bottom: .1em;
  margin-left: .3em;
}

.pokemon .pokemon_pc .lvl_title {
  padding-right: .6em;
  padding-left: .5em;
}

.pokemon .pokemon_pc .lvl_name {
  padding-left: .6em;
  padding-right: .6em;
}

.pokemon .pokemon_pc .min,
.pokemon .pokemon_pc .max {
  text-align: center;
  padding-left: .7em;
  padding-right: .7em;
}

.pokemon .pokemon_pc .max {
  font-weight: 700;
  color: #c5c5c5;
}

.pokemon .pokemon_pvp {
  width: 100%;
  margin-bottom: 1em;
}

.pokemon .pokemon_pvp table {
  margin: 0 auto;
  border-collapse: collapse;
}

.pokemon .pokemon_pvp .lvl_name {
  padding-bottom: .3em;
}

.pokemon .pokemon_pvp .liga {
  text-align: center;
}

.pokemon .pokemon_pvp .liga img {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto;
}

.pokemon .pokemon_pvp .liga span {
  font-size: .76em;
  display: block;
}

.pokemon .pokemon_pvp td {
  padding: .3em .6em;
  border: 1px solid #a8a8a8;
}

.pokemon .pokemon_pvp .liga_iv {
  padding-left: .5em;
  padding-right: .5em;
}

.pokemon .pokemon_pvp .liga_iv .opcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.pokemon .pokemon_pvp .liga_iv .opcion > div {
  width: 60px;
  margin-right: .8em;
}

.pokemon .pokemon_pvp .liga_iv .opcion > div span {
  display: block;
  font-weight: 700;
  font-size: .8em;
}

.pokemon .pokemon_pvp .liga_iv .opcion > div span:first-child,
.pokemon .pokemon_pvp .liga_iv .opcion > div span:last-child {
  font-size: .78em;
}

.pokemon .pokemon_pvp .liga_iv .opcion > div span:first-child {
  color: #67b3ec;
}

.pokemon .pokemon_pvp .liga_iv .opcion > div span:last-child {
  color: #da8694;
}

.pokemon .pokemon_pvp .liga_iv .opcion > p span {
  display: block;
  font-weight: 700;
}

.pokemon .pokemon_pvp .liga_iv .opcion > p span:first-child {
  font-size: .8em;
}

.pokemon .pokemon_pvp .liga_iv .opcion > p span:last-child {
  font-size: 1em;
}

.pokemon .pokemon_pvp .liga_iv .opcion:last-child {
  margin-top: .4em;
}

.pokemon .pokemon_raid {
  width: 100%;
  margin-bottom: 1em;
}

.pokemon .pokemon_raid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pokemon .pokemon_counter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pokemon .pokemon_counter .counter_ataq span {
  font-size: .7em;
  font-weight: 700;
  white-space: nowrap;
}

.pokemon .pokemon_counter .counter {
  background-color: #113d5c;
  position: relative;
  padding: .5em;
  margin-bottom: .5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pokemon .pokemon_counter .counter:nth-child(even) {
  background-color: #1e4664;
}

.pokemon .pokemon_counter .counter_number {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  font-size: 3em;
  color: #4390c7;
  top: 1%;
  left: 4%;
  z-index: 5;
}

.pokemon .pokemon_counter .counter > img {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 110px;
  width: auto;
  z-index: 10;
}

.pokemon .pokemon_counter .counter_ataq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pokemon .pokemon_counter .counter_ataq_rap img {
  display: block;
  height: 19px;
  width: auto;
  margin-right: .4em;
}

.pokemon .pokemon_counter .counter_ataq_rap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pokemon .pokemon_counter .counter_ataq_rap:nth-child(2) {
  margin-top: .35em;
}

.plataform {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.1em;
  max-width: 210px;
}

.plataform img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  z-index: 7;
}

.button {
    color: #fff;
    display: inline-block;
    background: linear-gradient(to right, #24CCAA, #A2DB95);
    border-radius: 50px;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 50px;
    font-weight: 500;
}

.portada_discord,
.team {
 position:relative
}
.portada_discord_img,
.team_img {
 display:block;
 width:100%
}
.portada_discord_info,
.team_info {
 position:absolute;
 width:48%;
 top:50%;
 left:46%;
 transform:translateY(-50%);
 z-index:10
}
.portada_discord_title,
.team_title {
 font-size:.8rem;
 font-weight:700;
 color:white
}
.portada_discord_text,
.team_text {
 display:none;
 color:white;
 font-size:.74rem;
 font-style:italic
}
.portada_discord_link,
.team_link {
 display:inline-block;
 margin-top:.6rem;
 text-decoration:none;
 color:white;
 border:2px solid white;
 font-size:.78rem;
 line-height:.78rem;
 font-weight:700;
 padding:.4rem 1rem .5rem
}
.portada_discord_link:hover,
.team_link:hover {
 background-color:rgba(255,255,255,0.152)
}
.team::before {
 position:absolute;
 display:block;
 content:"";
 width:100%;
 height:100%;
 background-color:rgba(0,0,0,0.467);
 z-index:8
}
.port {
 padding:.7rem 0 .5rem
}
.port>div {
 display:flex;
 flex-wrap:wrap;
 justify-content:center
}
.port_item {
 width:45%;
 border:1px solid rgba(255,255,255,0.207);
 border-radius:.6rem;
 margin:.4rem;
 background-color:#30233c
}
.port_item img {
 display:block;
 width:100%;
 border-top-right-radius:.6rem;
 border-top-left-radius:.6rem
}
.port p {
 color:white
}
.port_info {
 padding:.3rem .3rem .5rem
}
.port_title {
 font-size:.78rem;
 font-weight:700
}
.port_text {
 font-size:.78rem;
 font-style:italic;
 display:none
}
.port_link {
 margin-top:.6rem;
 display:block;
 width:90%;
 text-decoration:none;
 color:white;
 border:1px solid white;
 border-radius:4px;
 font-size:.78rem;
 font-weight:700;
 padding:.2rem .4rem;
 text-align:center
}
.port_link:hover {
 background-color:rgba(255,255,255,0.152)
}

