@charset "UTF-8";
/* CSS Document */

#talentDisplayContainer {
  margin-top: 25px;
  width: 100%;
  display: block;
  text-align: center;
}

#talentDisplay {
  width: 1200px;
  display: inline-block;
}

#detalleTalentoContainer {
  width: 100%;
  background-color: rgba(17, 58, 134, 0.25);
  text-align: center;
  vertical-align: top;
  display: block;
  margin-top: 20px;
  padding-top: 50px;
  white-space: nowrap;
}

.talentDisplaySeparation {
  padding-top: 10px;
  height: 40px;
  width: 1200px;
  display: inline-block;
}

.talentOpener {
  text-align: left;
}

.talentCloser {
  text-align: right;
}

.talentCellContainer {
  width: 228px;
  height: 228px;
  margin: 0px 12px 0px 12px;
  background-image: url("../img/sprite_talent_selection.png");
  background-position: 0px 0px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  margin-bottom: 25px;
}

.talentCellTextContainer {
  width: 228px;
  height: 215px;
  font-family: "dosis", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  text-align: center;
  vertical-align: bottom;
  display: table-cell;
}

.talentImagen {
  width: 159.968px;
  height: 182px;
  position: absolute;
  margin: 23px 0px 0px 23px;
  background-color: rgba(176, 52, 54, 0.73);
  background-repeat: no-repeat;
  top: 0px;
}

.talentCellContainer:hover,
.talentCellContainer:focus {
  background-position-y: -278px;
}

.talentCellContainer .talentImagen {
  opacity: 0.95;
}

.talentCellContainer .talentImagen:hover {
  opacity: 0.7;
}

.talentoDetalle {
  display: block;
  width: 1200px;
  height: 100%;
  vertical-align: middle;
}

.talentPictureContainer {
  display: inline-block;
  position: relative;
  width: 568px;
  height: 568px;
  text-align: left;
  vertical-align: top;
  background-image: url("../img/bg_talento.png");
  background-repeat: no-repeat;
}

.talentPictureContainer_title {
  width: 74px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.talentPictureContainer_picture {
  width: 432px;
  height: 483px;
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 78px;
}

.talentPictureContainer_changer {
  width: 100%;
  height: 12px;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  font-size: 0px;
}

.talentTextContainer {
  width: 600px;
  height: 100%;
  margin: 0px 15px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 50px;
}

.talentTextContainer_textbox {
  display: block;
  text-align: justify;
  width: 100%;
  max-width: 570px;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.talentTextContainer_textbox_text {
  width: 570px;
  height: auto;
  display: inline-block;
  position: relative;
  word-wrap: break-word;
  white-space: break-spaces;
  overflow-wrap: break-word;
}

.talentTextContainer_textbox h2,
.talentTextContainer_TitleFormat {
  font-family: "dosis", sans-serif;
  color: #83e7ff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

.tituloDestacadoBasico {
  font-family: "dosis", sans-serif;
  color: #83e7ff;
  font-size: 20px;
}

.talentTextContainer_destacado_section {
  font-family: "dosis", sans-serif;
  line-height: 1.4;
  white-space: normal;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.talentTextContainer_destacado_section .article {
  margin-bottom: 10px;
  width: 20%; /* Ajusta el ancho para evitar que los artículos ocupen toda la pantalla */
  text-align: left;
}

.talentTextContainer_destacado_section .article-title {
  margin: 0 0 5px 0;
}

.talentTextContainer_destacado_section .article-content {
  display: flex; /* Añadir flex para alinear texto y porcentaje */
  justify-content: space-around;
  margin: 2px 0;
  justify-content: left;
}

.label, .value{
  flex: 1;
}

.label{
  padding-right: 10px;
}

.talentTextContainer_destacado {
  display: inline-block;
  border: thin solid;
  border-color: rgba(131, 231, 255, 0.5);
  width: 95%;
  border-bottom: none;
  text-align: justify;
  padding: 3px;
  background-image: url("../img/bgDestacado.png");
  background-repeat: repeat-x;
  margin-bottom: 20px;
  white-space: break-spaces;
  overflow-wrap: break-word;
}

.talentTextContainer_follower {
  width: 95%;
  height: 140px;
  position: relative;
  display: inline-block;
  font-size: 0px;
}

.talentTextContainer_followerTitle {
  display: block;
  position: absolute;
  z-index: 1;
  top: 54px;
  left: -33px;
  transform: rotate(-90deg);
}

.talentTextContainer_followerDescContainer {
  width: 93%;
  height: 140px;
  position: relative;
  right: -12px;
  top: 0px;
  z-index: 2;
  display: block;
  text-align: left;
  background-image: url("../img/bg_fllowers.png");
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: -10px;
}
.talentTextContainer_followerDescContainer_total {
  width: 90%;
  height: 50px;
  margin-top: 5px;
  display: block;
  right: 0px;
  position: relative;
  border-bottom: thin solid;
  border-color: rgba(131, 231, 255, 0.5);
  padding-left: 10px;
  text-align: left;
  font-size: 16px;
}

.talentTextContainer_followerDescContainer_iconSocial {
  display: inline-block;
  width: 20%;
  height: 48%;
  margin-top: 10px;
  text-align: center;
  vertical-align: bottom;
  font-size: 12px;
  opacity: 0.8;
}

.talentTextContainer_followerDescContainer_iconSocial img {
  height: 75%;
  width: auto;
}

.talentTextContainer_followerDescContainer_iconSocial:hover,
.talentTextContainer_followerDescContainer_iconSocial:focus {
  opacity: 1;
}

.talentTextContainer_followerDescContainer_CTA {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  margin-top: 15px;
}

.talentTextContainer_followerDescContainer a {
  text-decoration: none;
  color: #fff;
}

/*Responsive*/
@media only screen and (max-width: 1200px) {
  #talentDisplay,
  .talentDisplaySeparation {
    width: 100%;
  }

  .talentoDetalle {
    width: 100%;
  }

  .talentPictureContainer {
    width: 100%;
    max-width: 568px;
    display: block;
    margin-bottom: 50px;
  }

  .talentPictureContainer_title {
    width: 13%;
  }

  .talentPictureContainer_picture {
    width: 76%;
  }

  .talentTextContainer {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    vertical-align: middle;
    text-align: center;

    margin: 0px;

    font-family: "Quicksand", sans-serif;
  }

  .talentTextContainer_textbox_text {
    margin-left: 7%;
    width: 85%;
  }

  .talentTextContainer_followerDescContainer {
    right: -35px;
  }

  .talentTextContainer_followerDescContainer_CTA {
    text-align: center;
    margin: 0px;
    margin-top: 30px;
    padding: 0px;
  }
}
