#iconBtShare {
   position: relative;
   top: 3px;
}

#share {
   display: none;
   position: absolute;
   right: 36px;
   top: 228px;
   background-color: #333;
   color: #fff;
   text-align: center;
   width: 383px;
}

.visivel {
   display: block !important;
}

#shareHead {
   display: flex;
   align-items: center;
   padding: 1px 10px;
   position: relative;
}

#iconShare {
   font-size: 28px;
}

#titleShare {
   text-transform: uppercase;
   font-size: 16px;
   margin: 0 0 0 10px;
   font-weight: 500;
   font-family: 'corbel', sans-serif; 
   pointer-events: none;
   user-select: none;
}

#fecharShare {
   position: absolute;
   top: 10px;
   right: 15px;
   cursor: pointer;
}

#shareBody {
   padding: 10px;
   border-top: 1px solid #aaa;
   position: relative;
   min-height: 188px;
}

#p1 {
   border-bottom: 1px dotted #fff;
   display: inline-block;
   position: relative;
   cursor: help;
}

#ShareTooltip {
   visibility: hidden;
   width: 250px;
   font-size: 13px;
   background-color: #555;
   color: #fff;
   text-align: center;
   padding: 1px 5px;
   padding: 5px 0;
   border-radius: 6px;
   position: absolute;
   z-index: 1;
   bottom: 125%;
   left: 23%;
   margin-left: -60px;
   opacity: 0;
   transition: opacity 0.3s;
}

/* Tooltip arrow */
#ShareTooltip::after {
   content: "";
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: #555 transparent transparent transparent;
 }

 /* mostar tooltip ao passar o cursor */
 #p1:hover #ShareTooltip {
   visibility: visible;
   opacity: 1;
 }

#p2 {
   margin-bottom: 3px;
}

#shareInput {
   padding: 1px 3px;
   height: 17px;
   border: 1px solid #fff;
   background-color: transparent;
   width: 325px;
   border-radius: 7px;
   margin-right: 5px;
   color: #fff;
}

#copyIcon {
   cursor: pointer;
}

#copyIcon:hover {
   color: #4089f1;
}

#avisoCopia {
   font-size: 11px;
   padding: 2px 4px;
   color: #333;
   background-color: #777676;
   opacity: 0;
   visibility: hidden;
   position: absolute;
   right: -2px;
   top: 48px;
   border-radius: 5px;
   margin: 0;
   transition: opacity 0.6s;
}

#p3 {
   margin: 10px 0 1px;
}

.socialMediaIcon{
   font-size: 30px;
   margin: 0 5px;
}

#whatsapp, #twitter, #insta {
   cursor: pointer;
}


#espaco {
   width: 190px;
}


