@import url('https://fonts.googleapis.com/css2?family=Anton&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  font-family: 'Work Sans', sans-serif;
}
.true {
  color: #7BCE0F;
}
.trueb {
  color: #ED5A24;
}
.question {
  color: #F0A918;
}
.fake {
  color: #DE1E4B;
}
#esp-chequeos {
  width: 100vw;
  text-align: center;
}
#esp-chequeos .box {
  padding: 15vh 0;
  position: relative;
  background-color: #ffffff;
}
#esp-chequeos .dark {
  background: #122041;
  color: whitesmoke;
}
#esp-chequeos #chapa, #esp-chequeos #presentacion p, #esp-chequeos #candidatos ul, #esp-chequeos .despcandidatos .showcan {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  max-width: 1280px;
  position: relative;
}
#esp-chequeos #intro {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;

}
#esp-chequeos #intro img {
  display: none;
}
#esp-chequeos #chapa h1 {
  width: 60%;
  font-weight: 800;
  font-size: 5.5vw;
  text-align: right;
}
#esp-chequeos #chapa p {
  width: 60%;
  padding-left: 20%;
  font-size: 1.75vw;
}
#esp-chequeos #presentacion p {
  font-size: 1.2vw;
  margin: 1vw 10vw;
}
#esp-chequeos #candidatos h2.tit-block {
  border-bottom: 4px solid #2179F9;
  border-right: 4px solid #2179F9;
  border-left: 4px solid #2179F9;
  display: block;
  padding: 3vh 5vw;
  margin: -15vh auto 25vh;
  width: fit-content;
  font-weight: 800;
  font-size: 3vw;
}
#esp-chequeos #candidatos ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#esp-chequeos #candidatos ul li.candidatos {
  width: 40%;
  padding: 0 5% 10vh;
  display: block;
  float: left;
  margin: 0 5% 0;
}
#esp-chequeos #candidatos ul li.candidatos:nth-child(-n+2) {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5.5vw;
}
#esp-chequeos #candidatos ul li.candidatos .cand {
  width: 45%;
  float: left;
}
#esp-chequeos #candidatos ul li.candidatos .cand .foto {
  width: 10vw;
  height: 10vw;
  background-color: #2179F9;
  border-radius:100% ;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
#esp-chequeos #candidatos ul li.candidatos#linkCand01 .cand .foto {
background-image: url(../img/candidatos/rodolfo.png);
}
#esp-chequeos #candidatos ul li.candidatos#linkCand02 .cand .foto {
  background-image: url(../img/candidatos/fajardo.png);
}
#esp-chequeos #candidatos ul li.candidatos#linkCand03 .cand .foto {
  background-image: url(../img/candidatos/petros.png);
}
#esp-chequeos #candidatos ul li.candidatos#linkCand04 .cand .foto {
  background-image: url(../img/candidatos/federico.png);
}
#esp-chequeos #candidatos ul li.candidatos .cand h2 {
  width: 100%;
  font-weight: 800;
  text-align: center;
  font-size: 1.6vw;
  line-height: 1.3vw;
  margin: 1vw auto 1.5vw;
  text-transform: uppercase;
}
#esp-chequeos #candidatos ul li.candidatos .cand button {
  border: 2px solid #F72350;
  color: #F72350;
  background: none;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
