.popup-container{width:100vw;min-height:100vh;background-color:rgba(50,50,50,.8);opacity:0;display:none;position:fixed !important;top:0 !important;left:0 !important;z-index:12000 !important}@keyframes showpop{0%{opacity:0}100%{opacity:1}}@keyframes hidepop{0%{opacity:1}100%{opacity:0}}.popup-box{margin:auto;width:100%;height:100vh;max-width:1024px;background:#fff;box-shadow:0px 0px 10px 5px rgba(0,0,0,0.25);overflow-y:scroll;scrollbar-width:thin;-webkit-scrollbar-width:thin;padding:0 0 20px 0}.lineover-header{width:100%;height:10px}.popup-header{width:100%;height:71px;display:flex;padding:10px;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10}.popup-header .logo-popup{width:140px}.popup-content{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 30px}.popup-content h2{text-align:start;width:100%;font-weight:700;padding:0 0 0 10px;margin:30px 0 0 0}.popup-content img{max-width:100% !important}.popup-content ul{padding:0 20px}.content-text-popup{padding:20px 30px 20px 20px;text-align:justify}.cerrar-modal{font-weight:bold;cursor:pointer;border:0px;padding:10px 25px}.popup-volver img{margin-right:10px}.popup-container .video-container{width:100%;margin-top:20px}.popup-container .video-container video{width:100%}.popup-container .video-container iframe{width:100%;height:450px}.popup-container h4 span{padding:10px !important}@media(max-width:1024px){.popup-box{margin:0;padding-bottom:150px}.popup-box .popup-header{padding:0 20px}.popup-container .video-container iframe{height:380px}}@media(max-width:767px){.popup-content h2{padding:0 15px}.content-text-popup{padding:0;max-width:90%}}@media(max-width:600px){.popup-content{padding:0}.popup-container .video-container{margin-top:0}.popup-container .video-container iframe{height:300px}}@media(max-width:420px){.popup-container .video-container iframe{height:225px}}