@charset "UTF-8";

/* <div class="moon icon"></div> */
[class^="fibi-"]::before,
[class*=" fibi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.posicion_uno{
 position: relative;
 background: #3FFFD7;
 display: inline-block;
 padding: 25px 20px 25px 45px;
 border-radius: 5px;
 color: #1F7F6B;
 text-transform: uppercase;
 }
 
.posicion_uno i{
background: #3FFFD7;
color: #1F7F6B;
font-size: 30px;
padding: 5px;
width: 60px;
height: 60px;
text-align: center;
line-height: 45px;
border-radius: 50%;
border:3px solid #fff;
-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.4);
text-shadow: 0 1px 0 rgba(255,255,255,0.4);
position: absolute;
left: -30px;
top: 7.5px;
transform:rotate(-45deg);
}

.moon.icon {
  color: #000;
  position: absolute;
  margin-left: 4px;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px transparent;
}
.moon.icon:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid 1px transparent;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px transparent;
}
