@font-face {
  font-family: "Amnistia";
  src:
    url("../fuentes/AmnestyTradeGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Amnistia_bold";
  src:
    url("../fuentes/AmnestyTradeGothic-Bd2.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: "Amnistia_condensed";
  src:
    url("../fuentes/AmnestyTradeGothic-BdCn20.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body{
  font-family: "Amnistia";
}

.hero{
  position: relative;
  overflow: visible;
}

.mascara{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
}

.intro{
  padding-top: 40px;
  padding-bottom: 40px;
}

.controls{
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 1001;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;:
}

.controls .menos,
.controls .mas{
  cursor: pointer;
}

.controls h3{
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 5px;
}

.controls h6{
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.controls div,
.controls p{
  width: 25%;
}

.resultado_azul,
.resultado_verde{
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
}

.bg-dark{
  background-color: #000 !important;
}

.navbar{
  border-bottom: 1px solid #FFFF00;
}

.navbar .navbar-nav a.nav-link{
  color: #FFF;
  font-family: "Amnistia_condensed";
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar .navbar-nav a.nav-link.active{
  color: #FFFF00;
  font-family: "Amnistia_condensed";
}

footer.main-footer .footer_amnistia{
  margin-bottom: 50px;
}

footer.main-footer{
  padding-top: 0px;
  padding-bottom: 50px;
}

div.text-right h2{
  text-transform: uppercase;
  padding-top: 50px;
  font-size: 20px;
  text-align: center;
}

.twitter{
  height: 500px;
  overflow: auto;
  margin-bottom: 30px;
}

.facebook{
  height: 500px;
  overflow: auto;
}

.favor{
  background-color: rgb(121, 255, 105);
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0 6px;
  width: 50%;
  margin: 0 auto;
  font-family: "Amnistia_bold";
}

.contra{
  background-color: rgb(0, 230, 216);
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0 6px;
  width: 50%;
  margin: 0 auto;
  font-family: "Amnistia_bold";
}

.abstiene{
  background-color: rgb(200, 200, 200);
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0 6px;
  width: 50%;
  margin: 0 auto;
  font-family: "Amnistia_bold";
}

.post{
  border: 1px solid rgb(172, 172, 172, 0.5);
  margin: 10px;
}

.latest-posts{
  padding: 40px 0px;
}

.post-thumbnail{
  text-align: center;
  padding: 20px 0px 5px 0px;
}

.post-meta{
  text-align: center;
}

.center{
  text-align: center;
}

.search-form .form-group select{
  border-radius: 15px;
  padding: 3px;
  outline: none;
}


.search-form .form-group select option{
  border-radius: 15px;
  padding: 3px;
  outline: none;
}

.web{
  display: none;
}

.navbar .navbar-toggler{
  background-color: #FFFF00;
  height: 35px;
}

.logo_negativo{
  text-align: center;
}

.votos{
  display: flex;
  flex-wrap: wrap;
}

.votos div{
  width: 50%;
}

.votos div p{
  text-align: center;
}

div.progreso{
  width: 100%;
}

h3.center{
  font-size: 1.3rem;
}

h4.center{
  font-size: 0.8rem;
}

#myProgress {
  width: 100%;
  background-color: rgb(0, 230, 216);
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: rgb(121, 255, 105);
}

#myProgress_mobile {
  width: 100%;
  background-color: rgb(0, 230, 216);
}

#myBar_mobile {
  width: 1%;
  height: 30px;
  background-color: rgb(121, 255, 105);
}

p.contador_perchas,
p.contador_corazones{
  font-family: "Amnistia_bold";
  font-size: 1.2rem;
}

p.contador_perchas,
p.contador_perchas_mobile{
  margin-top: 16px;
}

#d_p{
  background-color: rgb(0, 230, 216);
  padding: 3px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

#d_c{
  background-color: rgb(121, 255, 105);
  padding: 3px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.mobile{
  padding-bottom: 0px;
}

.img-fluid{
  border-radius: 50%;
  width: 40%;
}

.twittear{
  text-align: center;
}

h3.nombre{
  text-transform: uppercase;
}

.titulo_sitio{
  position:relative;
  z-index: 1002;
}

.banner h1,
.banner_amnistia h2{
  background-color: #FFF;
  color: #000;
  font-family: "Amnistia_condensed";
  text-transform: uppercase;
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  padding: 10px;
  letter-spacing: 6px;
}

.banner h2,
.banner_amnistia h3,
.votos_banner h2{
  color: #FFF;
  font-size: 16px;
  font-family: Amnistia;
  background-color: #000;
  font-weight: normal;
  padding: 20px;
}

.banner a,
.banner_amnistia a,
.testimonios a,
.votos_banner a{
  font-size: 16px;
  font-family: Amnistia;
  color: #000;
  background-color: #FFFF00;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
}

a.link_banner_testimonio{
  background-color: #FFF;
}

.banner a:hover,
.banner_amnistia a:hover,
.testimonios a:hover,
.votos_banner a:hover{
  text-decoration: none;
  cursor: pointer;
}

.votos_banner h1{
  margin: 40px 0 20px 0;
  font-family: Amnistia;
  border-left: solid #FFFF00 20px;
  color: #FFFFFF;
  background: #000000;
  display: inline-block;
  padding: 10px 20px;
  font-size: 30px;
}

.fondo_amarillo{
  background-color: #FFFF00;
  padding: 0 3px;
  font-weight: bold;
}


a.fondo_amarillo{
  text-transform: none;
  padding: 0px 5px;
  font-size: inherit;
}

div.pagination{
  width: 90%;
}

div.pagination ul.pagination li:nth-child(6),
div.pagination ul.pagination li:nth-child(7),
div.pagination ul.pagination li:nth-child(8),
div.pagination ul.pagination li:nth-child(9){
  display: none;
}

ul.pagination{
  display: inline-flex;
  margin-left: 5%;
}

/* changes */

.onsite{
  margin-top: 10px !important;
  width: 30px !important;
  height: 30px !important;
}

.morecsspure-morelink,
.morecsspure-lesslink{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8em;
  background-color: #000;
  border: 4px solid #000;
  color: #FFFF00 !important;
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
}

.morecsspure-morelink:hover,
.morecsspure-lesslink:hover{
  font-weight: bold;
  background-color: #FFF;
  color: #000 !important;
  border: 4px solid 000;
  text-decoration: none !important;
}

.sumatoria{
  box-shadow: 2px 4px 2px rgba(0,0,0,0.5);
  border: 1px solid #FFFF00;
}

.category p{
  margin-top: 10px;
}

iframe{
  width: 100%;
}

#carouselExampleInterval{
  width: 100%;
}

.filtros_ml{
  margin-bottom: 30px;
}

.filtros_ml p{
  display: inline-block;
  padding: 4px 15px 4px 20px;
  border-radius: 20px;
  background-color: #dbdbdb;
  color: #000;
  font-size: 12px;
  text-transform: capitalize;
  margin: 10px;
}

.filtros_ml span{
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-left: 20px;
  text-transform: lowercase;
  cursor: pointer;
  padding: 5px;
}

main.posts-listing{
  padding-top: 0px !important;
  padding-bottom: 0px;
}

main.posts-listing .post{
  margin-bottom: 10px;
}

.pp_votos{
  background: url('../img/fondos/portada_votos.jpg'); background-size: contain;
  background-position: center center;
  padding-bottom: 50px;
}

section.hero .container{
  padding: 70px 20px;
}

.dejar_testimonio{
  background-color: #FFFF00;
  padding: 20px 40px;
  font-family: "Amnistia_condensed";
}

.alert-success{
  font-family: "Amnistia_condensed";
}

.dejar_testimonio input{
  height: 40px;
  font-family: "Amnistia_condensed";
}

#testimonio{
  margin-top: 20px;
  margin-bottom: 20px;
}

