button, div, input, span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 12px;
}

button {
  background: #96c93d;
  border: 0;
  border-radius: 13px;
  color: white;
  cursor: pointer;
  height: 25px;
  outline: 0;
  width: 100%;
}

h4, h6 {
  color: white;
  text-align: center;
}

h4 {
  font-size: 27px;
  margin-bottom: 4px;
}

h6 {
  font-size: 14px;
}

input {
  border: 1px solid #93ced5;
  box-sizing: border-box;
  height: 25px;
  padding: 0 5px;
  margin-bottom: 6px;
  width: 100%;
}

label {
  color: white;
}

.error {
  border: #c02020 1px solid; 
}

.alert {
  box-sizing: border-box;
  font-weight: bold;
  min-height: 20px;
  opacity: 0;
  padding: 4px;
  transition: opacity 0.4s linear;
  width: 100%;
}

.alert.error {
  background: #fc9595;
  color: #c02020;
}

.alert.success {
  background: #9ADFC0;
  border: #198938 1px solid;
  color: #198938;
}

.english-div {
  position: relative;
}

.header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  position: fixed;
  width: 100%;
  z-index: 2;
}

  .header-content {
    box-sizing: border-box;
    height: 125px;
    margin: auto;
    padding: 10px 40px;
    width: 100%;
  }
  
    .header-button {
      background: url(../images/login.png) no-repeat;
      color: #279daa;
      float: right;
      font-size: 12px;
      height: 32px;
      padding: 0;
      text-align: right;
    }
    
    .cenlinea-logo {
      cursor: pointer;
    }

    .show-login-div-button {
      margin-right: 105px;
      width: 71px;
    }
    
    .login-div {
      background: #279daa;
      border-radius: 15px;
      box-sizing: border-box;
      display: none;
      height: 218px;
      padding: 48px 10px 10px 10px;
      position: absolute;
      right: 40px;
      text-align: center;
      top: 26px;
      width: 186px;
      z-index: -1;
    }
    
      .login-div .alert {
        margin-bottom: 5px;
      }
    
      .forgotten-password-form {
        display: none;
      }
      
      .forgotten-password-span, .register-a, .log-in-span {
        cursor: pointer;
      }
      
      .forgotten-password-span:hover, .register-a:hover, .log-in-span:hover {
        text-decoration: underline;
      }
      
      .register-a {
        color: black;
        text-decoration: none;
      }

    .show-invite-friend-form-button {
      background: url(../images/invite-friend.png);
      height: 35px;
      width: 99px;
    }
    
  .log-out-button {
    margin-right: 98px;
    width: 78px;
  }

