.share-links li {

	list-style: none;
	margin-bottom: 10px;
}

.share-links li:last-child {

	margin-bottom: 0;

}

.share-links li a {

	width: 100%;
    display: flex;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.share-links li a svg,
.share-links li a span {

	vertical-align: middle;
	display: inline-block;
}

.share-links li a svg {

	fill: #fff;
}

.share-links li a.whatsapp {

	background-color: #25D165;
}

.share-links li a.twitter {

	background-color: #1C9CEA;
}

.share-links li a.facebook {

	background-color: #385899;
}

.share-links li a.linkedin {

	background-color: #0A63BC;
}



.open-modal-share-js {

	cursor: pointer;
}

.open-modal-share-js:hover {

	opacity: 0.95;
}

.bg-modal-share {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	display: none;
}

.close-modal-share {

	width: 35px;
    height: 35px;
    background-color: transparent;
    color: #fff;
    position: absolute;
    right: 0;
    top: -45px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    z-index: 9999;
    left: 0;
    margin: 0 auto;
}

.close-modal-share:hover svg {
	
	fill: #f2f2f2;
}

.conteudo-modal-share {

	height: 100%;
}

.modal-share {

	height: 100vh;
	width: 100%;
	z-index: 99999999;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.modal-share .wrapper-modal-share {

	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.modal-share .wrapper-modal-share .center-wrapper {

	display: table-cell;
	vertical-align: middle;
}

.modal-share .wrapper-modal-share .center-wrapper .content {

	text-align: center;
	background-color: #fff;
	margin: 0 auto;
	display: inline-block;
	width: 60%;
	z-index: 99999999;
	padding: 20px;
	position: relative;
}

@media screen and (max-width: 800px) {


	.modal-share .wrapper-modal-share .center-wrapper .content {

		width: 95%;
		height: auto;
		padding: 15px;
	}
}
