@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 {
  margin-top: 10px;
}

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

.TEMPLATE .header .container img.logo {
  max-width: 125px;
}

.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: #010717;
  padding: 25px 0;
  height: auto;
  color: white;
}

.TEMPLATE .footer .container .row .rh-logo img {
  width: 100%;
  height: auto;
}

.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: #e67b17;
}

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

.horizontal-menu > li > a {
  background: white !important;
  text-transform: uppercase;

  font-weight: 700 !important;
}

.horizontal-menu > li > a:hover {
  font-size: bolder;
  color: rgb(178, 98, 2) !important;
}

#promobanner {
  background-color: rgb(209, 117, 8);
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

#container-logo {
  padding: 40px 0px 10px 0;
  text-align: center;
  width: 100%;
}

#carrusel {
  padding: 30px 0;
  background-color: #005587;
  background-image: url(https://img1.wsimg.com/isteam/ip/d710c391-c329-40ad-b85d-99388881ba42/P%26P-161.jpg/:/fx-bl=s:90/rs=w:1279,m);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.75);

  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}

#carrusel img {
  max-height: 400px;
}

#carrusel #content-text {
  background-color: white;
  width: 75%;
}

#carrusel #content-text {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#carrusel #content-text h1 {
  color: rgb(178, 98, 2);
}

#carrusel #content-text a {
  background-color: rgb(209, 117, 8);
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 80%;
  border-radius: 25px;
}

#carrusel #content-text a:hover {
  background-color: rgb(247, 139, 12);
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  max-width: 80%;
}

h2.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: rgb(209, 117, 8);
  margin: 50px auto;
}

h2.divider::before,
h2.divider::after {
  content: "";
  flex: 1;
  height: 3px;
  background-color: rgb(209, 117, 8);
}

h2.divider::before {
  margin-right: 20px;
}

h2.divider::after {
  margin-left: 20px;
}

#nuestros-valores {
  text-align: center;
  width: 100%;
}

#nuestros-valores img {
  width: 100%;
}

#contentPrincipal {
  background-color: rgb(209, 117, 8);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 869px) {
  #carrusel #content-text {
    display: none;
  }

  #contentPrincipal {
    padding-left: 10%;
    padding-right: 10%;
  }
}

