* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}
html, body, header, main, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
}
li {
	list-style: none;
}
a {
    outline: none;
    text-decoration: none;
}
main {
	max-width: 595px;
}
h3{
    font-size: 30px;
    padding: 10px;
    font-weight: 600;
    color: rgb(17, 67, 103);
}
/*INDEX*/

.transfer{
    max-width: 100%;
    background-color: #ebebeb;
}
.hide {
    display: none;
}
select  {
    font-family: 'Open Sans', sans-serif;
	width: 250px;
	height: 40px;
	background-color: rgba(61, 82, 98, 0.7);
	border: 1px solid #fff;
	display: inline-block;
	font-weight: 600;
	line-height: 20px;
	color: #d93454;
	padding-left: 15px;
	font-size: 15px;
	margin: 10px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;	
	background-position: 90% center, 10px center;
	background-size: auto, 30px;
	outline: none;
	color: transparent;
    text-shadow: 0 0 0 #ffffff;
	border-radius: 0px;
    background-image:url(../img/arrow_down.png);
}
#evento{
	text-align: center;
	background-size: cover;   
}
#evento p {
	font-weight: 400;
	font-size: 16px;
}
.teams {
    display: block;
	padding: 5px;
    background-color: rgba(134, 134, 134, 0.69);
}
@media screen and (max-width:500px) {
    main .imgdesktop {
        display: none;
    }
    main .imgphone {
        display: block;
    }    
}
@media screen and (min-width:501px) {
    main .imgdesktop {
        display: block;
    }
    main .imgphone {
        display: none;
    }    
}