#compass-info-block {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #e7e8e9;
}

#compass-wrapper {
  position: relative;
  min-height: 450px;
  width: 566px;
}

#compass-wrapper path,
#compass-wrapper svg {
  width: 30px;
  fill: #ea9422;
  stroke: #ea9422;
}

#compass-wrapper polygon,
#compass-wrapper line,
#compass-wrapper polyline {
  stroke: #ea9422;
}

.concept-title {
  display: none;
  color: #024da1;
  font-weight: 500;
  line-height: 1em;
}

/*.concept-description-inner {
  display: none;
  color: #024da1;
  padding-top: 20px;
  overflow: hidden;
}*/
.concept-description-inner {
    display: none;
    color: #024da1;
    padding-top: 17px;
    overflow: hidden;
}

#concept-text-wrapper {
  position: relative;
  float: left;
  background-color: #024da1;
  margin-top: 20px;
  padding: 30px;
}

.concept-text {
  display: none;
  min-height: 350px;
}

.concept-text ul li,
.concept-text p {
  color: #fff;
}

/*.concept-text-1 {
  background-image: url("../img/bg-brujula.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top right;
}*/
.concept-text-1 {
  background-image: url(../img/bg-brujula.png);
  background-repeat: no-repeat;
  background-size: 27%;
  background-position: 13% 99%;
}

.concept-text-2 {
  background-image: url("../img/bg-aim.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top right;
}

.concept-text-3 {
  background-image: url("../img/bg-calendario.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom right;
}

.concept-text-4 {
  background-image: url("../img/bg-puzzle.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top right;
}

/*.concept-text-5 {
  background-image: url("../img/bg-grafica.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom right;
}*/
.concept-text-5 {
  background-image: url(../img/bg-grafica.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 96% -1%;
}

.concept-text-6 {
  background-image: url("../img/bg-diana.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: bottom right;
}

.compass {
  width: 275px;
  height: 275px;
  background-color: #f3f3f3;
  border-radius: 100%;
  /*background-image: -webkit-linear-gradient(top, #F7F7F7, #ECECEC);*/
  background-image: url("../img/compass-background.png");
  background-size: 100% 100%;
  position: relative;
  /* margin: 0 auto; */
  margin-left: 150px;
  margin-top: 70px;
}

.compass-center {
  position: absolute;
  top: 88px;
  left: 5px;
  width: 30px;
  height: 30px;
  z-index: 999;
  background-image: url("../img/compass-center.png");
  background-size: 100% 100%;
}

.compass-inner {
  width: 205px;
  height: 205px;
  /*background-color: #3D3D3D;*/
  border-radius: 100%;
  position: relative;
  left: 27.5px;
  top: 27.5px;
  /*border: 3px solid #C5C5C5;*/
}

.main-arrow {
  height: 100%;
  width: 40px;
  left: 95px;
  position: relative;
  padding-top: 33px;
  box-sizing: border-box;
  /*transform: rotate(20deg);*/
  animation: spin 2s alternate infinite;
  /*-ms-transform: rotate(20deg);*/
  /*-o-transform: rotate(20deg);*/
  /*-o-animation: spin 2.0s alternate infinite;*/
  /*-moz-transform: rotate(20deg);*/
  /*-moz-animation: spin 2.0s alternate infinite;*/
  /*-webkit-transform: rotate(20deg);*/
  /*-webkit-animation: spin 2.0s alternate infinite;*/
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 70px solid #024da1;
  position: relative;
}

.arrow-down {
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  width: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 70px solid #ea9422;
  position: relative;
}

.north {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 155px;
  top: 10px;
}

.east {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 290px;
  top: 150px;
}

.west {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 150px;
}

.south {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 155px;
  top: 280px;
}

.compass-concept {
  position: absolute;
  cursor: pointer;
}

.compass-concept span {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.5em;
  color: #ea9422;
  font-weight: 700;
  line-height: 1.25em;
  text-shadow: -2px 2px 2px #e3e3e3;
}

.compass-concept.selected span {
  color: #024da1;
}

.compass-concept.selected path,
.compass-concept.selected svg {
  width: 30px;
  fill: #024da1 !important;
  stroke: #024da1 !important;
}

.compass-concept.selected polygon,
.compass-concept.selected line,
.compass-concept.selected polyline {
  stroke: #024da1 !important;
}

.compass-concept svg {
  position: absolute;
}

#compass-concept-1 {
  width: 170px;
  top: 10px;
  left: 230px;
}

#compass-concept-1 svg {
  top: 15px;
}

#compass-concept-1 span {
  position: absolute;
  left: 40px;
}

#compass-concept-2 {
  width: 120px;
  right: 20px;
  top: 100px;
}
#compass-concept-2 span {
  position: absolute;
  left: 40px;
}

