/*
Theme Name:   Digital Vision
Description:  Digital Vision Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery.swipebox/1.4.4/css/swipebox.min.css");
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV-hs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUJ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKXGUehs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKW-U-hs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format('truetype');
}
.container {
  max-width: 980px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #24292e;
  font-size: 16px;
  line-height: 1.65;
  word-wrap: break-word;
  box-sizing: border-box;
}
h1 {
  font-size: 32px;
  font-weight: 700;
}
h2 {
  font-size: 26px;
  font-weight: 600;
}
h3 {
  font-size: 21px;
  font-weight: 600;
}
strong {
  font-weight: 600;
  color: #111;
}
a {
  color: #0366d6;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover {
  opacity: 0.75;
}
table {
  display: block;
  width: 100%;
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse;
}
table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}
table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
table td,
table th {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}
img.alignleft {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
}
img.alignright {
  float: right;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.page-title strong {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
}
header#header {
  background: #f5f5f5;
  padding: 15px 0 35px;
}
#navbar {
  padding: 25px 0 0;
  border-bottom: 2px solid #f5f5f5;
  display: block;
  width: 100%;
}
#navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navbar li {
  display: inline-block;
}
#navbar li a {
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
#navbar li:first-child a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}
#navbar li.current_page_item a {
  color: #000;
  border-bottom: 2px solid #dedede;
}
#page-submenu .content {
  padding: 60px 0;
  margin-bottom: 60px;
  border-bottom: 4px solid #eaecef;
}
#page-submenu .content h1 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
#page-submenu .content ul {
  line-height: 1.8;
}
#page-submenu .content ul li + li {
  margin-top: 0.25em;
}
#page-content .row {
  margin-bottom: 45px;
}
#page-content .row > .col-md-12 > h2 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.subsections {
  margin: 30px 0;
}
.subsections > div {
  background: #f9f9f9;
  padding: 30px;
  border-left: 3px solid #eaeaea;
}
.subsections > div h3 {
  border-bottom: 1px solid #eaecef;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.subsections > div + div {
  margin-top: 25px;
}
