﻿/* my custom style */

.footer-page-list {
    list-style-type: decimal;
}

.footer-page-list ul {
  list-style-type: square;
  padding-left: 20px;
}

.footer-page-list ul li {  
  font-weight: 300 !important;
}

.footer-page-subtitle {
    font: normal normal 600 1.25em Gilroy;
    text-transform: uppercase;
    font-size: 1.25em;
}

.footer-page-container {
    font-family: Gilroy;
    font-size: 1em;
    color: #000000;
    text-align: justify;
}

.footer-page-container a {    
    font: normal normal 600 1em Gilroy;
    color: #000000;
}

.footer-page-container a:hover {
    font: normal normal 600 1em Gilroy;
    color: #4128C3;
}

.footer-page-local-table {
    height: 50px;
    font: normal normal 300 1em Gilroy;
    margin: 20px 0;
}

.footer-page-local-table-head {
    background: #F1F1F1;
    text-align: center;
    font: normal normal 600 1em Gilroy;
}

.table-text-centered {
  text-align: center;  
}

.footer-page-local-table tr td {
    padding: 10px;
    border: 1px solid #000000;
}

.footer-page-table-container {
    display: flex;
    justify-content: center;
}

.asked-question-list li {
  font-weight: 600;
  margin-top: 20px;
}

.asked-question-list li:first-child {
  margin-top: 0;
}

.terms-use-title-1 {
  margin-left: 10px;
}

.terms-use-title-2 {
  margin-left: 20px;
}

.terms-use-title-3 {
  margin-left: 5px;
}

.employee-services-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.employee-services-page p {
  text-align: center;
}

.privacy-policy-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
}

.privacy-policy-container p {
  line-height: 30px;
  text-align: justify;
}

.privacy-policy-content > p + p {
  margin-top: 20px;
}

.privacy-policy-container .final-considerations > p {
  margin: 0;
}

.privacy-policy-container ol, .privacy-policy-container ul {
  padding-left: revert;
}

.privacy-policy-container > ol {
  padding-left: 17.5px;
}

.privacy-policy-container > ol li::marker {
  font-weight: bold;
}

.privacy-policy-container ol li  {
  line-height: 30px;
  text-align: justify;
}

.privacy-policy-container ol li + li {
  margin-top: 20px;
}

.privacy-policy-container ul {
  list-style-type: disc;
}

.privacy-policy-container .cookies-table-info {
  width: 100%;
  border-spacing: 0;
}

.privacy-policy-container .cookies-table-info tbody td {
  border-top: 2px solid rgb(235, 235, 235);
  padding: 10px 20px 10px 0;
  line-height: 25px;
}

.privacy-policy-container .cookies-table-info thead th {
  padding-right: 20px;
}