#esp-chequeos #candidatos ul li.candidatos .datacand {
  width: 50%;
  margin: 0 0 0 5%;
  float: left;
  font-weight: 300;
}
#esp-chequeos #candidatos ul li.candidatos .datacand .cargo {
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 1.5vh;
  display: inline-block;
}
#esp-chequeos #candidatos ul li.candidatos .datacand .cargo b {
  color: #2179F9;
  font-weight: 800;
  font-size: 1.25vw;
  float: left;
}
#esp-chequeos #candidatos ul li.candidatos .datacand .chart {
  padding-left: 1.5vw;
}
#esp-chequeos #candidatos ul li.candidatos .datacand dl dt {
  font-weight: 500;
  font-size: 0.8vw;

}
#esp-chequeos #candidatos ul li.candidatos .datacand dl dd {
  font-weight: 900;
  font-size: 1.4vw;
  text-indent: -1.5vw;
  background-color: #16264c;
  padding: 0.1vw;
  line-height: 1.5vw;
  height: 1.5vw;
  position: relative;
}
#esp-chequeos #candidatos ul li.candidatos .datacand dl dd span {
  text-indent: 0;
  position: absolute;
  top: 0.1vw;
  left: 0.1vw;
  bottom: 0.1vw;
}
#esp-chequeos .despcandidatos {
  display: none;
}
#esp-chequeos .despcandidatos .candidato, #esp-chequeos .despcandidatos ul {
  width: 50%;
  padding: 0 5%;
  float: left;
  margin: 0;
}
#esp-chequeos .despcandidatos .candidato .headcand {
background-color: #F72350;
margin: 0;
position: relative;
}
#esp-chequeos .despcandidatos .candidato .headcand img {
  width: 100%;
  margin: 2vh auto 0;
  position: relative;
}
#esp-chequeos .despcandidatos .candidato .headcand h2 {
  width: 50%;
    padding: 0 5%;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    font-weight: 800;
    position: absolute;
    top: 10vh;
    font-size: 2.5vw;
    line-height: 2vw;

}
#esp-chequeos .despcandidatos #cand03 .candidato .headcand h2 {
  text-align: left;
}
#esp-chequeos .despcandidatos .candidato span{
  background-color: #2179F9;
  display: block;
  margin: 0 auto 4vh;
  color: #ffffff;
  padding: 2vh 2vw;
  width: fit-content;
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.1vw;
}
#esp-chequeos .despcandidatos .candidato p {
  font-size: 1vw;
}
#esp-chequeos .despcandidatos ul {
  background: #2179f9;
  padding: 15vh 5vw;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  list-style: none;
}
#esp-chequeos .despcandidatos ul h3 {
  background-color: #122041;
  font-weight: 800;
  color: #ffffff;
  padding: 3vh 3vw;
  display: block;
  margin: 0 auto 3vh;
  width: fit-content;
}
#esp-chequeos .despcandidatos ul li {
  width: 45%;
  margin: 1vh 0.5vw;
  font-size: 0.95vw;
  line-height: 1vw;
  cursor: pointer;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .5s;
}
#esp-chequeos .despcandidatos ul li:hover{
  filter: saturate(1.5);
}
#esp-chequeos .despcandidatos ul li span {
  background-color: #DE1E4B;
  display: inline-block;
  width: 100%;
  padding: 3%;
  color: #122041;
  font-weight: 500;
}

#esp-chequeos .despcandidatos ul li img {
  width: 100%;
  display: block;
}
/* #esp-chequeos .despcandidatos ul li:nth-child(even)::before {
  width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 113px 240px;
    border-color: transparent transparent #DE1E4B transparent;
    content: "";
} */
#esp-chequeos .despcandidatos ul li:nth-child(even) {
  float: left;
  transform: rotate(-2deg);
}
#esp-chequeos .despcandidatos ul li:nth-child(even):hover {
transform: rotate(-6deg);
}
#esp-chequeos .despcandidatos ul li:nth-child(3) {
  margin-top:2vw;
}
#esp-chequeos .despcandidatos ul li:nth-child(odd) {
  float: right;
  transform: rotate(2deg);
}
#esp-chequeos .despcandidatos ul li:nth-child(odd):hover {
  transform: rotate(6deg);
}
#esp-chequeos .despcandidatos ul li:nth-child(odd) img, #esp-chequeos .despcandidatos ul li:nth-child(odd) svg {
 transform: rotateY(180deg);
}
#esp-chequeos .despcandidatos ul li.falso span, .bgfals {
  background-color: #DE1E4B;
}
#esp-chequeos .despcandidatos ul li.falso .colorcorner {
  fill: #DE1E4B;
}
#esp-chequeos .despcandidatos ul li.verdadero span, .bgverd {
  background-color: #7BCE0F;
}

