body {
  font-family: "Titillium Web", sans-serif;
}
h1 {
  font-size: 66px;
  font-weight: 600;
  line-height: 80px;
}
h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
p {
  font-size: 18px;
  color: #999999;
  line-height: 1.8;
  margin-bottom: 0;
}
a:hover {
  text-decoration: none;
}
section {
  padding: 120px 0;
}
.bg-light-grey {
  background-color: rgba(49, 92, 140, 0.5);
}
.etica {
  color: rgba(49, 93, 140, 1);
  margin-top: 40px;
  margin-bottom: 40px;
}
.topmargin-lg {
  margin-top: 60px;
}
.topmargin-sm {
  margin-top: 30px;
}
.topmargin-xs {
  margin-top: 15px;
}
.btn {
  font-size: 14px;
  padding: 15px 26px;
  min-width: 160px;
  border-radius: 2px;
  display: inline-block;
}
.btn-light {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 2px solid #ffffff;
}
.btn i {
  font-size: 14px;
  margin-left: 5px;
}
.navbar {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  min-height: 100px;
}

.nav-link {
  color: rgba(49, 93, 140, 1);
}
.nav-link:hover {
  color: rgba(188, 64, 56, 1);
}
.logo-brand {
  min-width: 160px;
  max-width: 180px;
}
.navbar-toggler {
  font-size: 40px;
}
.navbar-toggler:focus {
  outline: none;
}
.color-footer {
  background-color: rgba(49, 93, 140, 0.3);
}
#hero {
  background-image: url("img/hero.jpg");
  background-size: cover;
  padding-top: 90px;
  min-height: 700px;
  color: #ffffff;
}
#hero h1 {
  color: rgba(49, 93, 140, 1);
  font-weight: 700;
  -webkit-text-fill-color: rgba(49, 92, 140, 1);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 1);
}
#hero p {
  color: rgba(255, 255, 255, 1);
  font-size: 22pt;
  font-weight: 300;
}
.content-center {
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.cdcontainer {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 2px;
}
.cdcontainer img {
  min-width: 100%;
}
.cddetails {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 9000;
}
.cddetails a h2,
.cddetails a p {
  -webkit-text-fill-color: rgb(52, 54, 56);
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 1);
}
.cddetails a h2 {
  font-size: 16pt;
}
.cddetails a p {
  font-size: 14pt;
  margin-top: -25px;
  left: 25px;
  z-index: 9000;
}
.cdcontainer img {
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.cdcontainer:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#footer {
  padding: 80px 0;
  text-align: center;
  color: rgba(49, 92, 140, 1);
}
#footer a {
  color: rgba(49, 92, 140, 1);
}
#footer a:hover {
  color: rgba(49, 92, 140, 1);
}
.footer .list-inline .list-inline-item {
  padding: 10px 15px;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 576px) and (max-width: 767.98px) {
}
@media (max-width: 768px) and (max-width: 991.98px) {
}
@media (max-width: 992px) and (max-width: 1199.98px) {
}
@media (max-width: 1200px) {
}
