body {
    font-family: 'Roboto','Arial','Helvetica', sans-serif;
    font-size: 1rem;
}

a,
a.nav-link {
  color: #1e0e00;
 letter-spacing: .005em;
}

a:hover,
a:focus,
a.nav-link:hover {
  color: #485163;
}

/*Header*/
div.container > header {
  padding-top: 0.5rem;
}

/*Logo*/
div.container > header > div.logo > a {
  /*background-color: #24292d;*/
  display: block;
}

/*Menu*/
div.container > header > nav {
  padding-bottom: 0;
}

div.container > header > nav > div > ul > li > a.nav-link {
  border-radius: 0;
  padding: 0.9rem 0.9rem 1.5rem 0.9rem !important;
}

div.container > header > nav > div > ul > li > a:hover {
  background: #f5f6f7;
  box-shadow: inset 0 -2px 0 #707070;
  transition: 1s;
}

/*Bar Button*/
div.container > header > .navbar-expand-lg.navbar-toggler {
  display: none;
}

div.container > header > .navbar-expand-lg.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/*Contact*/
div.container > header > .contact  {
  font-size: 1.125rem;
}

div.container > header > .contact > .phone  {
  padding-bottom: 0.1rem;
}

div.container > header > .contact > .phone > span,
div.container > header > .contact > .mail > span {
  padding-left: 0.5rem;
}

div.container > header > .contact > .phone > i {
  padding-left: 0.25rem;
}

/*Button*/
div.container > header > button.btn {
  background-color: #0076ce;
  color: #fff;
  font-weight: bold;
  display: grid;
  grid-template-columns: repeat(2, auto);
}

div.container > header > button.btn > span {
  align-self : center;
}

div.container > header > button.btn > span:last-child {
  display: none;
}

div.container > header > button.btn > span > i {
  font-family: 'dell-tech-icons';
  font-size: 1.2rem;
  font-style: normal;
}

div.container > header > button.btn > span > i.dd-help::before {
  content: '\2BD1';
}

div.container > header > button.btn:focus,
div.container > header > button.btn:hover {
  background-color: #00447c;
  border-color: #00447c;
  box-shadow: none;
}

.navbar .navbar-toggler {
    border: 2px solid var(--bs-dark);
    color: var(--bs-dark);
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
}

/*Carousel*/
div.carousel > .carousel-inner > .carousel-item {
  max-height: 20rem;
}

div.carousel > div.carousel-indicators > button {
  border: 1px solid white;
  width: 0.75rem;
  height: 0.75rem;
}

/*Separator*/
div.separator {
  width: 100%;
  height: 0.5rem;
  /*background-color: #0076ce;*/
}

/*Main*/
/*Introduction*/
main > div.container.introduction {
  line-height: 1.5rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
}

main > div.container.introduction > h1 {
  color: #444;
  margin: 0 0 1.5rem 0;
  font-size: 1.75rem;
}

main > div.container.introduction > p {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 200;
  color: #636363;
  text-align: justify;
}

/*Blocks*/
main > div.blocks {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
}

main > div.blocks > div.row {
  color: #fff;
  margin: 0 0 1.5rem 0;
  /*background-image: url('/images/server.jpg');*/
  /*background-position: right;
  background-repeat: no-repeat;
  background-color: #000000;*/
  padding: 4rem;
  font-size: 1.1rem;
}

main > div.blocks > div.row > div.col-sm-6 > h2 {
  font-size: 1.75rem;
}

/*Tab*/
main > div.blocks > div.container > div.row > div.col-sm-12 > ul.nav-fill > li.nav-item > a {
  font-weight: bold;
}

main > div.blocks > div.container > div.row > div.col-sm-12 > ul.nav-fill > li.nav-item > a.active {
  background-color: #0076ce;
}

/*Tab content*/
/*Card*/
main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4 > div.card {
  border: none;
  margin-top: 1.5rem;
}