#compass-concept-3 {
  width: 100px;
  right: 40px;
  top: 300px;
}

#compass-concept-3 svg {
  top: 15px;
}

#compass-concept-3 span {
  position: absolute;
  left: 40px;
}

#compass-concept-4 {
  top: 400px;
  left: 230px;
}

#compass-concept-4 span {
  position: absolute;
  left: 40px;
}

#compass-concept-5 {
  width: 100px;
  left: 30px;
  top: 300px;
}

#compass-concept-5 svg {
  top: 15px;
}

#compass-concept-5 span {
  position: absolute;
  left: 40px;
  width: 100px;
}

#compass-concept-6 {
  width: 150px;
  left: 30px;
  top: 100px;
}

#compass-concept-6 svg {
  top: 15px;
}

#compass-concept-6 span {
  position: absolute;
  left: 40px;
}
.img-text-1 {
  margin-left: 25px;
}
.info_parthers{
  position: relative;
  float: left;
  width: 100%;
  background: #024da1;
  padding-bottom: 40px;
  padding-left: 30px;
  height: auto;
}
/*.text_parthers{
  position: absolute;
    left: 3%;
    bottom: 26%;
    width: auto;
    height: auto;
    background: transparent;
    overflow: hidden;
    overflow-y: initial;
    padding-right: 10px;
}*/
@media (max-width: 600px) {
  .compass {
    width: 200px;
    height: 200px;
    text-align: center;
  }

  .compass-inner {
    width: 170px;
    height: 170px;
    left: 13px;
    top: 13px;
  }

  .main-arrow {
    width: 30px;
    left: 78px;
    width: 15px;
    padding-top: 3px;
  }

  .arrow-up {
    border-bottom: 82.5px solid #ef5052;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
  }

  .arrow-down {
    border-bottom: 82.5px solid #f3f3f3;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
  }

  .north {
    left: 78px;
    top: 10px;
    font-size: 16px;
  }

  .south {
    font-size: 16px;
    left: 78px;
    top: 140px;
  }

  .east {
    font-size: 16px;
    top: 72.5px;
    left: 145px;
  }

  .west {
    font-size: 16px;
    left: 10px;
    top: 72.5px;
  }
  .img-text-1 {
    margin-left: 0px;
    width: 240px;
    margin-top: 26px;
  }
  .info_parthers{
    position: relative;
    float: left;
    width: 100%;
    background: #024da1;
    padding-bottom: 40px;
    padding-left: 30px;
    height: auto;
    display: none;
  }
}

@media (max-width: 1200px) {
  #compass-wrapper {
    margin-top: 20px;
    margin-left: 10%;
  }

}

@media (max-width: 1100px) {
  #compass-wrapper {
    margin-top: 20px;
    margin-left: 18%;
}

}

@media (min-width: 1200px) {
  #concept-wrapper {
    width: 220px;
  }
  

  /*.concept-description-inner {
    height: 370px;
  }*/
  .concept-description-inner {
    height: 376px;
  }
}

.compass_1_de{
  margin-top: 15px;
}
.compass_3_en{
  margin-top: 20px;
}

.compass_3_ro{
  margin-top: 20px;
}
.compass_3_pt{
  margin-top: 20px;
}
.compass_3_de{
  margin-top: 16px;
  top: 40px;
  margin-left: -49px;
}
.compass-de svg {
  top: 15px;
  left:112px;
}
.compass_5_de{
  margin-top: 12px;
  margin-left: -3px;
  top: 30px;
}


