@media (max-width: 374px) {
    .modal-content {
        padding: 90px 15px;
    }
}


section.popup-share {
	bottom: 15px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	z-index: 1000;
	display: block;
}
.popup-share .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

.popup-share .box i {
	float: right;
    padding: 10px;
    margin-top: 9px;
    margin-right: 10px;
    background-size: 11px auto;
	cursor: pointer;
	background-image: url(/assets/anagrama/close-white-icon.png);
}

section.popup-share .box {
	background: #1b1b1b;
	text-align: center;
	width: 650px;
	height: 140px;
	margin-left: auto;
    margin-right: auto; 
}
section.popup-share .box h2,
section.popup-share .box p,
section.popup-share .box a{
    font-family: 'NHaasGroteskTXStd-75Bd';
	font-size: 12px;
    line-height: 20px;
    color: #FFF;
    text-transform: uppercase;
}
section.popup-share .box h2{
    color: #FFF;
}
section.popup-share .box p,
section.popup-share .box a{
    color: #FFF;
    transition: .35s;
}
section.popup-share .box a:hover{
    color: #FFF;
}
@media (max-width: 1099px) {
    section.popup-share .box {
		margin-left: auto;
	    margin-right: auto; 
	}
}
@media (max-width: 767px) {
	section.popup-share {
		bottom: 0;
	}
    section.popup-share .box {
		text-align: center;
		height: 215px;
		width: 100%;
		margin-left: auto;
	    margin-right: auto; 
	}
}
