body {
  background-image: url("../img/fondo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100vh;
}

header.zonekids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
header.zonekids nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
header.zonekids nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
header.zonekids nav ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  text-decoration: none;
  height: 33px;
}
header.zonekids nav ul li a {
  text-decoration: none;
}
header.zonekids nav ul li a#us {
  background-color: #F0646E;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 1.7em;
}
header.zonekids nav ul li a#wri {
  background-color: #708DC7;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  height: 30px;
  font-size: 1.7em;
}
header.zonekids nav ul li a#gal {
  background-color: #F9BD68;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  height: 30px;
  font-size: 1.7em;
}
header.zonekids nav ul li a#lear {
  background-color: #C3CE5B;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  height: 33px;
  font-size: 1.7em;
}
header.zonekids nav ul li a#list {
  background-color: #1D3260;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  height: 30px;
  font-size: 1.7em;
}

section.zoneKids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
section.zoneKids .know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.zoneKids .know .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.zoneKids .know .img img {
  width: 503px;
  height: 400px;
}
section.zoneKids .know .bltex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.zoneKids .know .bltex .title h2 {
  color: #F0646E;
  font-size: 4rem;
  margin: 0;
}
section.zoneKids .know .bltex .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
section.zoneKids #boxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 6px solid #708DC7;
  border-radius: 12px;
  padding: 1rem;
}
section.zoneKids #boxCont .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
  width: 100%;
}
section.zoneKids #boxCont .title h4 {
  color: #708DC7;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
}
section.zoneKids #boxCont #form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
section.zoneKids #boxCont #form .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
section.zoneKids #boxCont #form .left ::-webkit-input-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .left ::-moz-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .left :-ms-input-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .left ::-ms-input-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .left ::placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .left input {
  border: 2px solid #708DC7;
  width: 80%;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 12px;
}
section.zoneKids #boxCont #form .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
section.zoneKids #boxCont #form .right ::-webkit-input-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .right ::-moz-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .right :-ms-input-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .right ::-ms-input-placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .right ::placeholder {
  color: #708DC7;
  text-transform: uppercase;
}
section.zoneKids #boxCont #form .right textarea {
  border: 2px solid #708DC7;
  border-radius: 12px;
  width: 80%;
}
section.zoneKids #boxCont #btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.zoneKids #boxCont #btn input {
  border: 1px solid #1D3260;
  background-color: #1D3260;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 12px;
  width: 20%;
}
section.zoneKids .learn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.zoneKids .learn .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.zoneKids .learn .left .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.zoneKids .learn .left .btns a.linkLearn {
  background-color: #C3CE5B;
  padding: 12px;
  border: 1px solid #C3CE5B;
  border-radius: 12px;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 10px;
  text-align: center;
}
section.zoneKids .learn .left .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.zoneKids .learn .left .title h3 {
  color: #C3CE5B;
  font-size: 4rem;
  margin: 0;
  text-transform: uppercase;
}
section.zoneKids .learn .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.zoneKids .learn .right .sof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
section.zoneKids .learn .right .sof img {
  height: 373px;
  width: 40%;
}
section.zoneKids .learn .right .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.zoneKids .learn .right .play a {
  background-color: #F0646E;
  padding: 12px;
  border: 1px solid #F0646E;
  border-radius: 12px;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
section.home .sofia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home .sofia img {
  width: 300px;
  height: 600px;
}
section.home .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.home .title h2 {
  font-size: 3rem;
  color: #1D3260;
}
section.home .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
}
section.home .nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.home .nav .nav .navLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.home .nav .nav .navLeft a#us {
  background-color: #F0646E;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  font-size: 1em;
  text-decoration: none;
  width: 80%;
  padding: 10px;
}
section.home .nav .nav .navLeft a#wri {
  background-color: #708DC7;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  font-size: 1em;
  margin: 10px;
  text-decoration: none;
  width: 80%;
  padding: 10px;
}
section.home .nav .nav .navRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.home .nav .nav .navRight a#gal {
  background-color: #F9BD68;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  font-size: 1em;
  text-decoration: none;
  width: 80%;
  padding: 10px;
}
section.home .nav .nav .navRight a#lear {
  background-color: #C3CE5B;
  color: white;
  border-radius: 12px;
  font-weight: bolder;
  font-size: 1em;
  margin: 10px;
  text-decoration: none;
  width: 80%;
  padding: 10px;
}
section.home .nav .nav .navCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
section.home .nav .nav .navCenter a#list {
  width: 100%;
  background-color: #1D3260;
  color: white;
  padding: 1rem;
  border-radius: 12px;
  font-weight: bolder;
  font-size: 1em;
  margin: 10px;
  text-decoration: none;
}

@media (max-width: 768px) {
  section.home .sofia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.home .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.home .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    align-items: center;
  }
}