
.gogoetak_formularioa{
  padding-bottom: 2rem;
}

.gogoetak_formularioa .form-group{
  margin-bottom: 2rem;
  width: 40%;
  margin-right: 10%;
  float: left;
  height: 80px;
}

.gogoetak_formularioa .form-group:last-child{
  width: 80%;
  margin-right: 20%;
}

.gogoetak_formularioa .form-group label{
  margin: 5px 0;
  /* display: none; */
}

.gogoetak_formularioa .form-control{
  position: relative;
  border-radius: 50px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
  padding: 12px 16px 12px 16px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 2rem;
}

#id_palabras_clave, #id_id_pensamiento{
 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(search.svg);  /* add custom arrow */
   background-repeat: no-repeat;
   background-position:right 8px center;
   min-height: 60px;
}

/* Chrome, Safari, Edge, Opera */
input#id_id_pensamiento::-webkit-outer-spin-button,
input#id_id_pensamiento::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#id_id_pensamiento[type=number] {
  -moz-appearance: textfield;
}

#id_tipo_valor, #id_valor, #id_dimension, #id_grupo_de_interes {
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
   background-image: url(button.svg);  /* add custom arrow */
   background-repeat: no-repeat;
   background-position:right 8px center;
   min-height: 60px;
}

/*https://codepen.io/miniven/pen/ZJydge*/


.btn{
  min-height: 48px;
}

.btn.btn-outline{
  background-color: #fff;
  color: #212121;
  border: 1px solid #212121;
  text-decoration:none;
  font-weight: 600;
  font-family:'Roboto', sans-serif;
  font-size: 14px;
  padding: 0.8rem 1.3rem;
}

.btn:hover, .btn.btn-outline:hover {
  background-color: #212121 !important;
  color: #efefef;
}

.emaitzak h2{
   margin-top: 3rem !important;
}

.emaitzak{
   padding-left: 0;
}

.emaitzak li{
    display: flex;
    list-style: none;
    margin-bottom: 1rem;
    width: 100%;
}

.emaitzak li .pensamiento-zkia{
   width: 20%;
   font-weight: 700;
   background: #efefef;
   border-radius: 15px;
   padding: 1rem;
   margin-right: 2rem;
}

.emaitzak li .pensamiento-body{
   width: 80%;
   padding: 1rem;
}

/*racimos*/

.pdf{
  padding-right: 2rem;
  background: url(pdf.png) no-repeat center right;
  background-size: 16px 16px;
  display: inline-block;
  text-decoration:none;
}


img {max-width: 100%; height: auto;}

.imagemap {position: relative;}
.imagemap img {display: block;}
.imagemap .area {display: block; position: absolute; transition: box-shadow 0.15s ease-in-out;}
.imagemap .area:hover {box-shadow: 0px 0px 1vw rgba(0,0,0,0.5);}


@media (max-width: 768px) {
.gogoetak_formularioa .form-group {

  width: 100%;

}
}