@charset "UTF-8";
@media (max-width: 590px) {
  html {
    --scrollbarBG: #ddd;
    --thumbBG: #00664A;
  }
}
.login-restricted {
  position: absolute;
  top: 10%;
  right: 0;
  font-size: 15px;
  margin-right: 31px;
  display: flex;
  align-items: center;
}
.login-restricted:before {
  content: "";
  display: block;
  background: url(../../img/area-riservata/restricted-icon-mini.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: contain;
}
.login-restricted .lnk {
  color: #00664A;
}

.mobmenu .login-restricted {
  top: 34%;
  font-size: 13px;
  right: 50px;
  margin-right: 0;
}

.restricted-area .title_alulen {
  font-size: 42px;
}
.restricted-area .btn {
  min-height: 50px;
  padding: 0 75px;
  border: 2px solid #00664A !important;
  border-radius: 0;
  font-size: 24px;
  font-weight: 600;
  color: #00664A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.restricted-area .btn.reverse {
  background-color: #00664A;
  color: #fff;
}
.restricted-area .btn.reverse:hover {
  color: #00664A;
  background-color: #fff;
}
@media (max-width: 600px) {
  .restricted-area .btn {
    padding: 0 20px;
    width: 100%;
  }
}
.restricted-area .btn:focus {
  outline: none;
  box-shadow: none;
}
.restricted-area .btn:hover {
  background-color: #00664A;
  color: #fff;
}
.restricted-area .btn.btn-go:after {
  content: "";
  background: url(../../img/area-riservata/right-arrow.svg) 0 0 no-repeat;
  width: 28px;
  height: 20px;
  margin-left: 8px;
  background-size: contain;
}
.restricted-area .btn.btn-go:hover:after {
  background-image: url(../../img/area-riservata/right-arrow-white.svg);
}
.restricted-area .main-container {
  margin-bottom: 100px;
}
.restricted-area .resctricted-form {
  margin: 100px 0 130px;
  display: flex;
  gap: 70px;
  justify-content: space-between;
  min-height: 700px;
}
@media (max-width: 980px) {
  .restricted-area .resctricted-form {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .restricted-area .resctricted-form {
    margin: 40px 0;
  }
}
@media (max-width: 490px) {
  .restricted-area .resctricted-form {
    text-align: center;
  }
}
.restricted-area .resctricted-form h1 {
  display: flex;
  margin-bottom: 30px !important;
  align-items: center;
}
@media (max-width: 490px) {
  .restricted-area .resctricted-form h1 {
    display: block;
    text-align: center;
  }
}
.restricted-area .resctricted-form h1:before {
  content: "";
  display: block;
  background: url(../../img/area-riservata/restricted-icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-size: contain;
}
@media (max-width: 490px) {
  .restricted-area .resctricted-form h1:before {
    margin: 0 auto 20px auto;
  }
}
.restricted-area .resctricted-form .title {
  font-size: 30px;
  font-weight: 600;
  color: #00664A;
}
.restricted-area .resctricted-form p {
  font-size: 21px;
  color: #000;
}
.restricted-area .resctricted-form .side {
  width: 50%;
  padding: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) {
  .restricted-area .resctricted-form .side {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .restricted-area .resctricted-form .side {
    padding: 20px;
  }
}
.restricted-area .resctricted-form .side.form-side {
  background-color: #F2F2F2;
}
.restricted-area .resctricted-form .side.form-side .inside {
  width: 420px;
}
.restricted-area .resctricted-form .side.form-side .inside form {
  margin: 30px 0 10px 0;
}
.restricted-area .resctricted-form .side.form-side .inside form .field {
  background-color: #fff;
}
.restricted-area .resctricted-form .side.form-side .inside form input {
  border: 0;
  margin-bottom: 30px;
  width: 100%;
  min-height: 50px;
  padding: 5px 20px;
}
.restricted-area .resctricted-form .side.form-side .inside form .btn {
  margin-bottom: 30px;
  font-weight: 600;
  width: 100%;
  min-height: 50px;
}
.restricted-area .resctricted-form .side.form-side a.lost {
  color: #666;
  font-size: 21px;
}
.restricted-area .resctricted-form .side.content-side {
  padding-top: 10px;
  padding-bottom: 10px;
}
.restricted-area .modalbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.restricted-area .modalbox .outer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.restricted-area .modalbox .outer .inner {
  width: 40%;
  padding: 60px;
  background: #fff;
}
@media (max-width: 980px) {
  .restricted-area .modalbox .outer .inner {
    width: 95%;
  }
}
@media (max-width: 590px) {
  .restricted-area .modalbox .outer .inner {
    text-align: center;
  }
}
.restricted-area .modalbox .outer .inner .btns {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
@media (max-width: 590px) {
  .restricted-area .modalbox .outer .inner .btns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.restricted-area .modalbox .outer .inner .btns .btn {
  width: 50%;
  padding: 0;
}
@media (max-width: 590px) {
  .restricted-area .modalbox .outer .inner .btns .btn {
    order: 2;
    width: 100%;
  }
  .restricted-area .modalbox .outer .inner .btns .btn.reverse {
    order: 1;
  }
}
.restricted-area .modalbox .outer .inner .field {
  background-color: #F2F2F2;
  border: 0;
  margin-bottom: 30px;
  width: 100%;
  min-height: 50px;
  padding: 5px 20px;
}
.restricted-area .restricted-header {
  margin: 40px 0 30px;
}
.restricted-area .restricted-header .title_alulen {
  text-align: center;
}
.restricted-area .restricted-header .btns {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 590px) {
  .restricted-area .restricted-header .btns {
    gap: 15px;
  }
}
.restricted-area .restricted-header .btns .btn {
  font-size: 21px;
  font-weight: normal;
}
.restricted-area .restricted-header .btns .btn.active {
  background-color: #EDBB1A;
}
.restricted-area .restricted-header .btns .btn.active:hover {
  color: #00664A;
}
.restricted-area .breadcrumb {
  padding: 30px 30px 0 30px;
  background: #F2F2F2;
  border-radius: 0;
  font-size: 18px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 590px) {
  .restricted-area .breadcrumb {
    flex-direction: column;
    padding-top: 0;
    padding: 30px 15px 0 15px;
  }
}
.restricted-area .breadcrumb .path a {
  color: #000;
}
.restricted-area .breadcrumb .path .separator:before {
  margin-left: 5px;
  margin-right: 5px;
  content: "›";
}
@media (max-width: 590px) {
  .restricted-area .breadcrumb .path {
    order: 2;
    font-size: 14px;
    margin-top: 10px;
    display: none;
  }
}
.restricted-area .breadcrumb .back {
  display: none;
  font-weight: bold;
  color: #00664A;
}
@media (max-width: 590px) {
  .restricted-area .breadcrumb .back {
    order: 1;
  }
}
.restricted-area .container-folders {
  background-color: #F2F2F2;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
@media (max-width: 920px) {
  .restricted-area .container-folders {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .restricted-area .container-folders {
    padding: 30px 15px;
  }
}
.restricted-area .container-folders .folder {
  width: 230px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 18px;
  color: #00664A;
  transition: 0.3s;
  text-align: center;
}
.restricted-area .container-folders .folder:before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../../img/area-riservata/folder-icon.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.restricted-area .container-folders .folder:hover {
  text-decoration: none;
  background-color: #00664A;
  color: #fff;
}
.restricted-area .container-folders .folder:hover:before {
  background: url(../../img/area-riservata/folder-icon-white.svg) center center no-repeat;
}
.restricted-area .container-docs {
  background-color: #F2F2F2;
  padding: 30px;
}
@media (max-width: 600px) {
  .restricted-area .container-docs {
    padding: 30px 15px;
  }
}
.restricted-area .container-docs .table-docs {
  overflow-x: auto;
}
.restricted-area .container-docs .table-docs::-webkit-scrollbar {
  width: 5px;
}
.restricted-area .container-docs .table-docs::-webkit-scrollbar-track {
  background: #ddd;
}
.restricted-area .container-docs .table-docs::-webkit-scrollbar-thumb {
  background: #00664A;
}
.restricted-area .container-docs .table-docs table {
  width: 100%;
}
.restricted-area .container-docs .table-docs table thead tr {
  border-top: 1px solid #00664A;
  border-bottom: 1px solid #00664A;
}
.restricted-area .container-docs .table-docs table thead tr th {
  padding: 10px 5px;
  font-weight: normal;
  white-space: nowrap;
}
.restricted-area .container-docs .table-docs table thead tr th:first-child {
  min-width: 30px;
}
.restricted-area .container-docs .table-docs table tbody td {
  padding: 15px 5px;
  white-space: nowrap;
}
.restricted-area .download-lnk {
  display: inline-block;
  background: url(../../img/area-riservata/download-icon.svg) 0 0 no-repeat;
  width: 22px;
  height: 20px;
  margin-left: 8px;
  background-size: contain;
}
.restricted-area .container-videos {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F2F2F2;
  padding: 30px;
}
@media (max-width: 600px) {
  .restricted-area .container-videos {
    padding: 30px 15px;
  }
}
.restricted-area .container-videos .video {
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}
.restricted-area .container-videos .video iframe {
  width: 100%;
  min-height: 450px;
}
.restricted-area .container-videos .video .title-video {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 590px) {
  .restricted-area .container-videos .video .title-video {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .restricted-area .footer-navigation > .container .menu_footer {
    width: 100%;
    display: none;
  }
}/*# sourceMappingURL=restricted-area.css.map */