﻿/*By default Over Large Screen*/
/* target / context = result * 100 */

@media screen and (min-width: 1600px)
{
    .Wrapper-Main .Wrapper-Main-Footer{
        padding: 330px 0 0 0;
    }
}

/* ============ */
/* Print Styles */
/* ============ */
@media print {
    * {-webkit-print-color-adjust:exact;}
	a, a:visited { text-decoration: underline; }
	
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }


    body,
    .Wrapper-Main *{
        background: none!important;
    }
    
    .Footer .Top{
        padding: 10px 60px 50px 60px;
        margin: 0;
    }

    .Footer .Top .federacao{
        float:      left;
        width:      22px;
        height:     40px;
    }

    .Footer .Top .fifa{
        float:      left;
        width:      52px;
        height:     40px;
        margin:    0 0 0 15px;
    }

    .Footer .Top .uefa{
        float:      left;
        width:      28px;
        height:     40px;
        margin:    0 0 0 15px;
    }

    .Footer .Top .copy{
        float:      left;
        font-size:  12px;
        color:      #000000;
        padding:    12px 0 0 48px;
        font-weight: normal;
    }
	
	
}