.dejar_testimonio input,
.dejar_testimonio textarea{
  font-family: "Amnistia_condensed";
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #000;
  padding-left: 10px;
  outline: none;
}

.dejar_testimonio textarea#testimonio{
  margin-top: 0px;
}

.email{
  padding-right: 10px;
}

.telefono{
  padding-left: 10px;
}

.dejar_testimonio input:focus,
.dejar_testimonio textarea:focus{
  border: 2px solid #FFFF00;
}


.dejar_testimonio label{
  /* text-transform: uppercase; */
  font-weight: bold;
}

.dejar_testimonio textarea{
  resize: none;
  height: 200px;
}

.dejar_testimonio button{
  display: block;
  width: 70%;
  font-size: 16px;
  font-family: Amnistia;
  background-color: #000;
  color: #FFFF00;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  border: 0px;
  font-family: "Amnistia_condensed";
}

.dejar_testimonio h1{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px 0;
  background: transparent;
  font-family: "Amnistia_condensed";
}

.wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px 15px 15px 15px;
  justify-content: space-between;
  align-self: baseline;
  align-items: flex-start;
}

.wrapper div:nth-child(5n){
  background-color: rgba(0,0,0,0.3);
  border-bottom: 2px solid #FFFF00;
  border-top: 1px solid #000;
  color: #FFF;
}

