
/* GLOBAL */

html {
  bottom: 0;
}

body {
  margin: 0px;
  background-repeat: repeat;
  background-image: url("https://animastation.com/imgs/bgs/site_bg.png");
  overflow: hidden;
  bottom: 0;
}

a {
  cursor:      pointer;
  font-family: Verdana;
  line-height: 14px;
  font-size:   10px;
}

span {
  color:       #000000;
  font-family: Verdana;
  line-height: 14px;
  font-size:   11px;
}

img {
  border-width: 0px;
}

img.css_laptops {
  margin: 6px;
}

div.loco_global_scope {
  padding-left: 55px;
  height: 152px;
}

div.loco_cont_scope {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 24px;
  border-width: 2px;
  border-style: solid;
  border-color: #FFF;
  background-color: #5e6466;
  padding: 10px 0px 8px;
  width: 209px;
  float: left;
  text-align: center;
}

div.loco_cont_scope div img {
  cursor: pointer;
}

div.loco_idiom_text {
  padding: 6px 4px 2px;
  width: 195px;
}

div.loco_idiom_text span {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

div.loco_bar_bottom {
  z-index: 3;
  position: fixed;
  bottom: 0;
  height: 16px;
  background-image: url("https://animastation.com/imgs/layouts/global/bar_bottom.png");
  width: 100%;
}

/* MOBILE */

.loco_b_main_navbar {
  width: 1024px;
  margin-left: -40px;
}

div.mobile div.loco_b_bar_deg {
  background-image: url("https://animastation.com/imgs/bgs/degrade_bg.png");
  position: fixed;
  height: 384px;
  width: 100%;
}

div.loco_b_l1 {
  margin: 210px auto 0px;
  width: 566px;
  padding-top: 34px;
}

div.loco_b_l1c1 {
  width: 566px;
  position: absolute;
  z-index: 1;
}

#loid_b_slog_left {
  float: left;
  clear: left;
  width: 280px;
  height: 560px;
  background-repeat: no-repeat;
  background-image: url("https://animastation.com/imgs/homepage/slogan/parte_esq.png");
}

#loid_b_slog_right {
  float: left;
  clear: right;
  width: 280px;
  height: 560px;
  background-repeat: no-repeat;
  background-image: url("https://animastation.com/imgs/homepage/slogan/parte_dir.png");
}

div.loco_b_l1c2 {
  padding-top: 157px;
  position: relative;
  z-index: 2;
}

/* DESKTOP */

.loco_d_main_navbar {
  width: 100vw;
  margin-left: -30px;
  display: flex;
  justify-content: center;
}

div.desk div.loco_d_bar_deg {
  background-image: url("https://animastation.com/imgs/bgs/degrade_bg.png");
  position: fixed;
  height: 384px;
  width: 100%;
}

div.loco_d_l1 {
  margin-top: 180px;
  width: 566px;
  padding-top: 34px;
}

div.loco_d_l1c1 {
  width: 566px;
  position: absolute;
  z-index: 1;
}

#loid_d_slog_left {
  float: left;
  clear: left;
  width: 280px;
  height: 560px;
  background-repeat: no-repeat;
  background-image: url("https://animastation.com/imgs/homepage/slogan/parte_esq.png");
}

#loid_d_slog_right {
  float: left;
  clear: right;
  width: 280px;
  height: 560px;
  background-repeat: no-repeat;
  background-image: url("https://animastation.com/imgs/homepage/slogan/parte_dir.png");
}

div.loco_d_l1c2 {
  padding-top: 157px;
  position: relative;
  z-index: 2;
}
