﻿.mapaevora img,
.mapaevoraohover img{
    max-width: 100%;  
    max-height:480px;  
}


.AreaContainer{
    width: 300px;
    /* max-width: 100%; */
    text-align: center;
    border: 1px solid #D3E3E6;
    border-radius: 20px;
    min-height: 32px;
    line-height: 30px;
}

.AreaContainer.Map{
    background: #D3E3E6;
}


.AreaContainer.activa,
.AreaContainer:hover{
    background:rgb(31,94,118);
    color: #fff; 
}


.desktop .mapaevoramenu{
    width:210px;
}

.tablet  .mapaevoramenu,
.phone .mapaevoramenu{
    width:100%;
}


.tablet  .mapaevoramenu .AreaContainer,
.phone .mapaevoramenu .AreaContainer{
   margin-left: 5px;
   width:auto;
   padding: 0px 10px;
}

.GMapa .MapPlaceHolder{
   min-height: 480px;   
}

.tablet .MapPlaceHolder{
    min-height: 300px;   
}

.phone .MapPlaceHolder{
    min-height: 200px;   
}