#esp-chequeos .despcandidatos ul li.verdadero .colorcorner {
  fill: #7BCE0F;
}
#esp-chequeos .despcandidatos ul li.cuestionable span, .bgcues {
  background-color: #F0A918;
}

#esp-chequeos .despcandidatos ul li.cuestionable .colorcorner {
  fill: #F0A918;
}
#esp-chequeos .despcandidatos ul li.verdaderopero span, .bgver2 {
  background-color: #ED5A24;
}

#esp-chequeos .despcandidatos ul li.verdaderopero .colorcorner {
  fill: #ED5A24;
}
#esp-chequeos .despcandidatos  .candidato a {
  color: #DE1E4B;
  text-decoration: none;
  border: 2px solid;
  display: inline-block;
  padding: 0.5vh 0.5vw;
  line-height: 2.4vw;
  border-radius: 0.5vw;
}
#esp-chequeos .despcandidatos aside {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 25vh 25vw;
  display: none;
}
#esp-chequeos .despcandidatos aside div.verif {
  background-color: #2179F9;
  height: 100%;
  width: 100%;
  color: #ffffff;
  padding: 3vw 2vw 2vw;
  position: relative;
  box-shadow: 0 0 1.5vw #000000;
  display: none;
}
#esp-chequeos .despcandidatos aside div h3 {
  font-size: 1.5vw;
  font-weight: 600;
}
#esp-chequeos .despcandidatos aside div.arrow {
  width: 40%;
  position: absolute;
    left: 2vw;
    top: -3.25vw;
}
#esp-chequeos .despcandidatos aside div.arrow span {
  display: block;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
    font-size: 1.5vw;
    padding: 8px;
    color: #ffffff;
}
#esp-chequeos .despcandidatos aside div.arrow span::before {
      content: "";
        padding: 0 8px 0 1.75vw;
        border-right-width: 1px;
        border-right-style: solid;
        margin-right: 8px;
        width: 1.75vw;
        height: 1.75vw;
        display: inline-block;
}
#esp-chequeos .despcandidatos aside div.arrow img {
  width: 100%;
}
#esp-chequeos .despcandidatos aside div.arrow.falso span, #esp-chequeos .despcandidatos aside div.arrow.falso svg.corner .colorcorner {
  background-color: #DE1E4B;
  fill: #DE1E4B !important;
  color: #ffffff;
  border-right-color: #ffffff;
}
#esp-chequeos .despcandidatos aside div.arrow.falso span::before, #esp-chequeos .despcandidatos aside div.arrow.cuestionable span::before,
#esp-chequeos .despcandidatos aside div.arrow.verdadero span::before,
#esp-chequeos .despcandidatos aside div.arrow.verdaderopero span::before {
  background: url(https://colombiacheck.s3.us-east-2.amazonaws.com/colcheck/theme/desinformacion.svg) no-repeat;
}
#esp-chequeos .despcandidatos aside div.arrow.cuestionable span,
#esp-chequeos .despcandidatos aside div.arrow.cuestionable svg.corner .colorcorner {
  background-color: #F0A918;
  fill: #F0A918 !important;
  color: #ffffff;
  border-right-color: #ffffff;
}
#esp-chequeos .despcandidatos aside div.arrow.verdadero span,
#esp-chequeos .despcandidatos aside div.arrow.verdadero svg.corner .colorcorner {
  background-color: #7BCE0F;
  fill: #7BCE0F !important;
  color: #ffffff;
  border-right-color: #ffffff;
}#esp-chequeos .despcandidatos aside div.arrow.verdaderopero span,
#esp-chequeos .despcandidatos aside div.arrow.verdaderopero svg.corner .colorcorner {
  background-color: #ED5A24;
  fill: #ED5A24 !important;
  color: #ffffff;
  border-right-color: #ffffff;
}
#esp-chequeos .despcandidatos aside div p {
  font-size: 0.9vw;
}
#esp-chequeos .despcandidatos aside div button {
  float: right;
  color: #000000;
  border: none;
  background: none;
  font-size: 0.75vw;
  background-color: #ffffff;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  position: absolute;
  top: -1.5vw;
  right: 1.5vw;
}
#esp-chequeos .despcandidatos aside div a {
  background-color: #DE1E4B;
  color: #ffffff;
  padding: 0vh 1vw;
  position: absolute;
  bottom: -1.2vw;
  right: 1.5vw;
  display: inline-block;
  text-decoration: none;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2.4vw;
  height: 2.4vw;
  vertical-align: baseline;
}

