.icono-card {
  position: absolute;
  z-index: 0;
  right: -1px;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.etiquetas {
  float: right;
  position: absolute;
  right: 10px;
  top: 90%;
  z-index: 1000;
  color: white;
}

.input-group-prepend {color: #0356A9;}

.klkcard {
    max-width: 430px;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  }
  
  .klkcard img {
    transition: all 0.25s linear;
    width: 100%;
  }
  
  .klkcard-photo {position: relative;}
  
  .klkcard .klkcard-content {
    position: relative;
    padding: 15px;
    background-color: #fff;
  }
  
  .klkcard .klkcard-header {
    font-weight: bold;
    left: 0px;
    right: 0px;
    top: -70px;
    color: #000;
    font-size: 17px;
  }
  
  .klkcard .klkcard-header .klkcard-headline {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  
  .klkcard .klkcard-bio {
    color: #555;
    font-size: 14px;
    padding: 10px;
  }
  
  .klkcard .klkcard-sections {
    padding: 10px 0px 0px 0px;
    margin-bottom: 20px;
  }
  
  .boton-klkplus {
    opacity: 0.8;
    margin-bottom: 10px;
  }
  
  .righted {padding-right: 10px;}
  
  .klkcard-quote {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .boton-rrss-container {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    border-radius: 15px;
    text-decoration: none;
    color: white;
  }
  
  .boton-add {
    float: left;
    position: absolute;
    left: 10px;
    top: 90%;
    z-index: 1000;
    padding: 5px;
  }
  
  .guardar {
    float: left;
    position: absolute;
    left: 10px;
    bottom: 3%;
    z-index: 1000;
    padding: 2px;
  }
  
  .verificado {
    float: right;
    position: absolute;
    right: 10px;
    bottom: 3%;
    z-index: 1000;
    padding: 2px;
    border-radius: 50%;
  }
  
  .card-login {max-width: 30rem;}
  
  .bg-fondo-azul {
    background-color: #008514;
    background-image: linear-gradient(180deg, #008514 10%, #0aa722 100%);
    background-size: cover;
  }

  .avatar {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.avatar .avatar-img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 2rem;
    width: auto;
}

.avatar-xxl {
    height: 3.75rem;
    width: 3.75rem;
}

.avatar-xxl .avatar-img {height: 3.75rem;}

.drop-elemento {
    padding: 0.25rem 1.5rem; 
    clear: both;
}

.iconos-editar {color: #008514;}

#tipoE {display: none;}

.boton-externo {
  font-size: 0.9rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.input-externo {
  font-size: 0.9rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

/* Ondas azules cabecera y pie de pag. */
.shape-divider__svg-wrapper{position:relative}
.shape-divider{display:flex;flex-direction:column;position:relative}
.shape-divider svg{fill:currentColor;bottom:-1px;height:100%;left:0;position:absolute;width:100%}
.shape-divider.is-horizontally-flipped svg{transform:scaleX(-1)}
.shape-divider.is-vertically-flipped{flex-direction:column-reverse}
.shape-divider.is-vertically-flipped svg{bottom:0;top:-1px;transform:scaleY(-1)}
.shape-divider.is-vertically-flipped.is-horizontally-flipped svg{transform:scaleX(-1) scaleY(-1)}
.shape-divider .divider--waves path:first-child{opacity:.15}
.shape-divider .divider--waves path:nth-child(2){opacity:.3}
.has-primary-color{color:#008514}
.has-primary-color-background{background-color: #008514;}
.has-light-color{color:hsl(0, 0%, 96%)}
.has-light-color-background{background-color:hsl(0, 0%, 96%)}

.bg-acceder-img1 {
  background: url("/publico/recursos/img/svg/acceso1.svg") no-repeat center;
  background-size: 350px;
}
.bg-acceder-img2 {
  background: url("/publico/recursos/img/svg/acceso2.svg") no-repeat center;
  background-size: 350px;
}

.bg-registrarse-img {
  background: url("/publico/recursos/img/svg/bio.svg") no-repeat center;
  background-size: 360px;
}

.bg-olvidada-img {
  background: url("/publico/recursos/img/svg/contrasena-olvidada.svg") no-repeat bottom;
  background-size: 400px;
}

.bg-404-img {
  background: url("/publico/recursos/img/svg/404.svg") no-repeat center;
  background-size: 350px;
}

.bg-ads-img {
  background: url("/publico/recursos/img/svg/online-ad.svg") no-repeat center;
  background-size: 350px;
}

.btn-primario {
  color: #fff;
  background-color: #008514;
  border-color: #008514;
}

.btn-primario:hover {
  color: #fff;
  background-color: #04ba1f;
}

.btn-primario:focus,
.btn-primario.focus {
  color: #fff;
  background-color: #008514;
  border-color: #008514;
  box-shadow: 0 0 0 0.2rem rgba(113, 228, 105, 0.5);
}

.btn-primario.disabled,
.btn-primario:disabled {
  color: #fff;
  background-color: #008514;
  border-color: #008514;
}

.btn-primario:not(:disabled):not(.disabled):active,
.btn-primario:not(:disabled):not(.disabled).active,
.show > .btn-primario.dropdown-toggle {
  color: #fff;
  background-color: #199f2d;
  border-color: #199f2d;
}

.btn-primario:not(:disabled):not(.disabled):active:focus,
.btn-primario:not(:disabled):not(.disabled).active:focus,
.show > .btn-primario.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 228, 105, 0.5);
}