@media (max-width: 990px) {
  #compass-wrapper {
    margin-top: 20px;
    margin-left: 14%;
  }
  /*#compass-concept-1 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-2 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-3 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-4 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-5 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-6 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-7 span {
    position: absolute;
    left: 40px;
    display: none;
  }*/

  /*#compass-concept-1 svg {
    top: 2px;
    left: 60px;
  }
  #compass-concept-2 svg {
    top: 13px;
    left: 62px;
  }
  #compass-concept-3 svg {
    top: 15px;
    left: 62px;
  }
  #compass-concept-4 svg {
    top: 15px;
    left: 60px;
  }
  #compass-concept-5 svg {
    top: 24px;
    left: 60px;
  }
  #compass-concept-6 svg {
    top: 15px;
    left: 60px;
  }*/


}
@media (max-width: 845px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 10%;
}
}
@media (max-width: 780px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 7%;
}
}
@media (max-width: 1198px) {
  .img-text-1 {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
  }

}
@media (max-width: 769px) {
    .img-text-1 {
      margin-left: 0px;;
      width: 100%;
      margin-top: 20px;
  }
  
}
@media (max-width: 750px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 6%;
}
}
@media (max-width: 730px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 0%;
}
}
@media (max-width: 630px) {

  #compass-concept-1 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-2 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-3 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-4 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-5 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-6 span {
    position: absolute;
    left: 40px;
    display: none;
  }
  #compass-concept-7 span {
    position: absolute;
    left: 40px;
   /* display: none;*/
  }

  

  #compass-wrapper {
    margin-top: 5px;
    margin-left: 23%;
  }
  #compass-wrapper {
    position: relative;
    min-height: 450px;
    width: 293px;
  }
  .compass {
    width: 200px;
    height: 200px;
    text-align: center;
  }
  .compass {
    margin-left: 13px;
    margin-top: 98px;
  }
  .compass-inner {
    width: 170px;
    height: 170px;
    left: 17px;
    top: 11px;
  }
  .main-arrow {
    width: 30px;
    left: 78px;
    width: 15px;
    padding-top: 29px;
  }
  .arrow-up {
    border-bottom: 54.5px solid #024da1;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
  }

  .arrow-down {
    border-bottom: 54.5px solid #ea9422;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
  }
  .compass-center {
    position: absolute;
    top: 77px;
    left: 0px;
    width: 14px;
    height: 14px;
    z-index: 999;
    background-image: url(../img/compass-center.png);
    background-size: 100% 100%;
}
  #compass-concept-1 svg {
    top: 47px;
    left: -109px;
  }
  #compass-concept-2 svg {
    top: 31px;
    left: 77px;
  }
  #compass-concept-3 svg {
    top: -29px;
    left: 80px;
  }
  #compass-concept-4 svg {
    top: -47px;
    left: -109px;
  }
  #compass-concept-5 svg {
    top: -18px;
    left: -30px;
  }
  #compass-concept-6 svg {
    top: 38px;
    left: -35px;
  }

}

/*@media (max-height: 415px) { 



  #compass-wrapper {
    margin-top: 5px;
    margin-left: 30%;
  }
  .compass-concept span {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.25em;
    color: #ea9422;
    font-weight: 700;
    line-height: 1.25em;
    text-shadow: -2px 2px 2px #e3e3e3;
  }
  #compass-concept-1 svg {
    top: 15px;
    left: -109px;
  }
  #compass-concept-1 span {
      position: absolute;
      left: -125px;
      top: 45px;
      display: initial;
  }
  .compass_1_de{
    margin-left: -43px;
  }

  #compass-concept-2 span {
      position: absolute;
      left: 88px;
      top: 60px;
      display: initial;
  }
  #compass-concept-3 span {
    display: initial;
  }

  #compass-concept-4 svg {
      top: -77px;
      left: -109px;
  }
  #compass-concept-4 span {
      position: absolute;
      left: -144px;
      top: -50px;
      display: initial;
  }
  #compass-concept-5 span {
      position: absolute;
      left: -128px;
      top: 0px;
      display: initial;
  }
  #compass-concept-6 span {
      position: absolute;
      left: -203px;
      top: 64px;
      display: initial;
  }
  .compass_6_de{
    margin-left: 33px;
  }

}*/

@media (max-width: 480px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 10%;
}
}
@media (max-width: 450px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 15%;
}
}
@media (max-width: 425px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 9%;
}
}
@media (max-width: 360px) { 
  #compass-wrapper {
    margin-top: 5px;
    margin-left: 2%;
}
}

#sociosLogo-accordion{
  width: 55%;
  border: solid 5px white;
  /* height: 182px; */
  padding-top: 26%;
  margin-bottom: 30px;
  margin-top: 13px;
  background-color: white;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.compass_1_de{
  top: -14px;
}
/* .text-des {
  
  padding-left: 2px !important;
}
.text-des p{
  font-size: 0.9em;
  padding-left: 6px !important;
} */