.registration-div-container {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

  .registration-div {
    background: #279daa;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    width: 308px;
  }
  
    .registration-div input {
      margin: 5px 0 15px 0;
    }

.intro {
  background: linear-gradient(#34aed8, white);
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

  .intro img {
    margin: 30px 0;
  }

  .play-button {
    background: url(../images/play.png) 0 0;
    height: 70px;
    width: 170px;
  }

  .play-button:hover {
    background: url(../images/play.png) 0 70px;
  }
  
.content {
  margin: auto;
  width: 964px;
}
  
.profile {
  background: url("../images/profile-bg.png") no-repeat center 148px;
  margin: auto;
  min-height: 689px;
  padding-top: 421px;
  position: relative;
  width: 964px;
}
  
  .avatar {
    cursor: pointer;
    height: 130px;
    left: 180px;
    position: absolute;
    top: 149px;
    width: 130px;
  }
  
  .username-div {
    color: white;
    font-size: 34px;
    left: 360px;
    position: absolute;
    top: 204px;
  }
  
  .my-courses-button {
    background: none;
    border-radius: 0;
    color: #33add9;
    font-weight: bold;
    font-size: 14px;
    height: 93px;
    padding: 0;
    position: absolute;
    right: 181px;
    top: 200px;
    width: 80px;
  }
  
    .my-courses-button img {
      margin-bottom: 5px;
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      transition: all 0.4s linear;
    }
  
  .my-courses-button-pressed img {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .courses-buttons-div {
    display: none;
    margin-left: 90px;
    position: relative;
    top: -57px;
    z-index: 1;
  }
  
  .english-button {
    cursor: pointer;
    display: block;
    fill: white;
    font-size: 16px;
    height: 49px;
    margin-bottom: 5px;
    stroke: #96c93d;
    stroke-width: 1px;
    width: 122px;
  }
  
  .english-button:not(.english-main-button):hover {
    font-weight: bold;
    stroke-width: 2px;
  }
  
  .active-english-button {
    font-weight: bold;
    stroke: #e799c2!important;
    stroke-width: 2px;
  }
  
    .english-button text {
      stroke: none;
    }
  
  .english-main-button {
    cursor: default;
    fill: #96c93d;
  }
  
  .avatar-selection {
    display: none;
    position: absolute;
    z-index: 1;
  }
  
  .avatar-selection1 {
    left: 269px;
    text-align: left;
    top: 418px;
    width: 502px;
  }
  
  .avatar-selection2 {
    left: 421px;
    text-align: left;
    top: 497px;
    width: 502px;
  }
  
    .hexagon-button {
      background-position: 0 0;
      height: 102px;
      margin-right: 5px;
      width: 93px;
    }
    
    .hexagon-button:hover {
      background-position: 0 -102px!important;
    }
    
    .selected-hexagon-button {
      background-position: 0 -204px!important;
    }
  
    .boy-button {
      background: url("../images/hexagon/boy.png");
    }
  
  .profile .english-div {
    display: none;
    top: -10px;
  }
  
    .map-sign {
      pointer-events: none;
      position: absolute;
    }
    
    /* English 1 map icons posititons */
    
    .english1-div .map-sign:nth-child(3) {
      left: 548px;
      top: 786px;
    }
    
    .english1-div .map-sign:nth-child(4) {
      left: 430px;
      top: 786px;
    }
    
    .english1-div .map-sign:nth-child(5) {
      left: 323px;
      top: 765px;
    }
    
    .english1-div .map-sign:nth-child(6) {
      left: 234px;
      top: 743px;
    }
    
    .english1-div .map-sign:nth-child(7) {
      left: 156px;
      top: 700px;
    }
    
    .english1-div .map-sign:nth-child(8) {
      left: 114px;
      top: 616px;
    }
    
    .english1-div .map-sign:nth-child(9) {
      left: 135px;
      top: 528px;
    }
    
    .english1-div .map-sign:nth-child(10) {
      left: 219px;
      top: 491px;
    }
    
    .english1-div .map-sign:nth-child(11) {
      left: 309px;
      top: 482px;
    }
    
    .english1-div .map-sign:nth-child(12) {
      left: 406px;
      top: 481px;
    }
    
    .english1-div .map-sign:nth-child(13) {
      left: 498px;
      top: 483px;
    }
    
    .english1-div .map-sign:nth-child(14) {
      left: 587px;
      top: 483px;
    }
    
    .english1-div .map-sign:nth-child(15) {
      left: 675px;
      top: 461px;
    }
    
    .english1-div .map-sign:nth-child(16) {
      left: 734px;
      top: 402px;
    }
    
    .english1-div .map-sign:nth-child(17) {
      left: 668px;
      top: 352px;
    }
    
    .english1-div .map-sign:nth-child(18) {
      left: 596px;
      top: 333px;
    }
    
    /**/
    
    /* English 2 map icons positions */
    
    .english2-div .map-sign:nth-child(3) {
      left: 639px;
      top: 833px;
    }
    
    .english2-div .map-sign:nth-child(4) {
      left: 559px;
      top: 833px;
    }
    
    .english2-div .map-sign:nth-child(5) {
      left: 477px;
      top: 833px;
    }
    
    .english2-div .map-sign:nth-child(6) {
      left: 395px;
      top: 833px;
    }
    
    .english2-div .map-sign:nth-child(7) {
      left: 318px;
      top: 833px;
    }
    
    .english2-div .map-sign:nth-child(8) {
      left: 248px;
      top: 823px;
    }
    
    .english2-div .map-sign:nth-child(9) {
      left: 213px;
      top: 770px;
    }
    
    .english2-div .map-sign:nth-child(10) {
      left: 262px;
      top: 729px;
    }
    
    .english2-div .map-sign:nth-child(11) {
      left: 336px;
      top: 719px;
    }
    
    .english2-div .map-sign:nth-child(12) {
      left: 425px;
      top: 719px;
    }
    
    .english2-div .map-sign:nth-child(13) {
      left: 510px;
      top: 719px;
    }
    
    .english2-div .map-sign:nth-child(14) {
      left: 520px;
      top: 783px;
    }
    
    .english2-div .map-sign:nth-child(15) {
      left: 604px;
      top: 786px;
    }
    
    .english2-div .map-sign:nth-child(16) {
      left: 614px;
      top: 729px;
    }
    
    .english2-div .map-sign:nth-child(17) {
      left: 596px;
      top: 670px;
    }
    
    .english2-div .map-sign:nth-child(18) {
      left: 560px;
      top: 520px;
    }
    
    .english2-div .map-sign:nth-child(19) {
      left: 510px;
      top: 467px;
    }
    
    .english2-div .map-sign:nth-child(20) {
      left: 510px;
      top: 390px;
    }
    
    .english2-div .map-sign:nth-child(21) {
      left: 483px;
      top: 318px;
    }
    
    .english2-div .map-sign:nth-child(22) {
      left: 391px;
      top: 318px;
    }
    
    .english2-div .map-sign:nth-child(23) {
      left: 293px;
      top: 319px;
    }
    
    .english2-div .map-sign:nth-child(24) {
      left: 297px;
      top: 130px;
    }
    
    .english2-div .map-sign:nth-child(25) {
      left: 395px;
      top: 130px;
    }
    
    .english2-div .map-sign:nth-child(26) {
      left: 482px;
      top: 130px;
    }
    
    .english2-div .map-sign:nth-child(27) {
      left: 570px;
      top: 130px;
    }
    
    .english2-div .map-sign:nth-child(28) {
      left: 668px;
      top: 130px;
    }
    
    /**/
    
    .progress-label {
      background: url("../images/progress-label.png");
      height: 98px;
      position: absolute;
      width: 60px;
    }
    
      .progress-label img {
        height: 53px;
        left: 4px;
        position: absolute;
        top: 5px;
        width: 53px;
      }
      
    .label-username-div {
      font-size: 13px;
      left: 4px;
      position: absolute;
      text-align: center;
      top: 63px;
      width: 53px;
    }
    
.profile, .content {
  text-align: center;
}

.game-iframe {
  display: none;
  padding-top: 103px;
  height: calc(100vh - 106px);
  width: 100%;
}

.list-header{
  margin-top: 7px;
}

.list-header .item{
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  color: #279daa!important;
  font-size: 15px;
}

.red{
    color:red;
    }
.form-area{
    background-color: #FAFAFA;
    padding: 10px 40px 60px;
    margin: 10px 0px 60px;
    border: 1px solid GREY;
  }
.btn-enviar-consulta{
    padding-bottom: 30px!important;
    background-color: #279daa!important;
    border-color: transparent!important;
  }
  .btn-enviar-consulta:focus{
   border-color: transparent!important; 
  }
.content-quienes-somos,.content-contacto{
  background: linear-gradient(#34aed8, white);
  box-sizing: border-box;
  text-align: center;
  padding-top: 141px;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
  background: #cecece;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

a {
 background-color: #D3D3D3;   
}
.status-message{
  display: none;
  color: green;
  margin-bottom: 5px;
  font-size: 16px;
}