.estatico{opacity: 0; height:0px !important;   padding: 0!important; top: -10%;  border: solid transparent 3px;}
.estatico_out{ opacity: 0!important;  height:0px !important;   padding: 0!important; top: -10%;  border: solid transparent 3px;}
#region_pais{position: fixed;  width: 380px; height: 160px; padding: 30px; border-radius:10px ; text-align: center; left: 0; right: 0; top:0; bottom:0; display: block;margin: auto; top: -35%; color:#939393; background: #FFFFFF;  border: solid #EDEDED 2px; overflow: hidden;box-shadow: 0px 10px 35px -21px #000;
    -webkit-transition: all 0.6s ease-in-out 0.1s;
    -moz-transition: all 0.6s ease-in-out 0.1s;
    -ms-transition: all 0.6s ease-in-out 0.1s;
    -o-transition: all 0.6s ease-in-out 0.1s;
    transition: all 0.6s ease-in-out 0.1s;}
#pais_cont{		
    width: 100%; position: absolute; display: block;   margin: auto; left: 0; right: 0; 
}
#region_pais a{ width:10%; display: inline-flex; margin: 5px; border: solid transparent 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;}
#region_pais a:hover{ transform:scale(1.2); border: solid #D8D8D8 3px; box-shadow: 0px 10px 35px 1px #E0E0E0}
#region_pais a img{ width:100%; opacity: 0 }
.outpaises{ display: none!important}
#marco_paises{z-index: 100000; position: fixed; height: 100%; width: 100%; left: 0; right: 0; top: 0; bottom: 0; background-color:hsla(0, 100%, 40%, 0.6);}

@media (max-width: 650px) {
    #region_pais{position: fixed;  width: 90% !important; height: 160px }	
}