.encuesta .hs-embed-wrapper {max-width: 1200px !important;}
@media screen and (min-width: 660px) {
    .danfuY {
        font-size: 18px !important;
    }
}

{#
.azul_degradado {
  background: linear-gradient(270deg, #2F4DAA 0%, #1A2441 100%);
}

.popover {
  position: relative;
  border: 1px solid #ddd;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.10);
  max-width: 90%;
  margin: 0 auto;
  position: fixed;
  top: 10px;
  height: 96%;
}
.cerrar-popOver {
    background: none;
    border: 0;
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 9;
    font-size: 17px;
}

@media only screen and (min-width: 1020px) {
  .popover {
    max-width: 1200px;
    padding: 32px;
    top: calc(50% - 320px);
    height: 640px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1020px) {
  .popover { 
    zoom: 85%;
    top: calc(50% - 320px);
    height: 640px;
  }
}  
.popover::backdrop {
  background: rgba(0,0,0,0.5);
}
#}