/** BURBUJAS **/
.wrapper-bubbles {
  height: 46px;
}
.bubble {
  box-sizing: border-box;
  font-family: "Fira Sans","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
  font-size: 15px;
  text-align: right;
  line-height: 46px;
  padding-left: 10px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 10;
}
.bubble a {
  color: #666;
}
.bubble:hover a {
  color: white;
  text-decoration: none;
}
/* SET: LEER MAS */
.bubble-left {
  /*width: 250px;*/
  float: left;
  text-align: left;
}
.bubble-left:hover {
  background-color: #a4cd58;
}
.bubble-left a::after {
  content: "→";
  background-color: #a4cd58;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  position: absolute;
  /*left: 124px;*/
  /*right: 60px;*/
  right: 0;
  top: 0;
  font-weight: 300;
  z-index: 10;
}

.bubble-left a:focus {
  position: initial;
  text-decoration: none;
}

.bubble-extra a:focus {
  position: initial;
  text-decoration: none;
}

.bubble-middle a:focus {
  position: initial;
  text-decoration: none;
}

.btn-descargar-pdf a:focus {
  position: initial;
  text-decoration: none;
}

.btn-contactenos a:focus {
  position: initial;
  text-decoration: none;
}
.btn-submit a:focus {
  position: initial;
  text-decoration: none;
}

.destacado-btn-detalles a:focus {
  position: initial;
  text-decoration: none;
}


.wke-news-CTAText a:focus {
  position: initial;
  text-decoration: none;
}

.bubble-middle-telf p:focus {
  position: initial;
  text-decoration: none;
}

.bubble-left-telf p:focus {
  position: initial;
  text-decoration: none;
}


/* END: LEER MAS */

/* SET: LE LLAMAMOS GRATIS */
.bubble-middle {
  width: 250px;
}

.bubble-middle:hover {
  background-color: #e5202e;
}

.bubble-middle.kit-de-logos:hover {background-color: #85bc20}

.bubble-middle-telf:hover p {
  color: #666;
  text-decoration: none;
}

.bubble-middle-telf {
  width: 250px;
}

.bubble-middle-telf:hover {
  background-color: transparent;

}

.bubble-left-telf:hover p {
  color: #666;
  text-decoration: none;
}

.bubble-left-telf {
  width: 250px;
}

.bubble-left-telf:hover {
  background-color: transparent;

}

.bubble-middle a::after {
  content: "→";
  background-color: #e5202e;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  position: absolute;
  left: 187px;
  top: 0;
  font-weight: 300;
  z-index: 10;
}

.bubble-middle.kit-de-logos a::after {background-color: #85bc20}

.bubble-middle-telf p.telf::after {
  content: url(/img/telf.png);
  background-color: #e5202e;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  position: absolute;
  left: 187px;
  top: 0;
  font-weight: 300;
  z-index: 10;
}

.bubble-left-telf p.telf::after {
  content: url(/img/telf.png);
  background-color: #85BC20;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  position: absolute;
  left: 187px;
  top: 0;
  font-weight: 300;
  z-index: 10;
}

/* END: LE LLAMAMOS GRATIS */

/* SET: EXTRA BUBBLE */
.bubble-extra {
  /*width: 305px;*/
  float: right;
}
.bubble-extra:hover {
  background-color: #474747;
}
.bubble-extra a::after {
  content: "→";
  background-color: #474747;
  color: white;
  width: 51px;
  height: 46px;
  font-size: 30px;
  margin-left: 13px;
  display: block;
  text-align: center;
  position: absolute;
  /*left: 222px;*/
  right: 0;
  top: 0;
  font-weight: 300;
  z-index: 10;
}
/* END: EXTRA BUBBLE */



@media (max-width: 1040px) {
  .wrapper-bubbles {
    height: 100% !important;
  }
  .bubble {
    width: 100%;
    text-align: right;
  }
}

.btn-contacto-partner:hover {
  background-color: #e5202e;
}
.btn-contacto-partner a::after {
  background-color: #e5202e;
}


.bubble-middle.kit-de-prensa:hover {
  background-color: #007AC3;
}
.bubble-middle.bubble-middle.kit-de-prensa a::after {
  background-color: #007AC3;
}
