.lanzadorPopUpComboPolitica{cursor:pointer;}
.fondoComboPolitica{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index: 9999;display: none;}
.contenedorVentanaModalComboPolitica{width:90%;height: 500px;z-index: 99999;background:white;  border-radius: 5px;display: none;height: auto;position: fixed;top: 320px;left: 50%;transform: translate(-50%,-50%);padding: 16px;}


.contenidoPopComboPolitica {    overflow: auto;padding:9px;
    max-height: 475px;} 
.closeXComboPolitica{cursor: pointer;position: absolute;right: -15px;color: white;font-size: 19px;font-weight: bold;top: -24px;}

.contenedorPolitica h2:before{border-bottom:solid 2px black;width:100%;height:2px;}
.contenedorPolitica p{text-align:justify;}






@media (min-width: 500px) {
  .contenedorVentanaModalComboPolitica{ width:436px;}
}

@media (min-width: 992px) {
    .imgPopup {display:initial;}
  .contenedorVentanaModalComboPolitica{    width: 617px;height:auto;}
}

@media (min-width: 1200px) {} 