main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4:nth-child(2n) > div.card > div.card-body {
  padding-left: 0;
  padding-right: 0;
}

main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4 > div.card > div.card-body > a {
  font-size: 1.125rem;
  color: #0076ce;
  text-decoration: none;
}

/*Image*/
main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4 > div.card > div.card-body > a > img {
  transition: 1s;
}

main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4 > div.card > div.card-body > a > h3 {
  font-size: 1.125rem;
  padding: 0;
  margin: 0 0 0.9375rem 0;
  text-align: center;
  position: relative;
}

main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4 > div.card > div.card-body > a:hover > h3 {
  text-decoration: underline;
  z-index: 1;
}

main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4 > div.card > div.card-body > a:hover > img {
  transform: scale(1.1);
}

main > div.blocks > div.container > div.row > div.col-sm-12 > div.tab-content > div.tab-pane > div.row > div.col-sm-4 > div.card > div.card-body > p {
  border-top: 1px solid #aaaaaa;
  padding-top: 0.9375rem;
}

/*Support*/
main > div.container-fluid.support {
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('/images/support.jpeg');
}

main > div.container-fluid.support > div.row > div.col-sm-12 {
  padding: 5.5rem 0;
}

main > div.container-fluid.support > div.row > div.col-sm-12 >div.block > div.substrate {
  width: 40%;
  background-color: #fff;
  padding: 2rem 0;
  opacity: 0.9;
  margin: 0 5%;
  float: right;
}

main > div.container-fluid.support > div.row > div.col-sm-12 >div.block > div.substrate > h2 {
  font-size: 1.75rem;
  text-align: center;
  color: #444;
  margin: 0 0 1.5rem 0;
}

main > div.container-fluid.support > div.row > div.col-sm-12 >div.block > div.substrate > div.text {
  font-size: 1.1rem;
  padding: 0 3rem;
}

