@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif !important;
	background: #1f0021 !important;
	padding: 30px 0 0 0;
}
.content-links-op img {
    height: 100px;
    width: 100px;
    margin: 0 auto 15px auto !important;
    clear: both;
    display: block;
}
.content-links-op h1 {
    text-align: center;
    color: #ffffff;
    margin: 0 auto 20px auto;
    padding: 0;
    font-size: 20px;
}
img.verificado {
    height: 15px;
    width: 15px;
    clear: none;
    display: inline;
    margin: 0 !important;
}
.link-item a {
    clear: both;
    display: block;
    text-align: center;
    color: #fff;
	fill: #fff;
    text-decoration: none;
    font-weight: 600;
	font-size: 18px;
    text-transform: uppercase;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
	background: rgba(104,17,110,1);
	background: -moz-linear-gradient(-45deg, rgba(104,17,110,1) 0%, rgba(223,95,52,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(104,17,110,1)), color-stop(100%, rgba(223,95,52,1)));
	background: -webkit-linear-gradient(-45deg, rgba(104,17,110,1) 0%, rgba(223,95,52,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(104,17,110,1) 0%, rgba(223,95,52,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(104,17,110,1) 0%, rgba(223,95,52,1) 100%);
	background: linear-gradient(135deg, rgba(104,17,110,1) 0%, rgba(223,95,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68116e', endColorstr='#df5f34', GradientType=1 );
}
.link-item a:hover {
	color: #ffffff;
}
a.site-ef svg, a.email svg, a.preiodo-gratis svg {
    width: 22px;
    margin-top: -5px;
	margin-right: 5px;
}
a.youtube svg {
    width: 22px;
	margin-top: 2px;
	margin-right: 5px;
}
@media screen and (max-width : 960px) /* Mobile Big / Small */ {
	
}