svg.link {
  height: 1vw;
  /* line-height: 3vw; */
  float: left;
  margin-right: 5px;
  margin-top: 0.7vw;
}
svg path.color {
  fill: #ffffff;
}
svg.corner {
  display: block;
  width: 100%;
  margin-bottom: -1px;
}
svg.corner .colorcorner, .candidato svg path.color {
  fill:#DE1E4B;
}


@media screen and (max-width: 820px) {
  #esp-chequeos #intro {
    background: none;
  }
    #esp-chequeos #intro img {
      position: fixed;
        top: 0;
        height: 100vh;
        z-index: 0;
        display: block;
    }
  #esp-chequeos #chapa h1 {
    width: 90vw;
    margin: 0 5vw;
    /* font-weight: 800; */
    font-size: 10vw;
    text-align: center;
    padding-top: 25vh;
    line-height: 8.5vw;
    background-image: url(../img/cchk.png);
        background-repeat: no-repeat;
          background-position: center top;
  }
  #esp-chequeos #chapa p {
    width: 60vw;
    margin: 8vw 20vw;
    padding: 0;
    font-size: 4vw;
    text-align: center;
  }
  #esp-chequeos #presentacion p {
    font-size: 3.5vw;
    margin: 3vh 10vw;
  }
  #esp-chequeos #candidatos h2.tit-block {
    margin: -15vh auto 10vh;
    font-size: 9vw;
  }

    #esp-chequeos #candidatos ul li.candidatos {
      width: 90vw;
      padding: 0 5vw 10vh;
      float:left;
      margin: 0 5vw 0;
      border-bottom: 1px solid #ffffff;
      margin-bottom: 5.5vw;
    }

    #esp-chequeos #candidatos ul li.candidatos .cand {
      width: 40vw;
    }

    #esp-chequeos #candidatos ul li.candidatos .cand .foto {
      width: 36vw;
      height: 36vw;
    }
        #esp-chequeos #candidatos ul li.candidatos .cand h2 {
              font-size: 7.5vw;
                line-height: 6.5vw;
                margin: 1.5vh auto 2vh;
        }

        #esp-chequeos #candidatos ul li.candidatos .cand button {
          font-size: 3vw;
        }

        #esp-chequeos #candidatos ul li.candidatos .datacand {
          width: 35vw;
            margin: 0 0 0 5vw;
        }

        #esp-chequeos #candidatos ul li.candidatos .datacand .cargo {
          font-size: 2.75vw;
            line-height: 3vw;
            font-weight: 400;
        }

        #esp-chequeos #candidatos ul li.candidatos .datacand .cargo b {
          font-size: 4vw;
        }
                #esp-chequeos #candidatos ul li.candidatos .datacand .chart {
                padding-left: 5vw;
                  font-size: 2.5vw;
                }

                #esp-chequeos #candidatos ul li.candidatos .datacand dl dt {
                  font-size:unset;

                }

                #esp-chequeos #candidatos ul li.candidatos .datacand dl dd {
                      font-size: 3.5vw;
                        text-indent: -4vw;
                        line-height: 3.5vw;
                        height: 3.5vw;
                      }

