﻿.MainContent{
    padding: 0px; 
    padding-top: 70px;
}
.Title_Section{
    display: none !important;   
}
.SectionMain{
    position:relative;    
}
.SectionImagensInfo{
    position: absolute;
    top:20px;
    right:30px;
    font-size: 40px;
    font-weight: 800;
}
.SectionComprarBilhete{
    position: relative;
    margin-top: -10px;
}
.SectionAnuncios,
.SectionEventos,
.SectionRedeMuseus{
    padding: 30px 10%;
}
.MapPlaceHolder{
     min-height: 500px;   
}

/****** Anuncio *******/
.AnuncioImage{
    width: 100%;
}
.AnuncioImage img{
  max-width: 300px;
  max-height: 200px;
}
.phone .AnuncioImage img{
    max-width:100%;
}
.AnuncioContent{
    width: 100%;
}
.AnuncioCard{
    width: 100%; 
    padding: 10px;
}
.tablet .AnuncioImage,
.tablet .AnuncioContent,
.phone .AnuncioImage,
.phone .AnuncioContent{
    width: 100%;   
}