body {
  font: 1em/1.5 "Montserrat", sans-serif;
}
.hero {
box-shadow: inset 0 0 0 1000px rgba(76, 69, 174, 0.7);
}

.hero .principal {
background-color: #4c45ae;
position: relative;
margin: 10rem 0 0 auto;
padding-left: 4rem;
width: 50%;
}
.hero .principal::before {
background-color: #6ac100;
bottom: auto;
content: "";
position: absolute;
height: 3.75rem;
top: 0;
width: 4px;
left: 2rem;
}
 
.hero .l-box {
background-color: #fff;
border: none;
margin: 0 0 0 auto;
width: 50%;
}

.widget-middle-advert li .card {
background: #f6f6f6;
border: none;
box-sizing: border-box;
box-shadow: none;
border-radius: 0;
}

.widget-middle-advert li:nth-of-type(2) .card  {
  background-color: #f0f0f0;
}

.widget-middle-advert li .card .l-frame {
 border: none;
}
.widget-middle-advert li .card .card__heading a,
.widget-middle-advert li .card .card__heading a:visited,
.widget-middle-advert li .card .card__heading a:hover,
.widget-middle-advert li .card .card__heading a:active {
  color: #3b3a45;
}

.widget-latest-news h2 {
font-weight: 300;
  letter-spacing: 0.375rem;
  text-transform: uppercase;
font-size: 1.125rem;
  margin: 0 0 0.5rem;
}
.widget-latest-news .card {
background-color: #f6f6f6;
border: none;
box-shadow: none;
border-radius: 0;
}

.global-footer {
background: #4c45ae;
}

.global-footer .l-cluster {
border-top: 1px solid #fff;
padding-top: 2rem;
}
