/* body {
  min-height: 75rem;
  padding-top: 4.5rem;
} */

h1, h2, h3, h4, h5, h6 {
  color: #001659;
}

.foot h4 {
  /* Your styles here */
  color: #fff;
  font-weight: bold;
}

body { 
  font-family: "Roboto", sans-serif;
  font-size: 16px;

}

.title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 13px;
}

.section-title p {
  font-size: 18px;
  margin-bottom: 0;
}

body {
  color: #001659;
}

h1 {
  font-size: 4rem;
}

.svg {
  width: 100%;
  height: 75vh;
}

.justicia {
  background-image: url("../img/1.jpg");

  display: flex;
  color: #fff;
  position: relative;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-footer {
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 2rem 2rem;
}

.main-raised-footer {
  margin-top: -100px;
  z-index: -1;
  position: relative;
  height: 300px;
}

.foot {
  background-image: url("../img/truck.jpg");
  background-position: 50% 100%;
  background-size: cover;
  display: flex;
  padding: 95px 0 30px;
  margin-top: 25px;
  color: #fff;
  position: relative;
  border-top: 1px solid #233a62;
}

.justicia {
  background-image: url("../img/justicia.jpg");

  display: flex;
  color: #fff;
  position: relative;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serviciosx {
  background-color: #233a62;

  background-image: url("../img/footer_bg.webp");

  display: flex;
  color: #fff;
  position: relative;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bd-navbar {
  min-height: 4rem;
  box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
}

.page-header {
  background-position: 50%;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
}

.bg-header {
  background: url("../img/4.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.section-hey {
  background: url("../img/4.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.main-raised {
  margin-top: -130px;
  z-index: -1;
  position: relative;
  background-color: #fff;
}

.jumbotron {
  padding: 1.5rem 1.5rem;
  z-index: 1020 !important;
  border-radius: 0.3rem;
}

.opacity-0 {
  opacity: 0 !important;
}
.opacity-1 {
  opacity: 0.2 !important;
}
.opacity-2 {
  opacity: 0.4 !important;
}
.opacity-3 {
  opacity: 0.6 !important;
}
.opacity-4 {
  opacity: 0.8 !important;
}
.opacity-5 {
  opacity: 1 !important;
}


.color-orange {
  color: #ff5e14;
}

.color-blue {
  color: #00235a;
}

.btn-orange:hover, .btn-blue:hover {
  color: #fff;  
}

.bg-get {
  background-color: #fff !important;
  background-image:  url("../img/navbar.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.btn-orange {
  color: #fff;
  background-color: #ff5e14;
  border-color: #ff5e14;
}

.btn-blue {
  color: #fff;
  background-color: #012b6e;
  border-color: #00235a;
}

.navbar-brand img { height: 50px;}

.btn-primary {
  color: #fff;
  background-color: #00235a;
  border-color: #012b6e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #012b6e;
  border-color: #00235a;
}

.nav-top {
    top: 20px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1040;
}

.btn-primary:focus {
  color: #fff;
  background-color: #012b6e;
  border-color: #00235a;
  box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #001659;
  border-color: #001659;
}

.btn-outline-primary {
  color: #00235a;
  border-color: #00235a;
}

.btn-outline-primary:hover {
  color: #FFF;
  background-color:  #00235a;
  border-color:  #00235a;
}

.navbar-light .navbar-nav .nav-link {
  color: #00235a;
}

.no-link {
  text-decoration: none;
  color: #001659;
}