.wrapper div:nth-child(2n){
  background-color: #000;
  border-left: 2px solid #FFFF00;
  border-top: 0px;
  color: #FFF;
}


.un_testimonio{
  border: 1px solid rgba(0,0,0,0.5);
  border-top: 2px solid #FFFF00;
  padding-top: 20px;
  margin-bottom: 15px;
  width: 100%;
}

.testimonio h2{
  display: inline;
  font-size: 20px;
  border-left: 4px solid #FFFF00;
  text-transform: uppercase;
  padding: 0 7px;
  color: #000;
  background-color: #FFF;
}

.testimonio h4{
  font-size: 14px;
  margin-top: 10px;
}

.testimonio p{
  font-size: 12px;
}

.testimonio_desktop{
  display: none;
}

.r_testimonio iframe{
  padding: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .mobile{
    display: none;
  }


  .testimonio_mobile{
    display: none;
  }

  .testimonio_desktop{
    display: block;
  }

  .un_testimonio{
    max-width: 30%;
  }

  section.hero .container{
    padding: 220px 20px;
  }

  .pp_votos{
    background-size: cover;
    background-repeat: no-repeat;
  }

  main.posts-listing{
    padding-top: 5px !important;
  }

  .twitter{
    margin-bottom: 0px;
  }

  #carouselExampleInterval{
    width: 60%;
  }

  iframe{
    width: 860px;
    height: 468px;
  }

  .category p{
    margin-top: 0px;
  }

  .category{
    display: block;
  }

  .web{
    display: block;
  }

  .logo_negativo{
    text-align: left;
  }

  div.text-right h2{
    text-align: right;
  }

  .post{
    border: 0px;
    margin: 0;
  }

  .intro{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .controls{
    flex-direction: column;
  }

  .controls{
    background-color: rgba(255,255,255,0.8);
    width: 20%;
    position: absolute;
    top: 10%;
    right: 20px;
    z-index: 1001;
    padding-bottom: 20px;
  }

  .controls div,
  .controls p{
    width: 100%;
  }

  .controls h3{
    font-size: 18px;
  }

  .controls h6{
    font-size: 12px;
  }

  .img-fluid{
    width: 70%;
  }

  .banner h1,
  .banner_amnistia h2{
    line-height: 80px;
    font-size: 40px;
    padding: 10px;
  }


  div.pagination{
    width: auto;
  }

  div.pagination ul.pagination li:nth-child(6),
  div.pagination ul.pagination li:nth-child(7),
  div.pagination ul.pagination li:nth-child(8),
  div.pagination ul.pagination li:nth-child(9){
    display: inherit;
  }

  ul.pagination{
    margin-left: inherit;
  }

  .carousel_placas{
    width: 50%;
    margin: 0 auto;
  }

  .post-thumbnail{
    padding: 20px 0px;
  }

  .wrapper {
    padding: 0px 0px 15px 15px;
  }
}
