/*! CSS Used from: Embedded */
.topbar {
  background-color: #5d0404;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 3px 0;
  z-index: 6;
}
.menu {
  position: fixed !important;
  top: 30px;
  padding: 15px 0;
  z-index: 5;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .menu:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 39px;
      position: absolute;
      bottom: -39px;
      z-index: -1;
      background: #fff;
      -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  }
}
.menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .container {
      padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .menu .navbar-brand {
      padding-top: 5px;
      width: 100%;
      text-align: center;
      margin-right: 0;
  }
}
.menu .navbar-brand img {
  height: 47px;
  padding-top: 5px;
  margin: 0 auto;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu .navbar-brand img {
      height: 47px;
      padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .menu .navbar-brand img {
      height: 45px;
      margin-left: 0px;
  }
}
.menu .menu-inter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu .menu-inter .navbar-collapse ul {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .menu-inter {
      position: fixed;
      overflow-y: auto;
      width: 100%;
      height: calc(100vh - 149px);
      top: 149px;
      left: 100%;
      background: #292929;
      display: block !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 30px;
      padding-top: 60px;
      padding-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu .menu-inter {
      position: fixed;
      width: 100%;
      overflow-y: auto;
      height: 100vh;
      top: 0;
      left: 100%;
      background: #292929;
      display: block !important;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 50px;
  }
}
.close-button {
  position: fixed;
  top: 18px;
  right: 15px;
  width: 30px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 99;
  display: none !important;
}
@media (min-width: 769px) and (max-width: 992px) {
  .close-button {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      top: 63px;
  }
}
@media (max-width: 768px) {
  .close-button {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      position: absolute;
      top: 80px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .close-button {
      display: none !important;
  }
}
.menu__item--bottom {
  font-size: 13px;
  display: inline-block;
  color: #5d5d5d;
  padding: 0 5px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 18px;
      padding: 3px;
      color: #fff;
  }
}
.menu__item--bottom {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 5px 5px !important;
}
@media (max-width: 768px) {
  .menu__item--bottom {
      padding: 5px 0 !important;
  }
}
.menu__item--bottom:after {
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 9px;
  height: 9px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  top: 4px;
  position: relative;
  margin-left: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
@media (max-width: 768px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
.menu__item--bottom.link-black {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 11px;
}
@media (max-width: 768px) {
  .menu__item--bottom.link-black {
      font-family: "Open Sans", sans-serif;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom.link-black {
      font-family: "Open Sans", sans-serif;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  margin-top: -3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (max-width: 768px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu-dos {
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  padding: 0;
  background: #fff;
  top: 152%;
}
.menu-dos .dropdown-item {
  padding: 10px 20px;
  font-weight: 400;
  font-family: "open sans", sans-serif;
  color: #000;
  font-size: 14px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-dos .dropdown-item i {
  display: none;
  font-size: 12px;
}
.menu-dos .dropdown-item:after {
  display: none;
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 10px;
  height: 10px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.7;
  top: 4px;
  position: relative;
  margin-left: 5px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      display: inline;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      top: 0;
  }
}
.menu-tres {
  left: 100% !important;
  top: -2px;
  border: none;
  padding: 15px !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  min-height: 100%;
  width: 350px;
}
.menu-tres a {
  color: #fff;
  font-weight: 400;
}
.menu-tres .dropdown-item {
  padding: 5px 20px;
  font-weight: 300;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 0;
  white-space: initial;
}
.menu-tres .dropdown-item:after {
  display: none;
}
@media (max-width: 768px) {
  .menu-tres {
      background-color: initial !important;
      padding: 5px 0;
  }
}
a {
  color: #d01111;
}
.menu {
  position: fixed !important;
  top: 30px;
  padding: 15px 0;
  z-index: 5;
  width: 100%;
}
.btco-hover-menu .collapse ul ul.dropdown-menu .ciencias-de-la-salud {
  background: #0a2e4f;
}
.dropdown-item {
  background: #fff !important;
}
.menu-tres .dropdown-item {
  background: 0 0 !important;
}
.btco-hover-menu .collapse ul ul.dropdown-menu .ciencias-juridicas {
  background: #8c683b;
}
.dropdown-item {
  background: #fff !important;
}
.menu-tres .dropdown-item {
  background: 0 0 !important;
}
.dropdown-menu {
  padding: 0 0;
  margin: 0 0 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu {
  background: 0 0;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
@media only screen and (min-width: 991px) {
  .btco-hover-menu .collapse ul ul {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 250px;
      display: none;
  }
  .btco-hover-menu .collapse ul ul ul {
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 300px;
      display: none;
  }
} /*! CSS Used from: Embedded */
@media (min-width: 300px) and (max-width: 375px) {
  .menu {
      top: 14px !important;
  }
}
.dropdown-toggle:after {
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  top: 4px;
  position: relative;
  margin-left: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
.dropdown-menu {
  max-width: 100% !important;
}
.dropdown:hover > .dropdown-menu ul {
  left: 156px;
  top: 0;
}
@media (min-width: 1440px) and (max-width: 2600px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
} /*! CSS Used from: Embedded */
.close-button-2 {
  top: 28px !important;
  left: 30px;
}
@media (max-width: 768px) {
  .menu .menu-inter {
      height: 100vh !important;
      top: -800px !important;
      left: 0;
  }
  .btco-hover-menu > div {
      width: 100% !important;
  }
} /*! CSS Used from: Embedded */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .order-md-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2;
  }
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .container {
      padding: 0 15px;
  }
}
.menu .menu-inter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu .menu-inter .navbar-collapse ul {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .menu-inter {
      position: fixed;
      overflow-y: auto;
      width: 100%;
      height: calc(100vh - 149px);
      top: 149px;
      left: 100%;
      background: #292929;
      display: block !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 30px;
      padding-top: 60px;
      padding-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu .menu-inter {
      position: fixed;
      width: 100%;
      overflow-y: auto;
      height: 100vh;
      top: 0;
      left: 100%;
      background: #292929;
      display: block !important;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 50px;
  }
}
.menu__item--bottom {
  font-size: 13px;
  display: inline-block;
  color: #5d5d5d;
  padding: 0 5px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 18px;
      padding: 3px;
      color: #fff;
  }
}
.menu__item--bottom {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 5px 5px !important;
}
@media (max-width: 768px) {
  .menu__item--bottom {
      padding: 5px 0 !important;
  }
}
.menu__item--bottom:after {
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 9px;
  height: 9px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  top: 4px;
  position: relative;
  margin-left: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
@media (max-width: 768px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
.menu__item--bottom.link-black {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 11px;
}
@media (max-width: 768px) {
  .menu__item--bottom.link-black {
      font-family: "Open Sans", sans-serif;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom.link-black {
      font-family: "Open Sans", sans-serif;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  margin-top: -3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (max-width: 768px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu-dos {
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  padding: 0;
  background: #fff;
  top: 152%;
}
.menu-dos .dropdown-item {
  padding: 10px 20px;
  font-weight: 400;
  font-family: "open sans", sans-serif;
  color: #000;
  font-size: 14px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-dos .dropdown-item i {
  display: none;
  font-size: 12px;
}
.menu-dos .dropdown-item:after {
  display: none;
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 10px;
  height: 10px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.7;
  top: 4px;
  position: relative;
  margin-left: 5px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      display: inline;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      top: 0;
  }
}
.menu-tres {
  left: 100% !important;
  top: -2px;
  border: none;
  padding: 15px !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  min-height: 100%;
  width: 350px;
}
.menu-tres a {
  color: #fff;
  font-weight: 400;
}
.menu-tres .dropdown-item {
  padding: 5px 20px;
  font-weight: 300;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 0;
  white-space: initial;
}
.menu-tres .dropdown-item:after {
  display: none;
}
@media (max-width: 768px) {
  .menu-tres {
      background-color: initial !important;
      padding: 5px 0;
  }
}
a {
  color: #d01111;
}
.btco-hover-menu .collapse ul ul.dropdown-menu .ciencias-de-la-salud {
  background: #0a2e4f;
}
.dropdown-item {
  background: #fff !important;
}
.menu-tres .dropdown-item {
  background: 0 0 !important;
}
.btco-hover-menu .collapse ul ul.dropdown-menu .ciencias-juridicas {
  background: #8c683b;
}
.dropdown-item {
  background: #fff !important;
}
.menu-tres .dropdown-item {
  background: 0 0 !important;
}
.dropdown-menu {
  padding: 0 0;
  margin: 0 0 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu {
  background: 0 0;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
@media only screen and (min-width: 991px) {
  .btco-hover-menu .collapse ul ul {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 250px;
      display: none;
  }
  .btco-hover-menu .collapse ul ul ul {
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 300px;
      display: none;
  }
} /*! CSS Used from: Embedded */
.dropdown-toggle:after {
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  top: 4px;
  position: relative;
  margin-left: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
.dropdown-menu {
  max-width: 100% !important;
}
.dropdown:hover > .dropdown-menu ul {
  left: 156px;
  top: 0;
}
@media (min-width: 1440px) and (max-width: 2600px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
} /*! CSS Used from: Embedded */
@media (max-width: 768px) {
  .menu .menu-inter {
      height: 100vh !important;
      top: -800px !important;
      left: 0;
  }
  .btco-hover-menu > div {
      width: 100% !important;
  }
  .menu .menu-inter.show {
      left: 0;
      top: 100px !important;
  }
} /*! CSS Used from: https://camiper.com/assets/css/bootstrap.min.css */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .order-md-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2;
  }
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
  }
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
@media print {
  *,
  :after,
  :before {
      text-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  a:not(.btn) {
      text-decoration: underline;
  }
  .container {
      min-width: 992px !important;
  }
} /*! CSS Used from: https://camiper.com/assets/css/style.css?v=3 */
::-moz-selection {
  color: #fff;
  background-color: #d01111;
}
::selection {
  color: #fff;
  background-color: #d01111;
}
a {
  color: #d01111;
  cursor: pointer;
}
a:hover {
  color: #d01111;
}
.btco-hover-menu .collapse ul ul.dropdown-menu .ciencias-de-la-salud {
  background: #0a2e4f;
}
.dropdown-item {
  background: #fff !important;
}
.menu-tres .dropdown-item {
  background: 0 0 !important;
}
.btco-hover-menu .collapse ul ul.dropdown-menu .ciencias-juridicas {
  background: #8c683b;
}
.dropdown-item {
  background: #292929 !important;
}
.menu-tres .dropdown-item {
  background: 0 0 !important;
}
a,
a:visited {
  outline: 0 !important;
}
.menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .container {
      padding: 0 15px;
  }
}
.menu .menu-inter {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu .menu-inter .navbar-collapse ul {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .menu-inter {
      position: fixed;
      overflow-y: auto;
      width: 100%;
      height: calc(100vh - 149px);
      background: #292929;
      display: block !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 30px;
      padding-top: 60px;
      padding-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu .menu-inter {
      position: fixed;
      width: 100%;
      overflow-y: auto;
      height: 100vh;
      top: 0;
      left: 100%;
      background: #292929;
      display: block !important;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 50px;
  }
}
.menu__item--bottom {
  font-size: 13px;
  display: inline-block;
  color: #5d5d5d;
  padding: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
.menu__item--bottom:hover {
  color: #d01111;
  text-decoration: none;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 18px;
      padding: 3px;
      color: #fff;
  }
}
.menu__item--bottom {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 5px !important;
}
@media (max-width: 768px) {
  .menu__item--bottom {
      padding: 5px 0 !important;
  }
}
.menu__item--bottom:after {
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 9px;
  height: 9px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  top: 4px;
  position: relative;
  margin-left: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
@media (max-width: 768px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
.menu__item--bottom.link-black {
  font-family: open sans, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 11px;
}
@media (max-width: 768px) {
  .menu__item--bottom.link-black {
      font-family: open sans, sans-serif;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom.link-black {
      font-family: open sans, sans-serif;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  margin-top: -3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (max-width: 768px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu-dos {
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  padding: 0;
  background: #fff;
  top: 152%;
}
.menu-dos li:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.menu-dos .dropdown-item {
  padding: 10px 20px;
  font-weight: 400;
  font-family: open sans, sans-serif;
  color: #000;
  font-size: 14px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-dos .dropdown-item:focus {
  outline: 0;
  background: 0 0 !important;
}
.menu-dos .dropdown-item:active {
  outline: 0;
  background: 0 0 !important;
}
.menu-dos .dropdown-item i {
  display: none;
  font-size: 12px;
}
.menu-dos .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.menu-dos .dropdown-item:hover i {
  display: block;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .menu-dos .dropdown-item:hover i {
      display: none;
  }
}
.menu-dos .dropdown-item:after {
  display: none;
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 10px;
  height: 10px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.7;
  top: 4px;
  position: relative;
  margin-left: 5px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      display: inline;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      top: 0;
  }
}
.menu-dos .dropdown-item.gestion:hover {
  color: #203740;
}
.menu-dos .dropdown-item.geologia:hover {
  color: #3d3210;
}
.menu-dos .dropdown-item.mineria:hover {
  color: #161633;
}
.menu-dos .dropdown-item.metalurgia:hover {
  color: #4d3011;
}
.menu-dos .dropdown-item.seguridad:hover {
  color: #3f0f18;
}
.menu-dos .dropdown-item.medio_ambiente:hover {
  color: #233318;
}
.menu-dos .dropdown-item.responsabilidad_social:hover {
  color: #172648;
}
.menu-dos .dropdown-item.mantenimiento:hover {
  color: #23152e;
}
.menu-dos .dropdown-item.ciencias-juridicas:hover {
  color: #8c683b;
}
.menu-tres {
  left: 100% !important;
  top: -2px;
  border: none;
  padding: 15px !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  min-height: 100%;
  width: 350px;
}
.menu-tres a {
  color: #fff;
  font-weight: 400;
}
.menu-tres a:hover {
  color: #fff;
  background-color: transparent !important;
}
.menu-tres li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu-tres .dropdown-item {
  padding: 5px 20px;
  font-weight: 300;
  font-size: 14px;
  font-family: open sans, sans-serif;
  color: #fff;
  border-radius: 0;
  white-space: initial;
}
.menu-tres .dropdown-item:after {
  display: none;
}
.menu-tres .dropdown-item:focus {
  outline: 0;
  background: 0 0 !important;
}
.menu-tres .dropdown-item:active {
  outline: 0;
  background: 0 0 !important;
}
@media (max-width: 768px) {
  .menu-tres {
      background-color: initial !important;
      padding: 5px 0;
  }
} /*! CSS Used from: https://camiper.com/assets/css/home.css?v=3 */
a {
  cursor: pointer;
}
a:hover {
  cursor: pointer !important;
} /*! CSS Used from: https://camiper.com/assets/css/menu.css */
.menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .container {
      padding: 0 15px;
  }
}
.menu .menu-inter {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu .menu-inter .navbar-collapse ul {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menu .menu-inter {
      position: fixed;
      overflow-y: auto;
      width: 100%;
      height: calc(100vh - 149px);
      background: #292929;
      display: block !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 30px;
      padding-top: 60px;
      padding-bottom: 100px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu .menu-inter {
      position: fixed;
      width: 100%;
      overflow-y: auto;
      height: 100vh;
      top: 0;
      left: 100%;
      background: #292929;
      display: block !important;
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 50px;
  }
}
.menu__item--bottom {
  font-size: 13px;
  display: inline-block;
  color: #5d5d5d;
  padding: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
.menu__item--bottom:hover {
  color: #d01111;
  text-decoration: none;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 18px;
      padding: 3px;
      color: #fff;
  }
}
.menu__item--bottom {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 5px !important;
}
@media (max-width: 768px) {
  .menu__item--bottom {
      padding: 5px 0 !important;
  }
}
.menu__item--bottom:after {
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 9px;
  height: 9px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  top: 4px;
  position: relative;
  margin-left: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu__item--bottom:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item--bottom {
      font-size: 13px;
  }
}
@media (max-width: 768px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom {
      font-size: 22px;
      padding: 4px 0;
  }
}
.menu__item--bottom.link-black {
  font-family: open sans, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 11px;
}
@media (max-width: 768px) {
  .menu__item--bottom.link-black {
      font-family: open sans, sans-serif;
      color: #fff;
      /*font-weight: 800;*/
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__item--bottom.link-black {
      font-family: open sans, sans-serif;
      color: #fff;
      font-weight: 800;
      font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  margin-top: -3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
  }
}
@media (max-width: 768px) {
  .btco-hover-menu > div {
      width: 90%;
      display: block !important;
  }
}
.menu-dos {
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  padding: 0;
  background: #fff;
  top: 152%;
}
.menu-dos li:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.menu-dos .dropdown-item {
  padding: 4px 20px;
  font-weight: 400;
  font-family: open sans, sans-serif;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-dos .dropdown-item:focus {
  outline: 0;
  background: 0 0 !important;
}
.menu-dos .dropdown-item:active {
  outline: 0;
  background: 0 0 !important;
}
.menu-dos .dropdown-item i {
  display: none;
  font-size: 12px;
}
.menu-dos .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.menu-dos .dropdown-item:hover i {
  display: block;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .menu-dos .dropdown-item:hover i {
      display: none;
  }
}
.menu-dos .dropdown-item:after {
  display: none;
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 10px;
  height: 10px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.7;
  top: 4px;
  position: relative;
  margin-left: 5px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
  }
}
@media (max-width: 768px) {
  .menu-dos .dropdown-item:after {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      display: inline;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      top: 0;
  }
}
.menu-dos .dropdown-item.gestion:hover {
  color: #fff;
}
.menu-dos .dropdown-item.geologia:hover {
  color: #fff;
}
.menu-dos .dropdown-item.mineria:hover {
  color: #fff;
}
.menu-dos .dropdown-item.metalurgia:hover {
  color: #fff;
}
.menu-dos .dropdown-item.seguridad:hover {
  color: #fff;
}
.menu-dos .dropdown-item.medio_ambiente:hover {
  color: #fff;
}
.menu-dos .dropdown-item.responsabilidad_social:hover {
  color: #fff;
}
.menu-dos .dropdown-item.mantenimiento:hover {
  color: #fff;
}
.menu-dos .dropdown-item.ciencias-juridicas:hover {
  color: #fff;
}
.menu-tres {
  left: 100% !important;
  top: -2px;
  border: none;
  padding: 15px !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
  min-height: 100%;
  width: 350px;
}
.menu-tres a {
  color: #fff;
  font-weight: 400;
}
.menu-tres a:hover {
  color: #fff;
  background-color: transparent !important;
}
.menu-tres li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.menu-tres .dropdown-item {
  padding: 5px 20px;
  font-weight: 300;
  font-size: 14px;
  font-family: open sans, sans-serif;
  color: #fff;
  border-radius: 0;
  white-space: initial;
}
.menu-tres .dropdown-item:after {
  display: none;
}
.menu-tres .dropdown-item:focus {
  outline: 0;
  background: 0 0 !important;
}
.menu-tres .dropdown-item:active {
  outline: 0;
  background: 0 0 !important;
}
@media (max-width: 768px) {
  .menu-tres {
      background-color: initial !important;
      padding: 5px 0;
  }
}
.txt-nav {
  font-size: 0.7rem;
  font-family: helvetica;
}
@media (min-width: 376px) and (max-width: 425px) {
  .txt-nav {
      font-size: 0.68rem;
  }
}
@media (min-width: 300px) and (max-width: 375px) {
  .txt-nav {
      font-size: 0.53rem;
  }
}
::-moz-selection {
  color: #fff;
  background-color: #d01111;
}
::selection {
  color: #fff;
  background-color: #d01111;
}
a {
  color: #d01111;
  cursor: pointer;
}
a:hover {
  color: #d01111;
}
a,
a:visited {
  outline: 0 !important;
}
a {
  cursor: pointer;
}
a:hover {
  cursor: pointer !important;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav {
  display: block;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}
.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.d-none {
  display: none !important;
}
@media (min-width: 576px) {
  .d-sm-block {
      display: block !important;
  }
}
.px-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
}
a {
  color: #d01111;
}
@media (min-width: 320px) and (max-width: 480px) {
  span {
      font-size: 10pt !important;
  }
}
.dropdown-menu {
  padding: 0 0;
  margin: 0 0 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /*! CSS Used from: Embedded */
.nav-menuacad {
  margin-top: 40px;
  position: fixed;
}
@media (min-width: 376px) and (max-width: 425px) {
  .nav-menuacad {
      margin-top: 34px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .nav-menuacad {
      margin-top: 40px;
  }
}
@media (min-width: 769px) and (max-width: 2560px) {
  .menu-movil {
      display: none;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .menu-movil {
      display: block;
  }
}
.txt-acad {
  font-size: 1.05rem;
  font-weight: 700;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .txt-acad {
      font-size: 0.8rem;
  }
  .logo-cam-me {
      height: 35px;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  .menu-acad {
      display: none;
  }
  .logo-cam-me {
      height: 35px;
  }
}
.dropdown-toggle-2:after {
  content: "";
  border: none;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  width: 10px;
  height: 10px;
  background-image: url(https://camiper.com/assets/imagenes/chevron-down.svg);
  background-repeat: no-repeat;
  top: 4px;
  position: relative;
  margin-left: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
.chevron:hover:after {
  content: ">";
  color: #d01111;
}
.dropdown-menu {
  max-width: 100% !important;
}
.dropdown:hover > .dropdown-menu ul {
  left: 156px;
  top: 0;
}
@media (min-width: 1440px) and (max-width: 2600px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .dropdown:hover > .dropdown-menu {
      display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .txt-acad {
      font-size: 0.8rem;
  }
  .logo-cam-me {
      height: 35px;
  }
}
::-moz-selection {
  color: #fff;
  background-color: #d01111;
}
::selection {
  color: #fff;
  background-color: #d01111;
}
a {
  color: #d01111;
  cursor: pointer;
}
a:hover {
  color: #d01111;
}
a,
a:visited,
button:focus {
  outline: 0 !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  span {
      font-size: 10pt !important;
  }
}
a {
  cursor: pointer;
}
a:hover {
  cursor: pointer !important;
}
.dropdown-menu {
  padding: 0 0;
  margin: 0;
  border: 0 solid transition !important;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
} /*! CSS Used from: Embedded */
* {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main {
  margin-top: 110px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.main::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}
.main .row {
  width: 100%;
}
.line1 {
  width: 60px;
  height: 4px;
  background-color: #d01111;
  margin-bottom: 20px;
  margin-top: 10px;
}
.bg-form {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: solid 1px #a6a6a6;
  padding: 20px 10px 10px 10px;
}
@media only screen and (max-width: 992px) {
  .main .row {
      margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main {
      margin-top: 150px;
      padding-top: 10px;
  }
} /*! CSS Used from: https://camiper.com/assets/css/style.css?v=3 */
::-moz-selection {
  color: #fff;
  background-color: #d01111;
}
::selection {
  color: #fff;
  background-color: #d01111;
}
.btn-camiper {
  background: #d01111;
  border: none;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  font-family: proxima, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
.btn-camiper:hover {
  color: #fff;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.btn-camiper:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.secure .item-secure {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.secure .item-secure:first-child {
  -webkit-box-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}
.secure .item-secure:nth-child(2) {
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  border-left: solid 1px #ededed;
}
.secure .item-secure:nth-child(3) {
  -webkit-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  border-left: solid 1px #ededed;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.secure .item-secure span {
  font-size: 14px;
  line-height: 16px;
}
a {
  color: #d01111;
  cursor: pointer;
}
a:hover {
  color: #d01111;
}
a,
a:visited {
  outline: 0 !important;
} /*! CSS Used from: Embedded */
.text-center {
  text-align: center !important;
}
.contacto-links-footer a:nth-child(2) i {
  color: #25d366;
  font-size: 20px;
  padding-right: 10px;
}
a {
  color: #d01111;
}
@media (min-width: 320px) and (max-width: 480px) {
  span {
      font-size: 10pt !important;
  }
}
.link-footer a span {
  font-size: 20px !important;
} /*! CSS Used from: https://camiper.com/assets/css/style.css?v=3 */
::-moz-selection {
  color: #fff;
  background-color: #d01111;
}
::selection {
  color: #fff;
  background-color: #d01111;
}
footer {
  background: #1f1f1f;
  padding: 30px 0;
  color: #fff;
}
footer .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .container p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 100;
}
footer .container p span {
  margin-right: 20px;
}
@media (max-width: 768px) {
  footer .container p {
      font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}
footer a {
  color: #fff;
  font-weight: 400;
}
footer a:hover {
  color: #fff;
}
footer .sociales a {
  color: #fff;
  padding-right: 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 32px;
}
footer .sociales a:hover {
  color: #d01111;
}
@media (max-width: 768px) {
  footer .sociales a {
      font-size: 20px;
      padding: 0 15px;
  }
}
@media (max-width: 768px) {
  footer .sociales {
      width: 100%;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}
.title-footer {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  font-family: proxima, sans-serif;
  text-align: left;
}
.title-footer:after {
  content: "";
  width: 230px;
  display: block;
  height: 1px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .title-footer {
      font-size: 21px;
  }
  .title-footer:after {
      width: 120px;
  }
}
.contacto-links-footer {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
}
.contacto-links-footer a {
  font-weight: 100;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contacto-links-footer a {
      pointer-events: initial;
      font-size: 18px;
  }
}
.contacto-links-footer a span:hover {
  text-decoration: underline;
}
.contacto-links-footer a:hover {
  text-decoration: none;
  font-weight: 900;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .contacto-links-footer a {
      font-size: 14px;
  }
}
.contacto-links-footer a:first-child i {
  color: #d01111;
  padding-right: 10px;
}
.contacto-links-footer a:nth-child(2) i {
  color: #25d366;
  font-size: 20px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .contacto-links-footer {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 10px;
  }
  .contacto-links-footer a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 0;
      font-size: 18px;
  }
  .contacto-links-footer a:hover {
      text-decoration: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .contacto-links-footer {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 10px;
  }
  .contacto-links-footer a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 0;
      font-size: 18px;
  }
  .contacto-links-footer a:hover {
      text-decoration: none;
  }
}
.link-footer {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
}
.link-footer a {
  font-weight: 100;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.link-footer a:hover {
  font-weight: 500;
}
a {
  color: #d01111;
  cursor: pointer;
}
a:hover {
  color: #d01111;
}
a,
a:visited {
  outline: 0 !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  span {
      font-size: 10pt !important;
  }
}
a {
  cursor: pointer;
}
a:hover {
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .menu-dos .dropdown-item{
    color:#fff;
  }
  .menu-tres.seguridad,
  .menu-tres.gestion,
.menu-tres.geologia,
.menu-tres.mineria,
.menu-tres.metalurgia,
.menu-tres.medio_ambiente,
.menu-tres.responsabilidad_social,
.menu-tres.mantenimiento{
    background-color:rgba(255,255,255,0)!important;
  }    
  .dropdown-item {
  background:#292929!important;
}
.menu-dos .dropdown-item {
  padding: 4px 20px;
}
.menu-dos .dropdown-item:hover {
  background:#292929!important;
}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{
  background:#292929!important;
}
}