*{
    margin: 0;
}

body{
   font-family: 'flamabook', 'arial', sans-serif;
    color: #222222;
    
}


@font-face {
    font-family: 'flamabook';
    src: url('fontes/flama-book-webfont.eot');
    src: url('fontes/flama-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/flama-book-webfont.woff') format('woff'),
         url('fontes/flama-book-webfont.ttf') format('truetype'),
         url('fontes/flama-book-webfont.svg#flamabook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flamamedium';
    src: url('fontes/flama-medium-webfont.eot');
    src: url('fontes/flama-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/flama-medium-webfont.woff') format('woff'),
         url('fontes/flama-medium-webfont.ttf') format('truetype'),
         url('fontes/flama-medium-webfont.svg#flamamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


#mapa{
    background: url(images/mapa.png) no-repeat;
    height: 527px;
    position: relative;
}

h2{
    margin-bottom: 20px;
}

#atletas{
    width: 960px;
    
}
#slider1{
    background: #000;
}
.slide{
   background: #FFF;
   font-family: 'flamamedium';
    font-size:14px;
    padding-left: 20px;

}
.slide img{
    float: left;
}
.slide ul{
    list-style: none;
    margin-top: 15px;
}
.slide strong{  
    font-family: 'flamabook';
}
.medina{
    float: left;
    
}
#medina strong{
    font-family: 'flamamedium';
}
#medina{
    height: 590px;
    margin-top: 20px;
}
#medina h2{
    font-size: 28px;
    border-bottom: 1px solid #BBBBBB;
    
}
#medina ul{
    list-style: none;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    font-size:14px;
}
#medina ul li{
    margin-bottom: 5px;
}
#texto{
    width: 360px;
    float: left;
    margin-left: 40px;
}

#medina_video{
    float: left;
    width: 480px;
    height: 280px;
    margin-right: 20px;
}
#texto_video{
    float: left;
    width: 370px;
}
#texto_video h2{
 font-size: 20px;
    margin-top: 30px;
    margin-bottom:10px;
    border-bottom: none;
}
#video{
    float: left;
    margin-top: 50px;
    background: #EEEEEE;
 
    width: 960px;
    border-radius: 8px;
}
#brasileiros{
    width: 940px;
}

#overlay {
    position:absolute;
    background: rgba(255,255,255,0.8);
    width:100%;
    height:100%;
    z-index:99999;
}

#overlay > .surf-box {
    display:none;
}

.surf-box {
    background: #fff;
    width:700px;
    position: relative;
    margin: 0 auto;
    top: 100px;
    height: 340px;
    min-height:300px;
    -webkit-box-shadow: -1px 9px 28px -3px rgba(0,0,0,0.38);
    -moz-box-shadow: -1px 9px 28px -3px rgba(0,0,0,0.38);
    box-shadow: -1px 9px 28px -3px rgba(0,0,0,0.38);
    border-radius:5px;
    padding: 30px;
}
.surf-box img{
    display: block;
    border-radius: 5px;
    float: left;
    width: 350px;
}
.surf-box p{
    float: left;
    width:300px;
    margin-left: 23px;
}

.surf-box small{
    position: absolute;
    color: #CCCCCC;
    bottom:10px;
}
#close-surf-box {
    width: 20px;
    height: 22px;
    position: absolute;
    left: 830px;
    top:120px;
    z-index: 100000;
    opacity: 0.5;
    cursor: pointer;
}

#close-surf-box:hover {
    opacity:1;
}

#mapa a:link{
    
    background: #e84d0e;
    text-decoration: none;
    border-radius: 50%;
    color:#FFFFFF;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    padding: 5px;
    
}
#mapa a:hover{
    
    background: #e84d0e;
    
}

#mapa a:visited{
    color:#FFFFFF;
    background: #e84d0e;
    
}
#video-1{
    
    position: absolute;
    left:850px;
    top: 358px;
    
}

#video-2{
    
    position: absolute;
    left:800px;
    top: 384px;
    
}

#video-3{
    
    position: absolute;
    left:734px;
    top: 355px;
    
}

#video-4{
    
    position: absolute;
    left:255px;
    top: 340px;
    
}

#video-5{
    
    position: absolute;
    left:890px;
    top: 295px;
    
}

#video-6{
    
    position: absolute;
    left:460px;
    top: 380px;
    
}

#video-7{
    
    position: absolute;
    left:40px;
    top: 350px;
    
}

#video-8{
    
    position: absolute;
    left:55px;
    top: 120px;
    
}


#video-9{
    
    position: absolute;
    left:400px;
    top: 90px;
    
}

#video-10{
    
    position: absolute;
    left:380px;
    top: 120px;
    
}

#video-11{
    
    position: absolute;
    left:10px;
    top: 210px;
    
}

p strong{ 
    
      font-family: 'flamamedium';
}



a:link{
    color: #e64e22;
}

a:visited{
    color: #e64e22;
}

#msg{
    width: 100%;
    padding: 10px;
    background: #EEE;
    color:#222222;
    margin-bottom: 20px;
}


