@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap");

.TEMPLATE {
  overflow-x: hidden;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.TEMPLATE .header {
  background-color: #93c020;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0 10px 0;
}

.TEMPLATE .header .divider {
  --o-border-color: color-mix(in srgb, rgb(33, 37, 41) 15%, transparent);
  border-top: 1px solid var(--o-border-color);
}

img.logo {
  max-width: 200px;
}

.TEMPLATE .TEMPLATE-Menu {
  border-radius: 4px;
  margin: 15px 0 0 0;
  padding: 0px 0%;
  width: 100%;
}

.TEMPLATE .TEMPLATE-Menu ul {
  list-style: none;

  width: 100%;
}

.TEMPLATE .TEMPLATE-Menu ul li {
  height: auto;
  padding-right: 15px;

  text-align: left;
}

.TEMPLATE .TEMPLATE-Menu ul li a {
  font-size: medium;
  color: black;
  text-decoration: none;
}

.TEMPLATE .body {
  width: 100%;
  display: block;
  padding: 50px 0;
}

.TEMPLATE .footer {
  width: 100%;
  display: block;
  margin: 0;
  background-color: #93c020 !important;
  padding: 25px 0;
  height: auto;
  color: white;
}

.TEMPLATE .footer .container .row .legals {
  color: white !important;
}

.TEMPLATE .footer .container .row .legals p {
  color: white !important;
  font-size: small;
}

.TEMPLATE .footer .container .row .legals p a {
  text-decoration: none;
  color: #e67b17 !important;
  font-weight: bold;
  margin: auto 5px;
}

@media (max-width: 576px) {
  .TEMPLATE .header .container .menuItems .logo {
    text-align: center;
  }
  .TEMPLATE .header .container .menuItems .logo img {
    width: 75%;
  }
  .TEMPLATE .TEMPLATE-Menu {
    background-color: #ededed;
    border-radius: 4px;
    width: 98%;
    margin: 15px 0 0 0;
    padding: 15px 1%;
    float: right;
  }

  .TEMPLATE .body .contentOne .logoEs img,
  .TEMPLATE .body .contentTwo .logoEs img {
    width: 50%;
  }
  .TEMPLATE .body .stripe img {
    width: 96%;
    height: auto;
    margin: auto;
  }
  .TEMPLATE .footer .container .row .legals {
    text-align: center !important;
  }
  .TEMPLATE .footer .container .row .rh-logo {
    text-align: center;
  }
  .TEMPLATE .footer .container .row .rh-logo img {
    width: 50% !important;
    height: auto;
    margin: auto auto 35px auto;
  }
}

.bda-title-division-1 div {
  height: 15px;
  width: 25%;
  display: flex !important;
}

.bg-secondary {
  background: rgb(133, 149, 162);
}

.bg-success {
  background: rgb(155, 184, 45);
}

.navbar-toggle {
  background: #03a9f4;
}

.horizontal-menu {
  justify-content: center;
  align-items: center;
}

.horizontal-menu > li > a {
  color:#013D9D !important;
  text-transform: uppercase;  
  font-weight:500;
   background-color: #93c020 !important;
}

.horizontal-menu > li > a:hover {  
  color: black !important; 
}

#container-logo {
  padding: 40px 0px 10px 0;

  width: 100%;
}



