#modal-tech .close {
	background: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
#modal-tech .close span {
	line-height: 1.1;
    font-size: 41px;
    text-shadow: inherit;
}
#modal-tech .close:hover {
    background: #cc9659;
    color: #fff;
    box-shadow: 0 0px 5px rgb(0 0 0 / 50%);
}
.card-techs .card-text {
	padding: 15px 20px;
    height: auto;
}
.images-tech {
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.images-tech .open-modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#modal-tech .modal-conten {
	display: flex;
	justify-content: center;
	align-items: center;    
	height: 100%;
}
#modal-tech .modal-dialog {
    max-width: inherit;
}
@media (min-width: 768px) {
	#modal-tech .modal-analiz {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {	
	.card-techs .news-share {
		justify-content: left;
	}
}
@media (max-width: 479px) {
	#modal-tech .modal-analiz {
		width: 100%;
		padding: 0 15px;
	}
}