main > div.container-fluid.support > div.row > div.col-sm-12 >div.block > div.substrate > div.text > a.btn {
  background-color: #0076ce;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

main > div.container-fluid.support > div.row > div.col-sm-12 >div.block > div.substrate > div.text > a.btn:hover {
  background-color: #00447c;
  border-color: #00447c;
  box-shadow: none;
}

/*News*/
main > div.container-fluid.news {
  padding: 1.5rem 0;
  background: #f5f6f7;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card {
  cursor: pointer;
}

main > div.container-fluid.news > div.container > h2 {
  color: rgb(68, 68, 68);
  margin: 0px 0px 1.5rem;
  font-size: 1.75rem;
  text-align: center;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-body > p.card-text > a,
main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-footer > small > a {
  color: #0076ce;
  text-decoration: none;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-body > p.card-text > a:hover {
  text-decoration: underline;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-footer > small > a > i.arrow-right {
  font-family: 'dell-tech-icons';
  font-style: normal;
  transition: 0.5s;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-footer > small > a {
  padding-right: 0.25rem;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-footer > small > a > i.arrow-right::before {
  content: '\2192';
  position: relative;
  top: 0.1875rem;
  left: 0.3125rem;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-body > h3.card-title {
  font-size: 1.25rem;
  padding: 0;
  margin: 0 0.9375rem 0.9375rem 0.9375rem;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-body > p.card-text {
  border-top: 1px solid #aaaaaa;
  padding-top: 0.9375rem;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-footer  {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

main > div.container-fluid.news > div.container > div.row > div.col > div.card > div.card-footer > small:last-child {
  text-align: right;
}

/*PowerStore*/
main > div.container-fluid.ps {
  padding: 2.5rem 0 1.5rem 0;
}

main > div.container-fluid.ps > div.container > div.row > div.col-sm-6 {
  text-align: center;
  max-height: 12.8125rem;
}

main > div.container-fluid.ps > div.container > div.row > div.col-sm-6 > img {
  transition: 1s;
  max-width: 97%;
  position: relative;
}

main > div.container-fluid.ps > div.container > div.row:hover > div.col-sm-6 > img {
  max-width: 100%;
}

main > div.container-fluid.ps > div.container > div.row > div.col-sm-6 > h2 {
  color: rgb(68, 68, 68);
  margin: 0px 0px 1.5rem;
  font-size: 1.75rem;
}

main > div.container-fluid.ps > div.container > div.row > div.col-sm-6 > p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

main > div.container-fluid.ps > div.container > div.row > div.col-sm-6 > a {
  font-size: 1.125rem;
  color: #0076ce;
  text-decoration: none;
}

main > div.container-fluid.ps > div.container > div.row > div.col-sm-6 > a > i.arrow-right::before {
  content: '\2192';
  position: relative;
  left: 0.3125rem;
}

/*Eco*/
main > div.container-fluid.eco > div.row > div.col-sm-12 {
  background: rgba(0, 0, 0, 0.3)
}

main > div.container-fluid.eco > div.row > div.col-sm-12 > div.container > h2  {
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  padding: 1.5rem 0;
  margin: 0;
}

main > div.container-fluid.eco > div.row > div.col-sm-12 > div.container > div.text {
  text-align: center;
  color: #ffffff;
  width: 65%;
  margin: 0 auto;
  padding: 0 0 1rem 0;
}

/*Footer*/
footer {
  background-color: #f0f0f0;
  font-size: 0.875rem;
}

footer > div.container > div.row > div.col-sm-5 {
  align-self: center;
}

footer > div.container > div.row > div.col-sm-5:last-child {
  text-align: right;
}

footer > div.container > div.row > div.col-sm-2 > span.logo {
  font-family: 'dell-tech-icons';
  font-style: normal;
  font-size: 4.5rem;
  color: #0076ce;
  line-height: normal;
  display: block;
  text-align: center;
}

footer > div.container > div.row > div.col-sm-2 > span.logo::before {
  content: '\E938';
}

footer > div.container > div.row > div.col-sm-5 > a {
  text-decoration: none;
}

footer > div.container > div.row > div.col-sm-5 > a:hover {
  text-decoration: underline;
}

/*Modal*/
div.modal-dialog > div.modal-content {
  background-color: #0076CD;
  padding: 0.625rem;
}

div.modal-dialog > div.modal-content > div.modal-body {
  background-color: #ffffff;
}

div.modal-dialog > div.modal-content > div.modal-body > h5.modal-title {
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0.9375rem 0.9375rem;
  line-height: normal;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-group {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-group > .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1rem;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-group.hidden {
  display: none;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-group > .form-control::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-group > .form-control:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-group > .form-control::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.42857143;
    color: #bdbdbd;
    font-weight: 400
}

/*Model - Check*/
div.modal-dialog > div.modal-content {

}

div.modal-dialog > div.modal-content > a.close > i.close {
  font-family: 'dell-tech-icons';
  font-style: normal;
  font-size: 1.5rem;
  color: #000000;
  line-height: normal;
  display: block;
  text-align: center;
}

div.modal-dialog > div.modal-content > a.close > i.close::before {
  content: '\01F5F5';
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check {
    text-align: center;
    margin-bottom: 0;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check > div {
    display: inline-block;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check .form-check-label {
    font-size: 0.8rem;
    cursor: pointer;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check input[type=checkbox] {
    display: none;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check .check-box:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f111';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.2rem;
  font-size: 1.1rem;
  color: #0076CD;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check input[type=checkbox]:checked + label:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: -1.31rem;
  font-size: 1.1rem;
  color: #0076CD;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check > div > .form-check-label > a {
    color: #0076ce;
    text-decoration: none;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > .form-check > div > .form-check-label > a:hover {
  text-decoration: underline;
}

div.modal-dialog > div.modal-content > div.modal-body > .form-cp > div.help-block {
  text-align: center;
  font-size: 0.8rem;
}