#esp-chequeos .despcandidatos {
      padding: 4vh 0;
}
#esp-chequeos .despcandidatos .candidato,
#esp-chequeos .despcandidatos ul {
  width: 100vw;
    padding: 3vh 10vw 9vh;
    position: relative;
}
#esp-chequeos .despcandidatos .candidato span{
font-size: 3.5vw;
  line-height: 3.5vw;
  padding: 1vh 4vw;
}
#esp-chequeos .despcandidatos .candidato p {
  font-size: 3.5vw;
    line-height: normal;
    color: #666666;
}
#esp-chequeos .despcandidatos .candidato a {
display: none;
}
svg.link {
  height: 4vw;
    float: none;
    margin-top: unset;
}

#esp-chequeos .despcandidatos ul {
      padding: 0 5vw 15vh;
}



#esp-chequeos .despcandidatos ul li {
  width: 75vw;
    margin: 3vh 0.5vw;
    font-size: 3vw;
    line-height: normal;
}


#esp-chequeos .despcandidatos aside {
  padding: 7vh 10vw;
}

#esp-chequeos .despcandidatos aside div.verif {
      padding: 6vw 4vw;
        box-shadow: 0 0 4.5vw #000000;
}

#esp-chequeos .despcandidatos aside div h3 {
  font-size: 3.5vw;
    margin-top: 2vh;
    margin-bottom: 4vh;
}

#esp-chequeos .despcandidatos aside div.arrow {
  width: 60%;
    left: 5vw;
    top: -7vw;
}

#esp-chequeos .despcandidatos aside div.arrow span {
  font-size: 4vw;
}

#esp-chequeos .despcandidatos aside div.arrow span::before {
  padding: 0 8px 0 3.75vw;
    height: 4.75vw;
}

#esp-chequeos .despcandidatos aside div.arrow img {
  float: left;
}



#esp-chequeos .despcandidatos aside div p {
  font-size: 3vw;
    color: #f1f7ff;
    font-weight: 300;
}

#esp-chequeos .despcandidatos aside div button {
      font-size: 1px;
        width: 10vw;
        height: 10vw;
        top: -5vw;
        right: 5vw;
        text-indent: -100vw;
        background-image: url(../img/close.svg);
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
}

#esp-chequeos .despcandidatos aside div a {
      padding: 0vh 3vw;
        bottom: -4vw;
        right: 5vw;
        font-size: 3vw;
        line-height: 8vw;
        height: 8vw;
        vertical-align: baseline;
}
#esp-chequeos .despcandidatos .candidato .headcand h2 {
  text-align: left;
    position: absolute;
    word-spacing: normal;
    width: 40vw;
    top: 10vh;
    line-height: 2.5vh;
    font-size: 5vw;
}

}

/*share
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background-color: #FEFEFE;
}*/

i {
  opacity: 0;
  font-size: 18px;
  color: #1F1E1E;
  will-change: transform;
  -webkit-transform: scale(.1);
  transform: scale(.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn_wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 120px;
  height: 36px;
  background-color: #EEEEED;
  border-radius: 80px;
  padding: 0;
  will-change: transform;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 10000;
  right: 2vw;
  top: 2vw;
  -webkit-transform: scale(1);
    transform: scale(1)
}

.btn_wrap:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.btn_wrap span {
  position: absolute;
  z-index: 99;
  width: 120px;
  height: 36px;
  border-radius: 80px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 34px;
  color: #EEEEED;
  background-color: #DE1E4B;
  padding: 0 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 32px;
  border-radius: 80px;
}

.container i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.container i:nth-of-type(2) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.container i:nth-of-type(3) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.container i:nth-of-type(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.btn_wrap:hover span {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px)
}

.btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}
