﻿#ElencoCataloghi { display: flex; flex-flow: row wrap; justify-content: center; }
.ContNotiziaCatalogo{ max-width: 256px; padding-right: 20px; padding-left: 20px; margin-bottom: 50px; }
.ContNotiziaCatalogo h3{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 47px; font-weight: 600; font-size: 17px; }
#attesaDownload{ position: fixed; top: 0; left: 0; z-index: 999999; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-color: rgba(0,0,0,0.5); }
#attesaDownload .loader{ border: 12px solid #f3f3f3; border-top: 12px solid #EDDB35; border-radius: 50%; width: 120px; height: 120px; animation: spin 1s linear infinite; }
#attesaDownload section{ padding: 35px; background-color: #EDDB35; position: relative; overflow-y: auto; }
#attesaDownload section svg{ position: absolute; top: 3px; right: 12px; width: 16px; cursor: pointer; }
#attesaDownload p{ display: flex; justify-content: space-between; flex-flow: row wrap; margin-top: 21px; margin-bottom: 0; }
#attesaDownload h3{ margin-top: 14px; }
#completaReg, #scaricaPdf{ border-width: 0; text-transform: uppercase; background-color: #fff; font-weight: 700; font-size: 1rem; padding: 10px 21px; letter-spacing: 1px; border-radius: 100vw; }
#app h1, #ElencoCataloghi{ padding: 15px 4% 0px 4%; }

@media(max-width: 768px){
	#scaricaPdf{ margin-top: 21px; }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}