@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "avenir-roman";
  src: url("dependencias/css/fonts/avenirroman.eot") format("eot");
  src: url("dependencias/css/fonts/avenirroman.ttf") format("truetype");
}

@font-face {
  font-family: "avenir-light";
  src: url("dependencias/css/fonts/avenirlight.eot") format("eot");
  src: url("dependencias/css/fonts/avenirlight.ttf") format("truetype");
}

@font-face {
  font-family: "avenirbook";
  src: url("dependencias/css/fonts/avenirbook.eot") format("eot");
  src: url("dependencias/css/fonts/avenirbook.ttf") format("truetype");
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  opacity: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.navbar {
  padding: 0 !important;
  background-color: #fff;
  display: flex;
  flex-direction: column !important;
}

/* logo */

.cont-logo {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 4rem;
  z-index: 100;
}

.cont-logo a {
  width: 180px;
}

.cont-logo a img {
  width: 100%;
}

.container-fluid {
  width: 78% !important;
  margin: 0;
  top: 50%;
  padding: 15px 0 20px 0;
  right: 44px;
  max-width: 1300px;
  z-index: 2;
  transition: max-width 1s ease-in-out, right 1s ease-in-out;
}

.w-100 {
  width: 90% !important;
}

/* breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
}

.breadcrumbs p {
  padding: 0;
  margin: 0;
  color: #ff9e16;
  font-size: 18px;
}

.span {
  padding: 0 0.5rem;
  font-size: 18px;
}

/* links */
.links {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.navbar-nav {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}

.m3 {
  width: 20%;
}

.m2 {
  width: 22%;
}

.m4 {
  width: 28%;
}

.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 22%;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 100;
  font-family: "avenir-light" !important;
}

.mis-sistemas {
  color: #5d5d5d !important;
  position: relative;
  z-index: 100;
  font-family: "avenir-light" !important;
  border: none !important;
  background-color: transparent !important;
}

.nav-link:hover {
  text-decoration: underline !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #f9ffff;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
}

.mobile-dropdown {
  display: none;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.55) !important;
}


.dropdown-menu {
  padding-top: 3rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  color: #eeeff0;
  text-align: left;
  list-style: none;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid rgb(173, 173, 173);
  margin-top: -4rem;
  margin-left: -3rem;
  padding: 1.2rem;
  padding-top: 3rem;
  z-index: 50;
}

.header .menu ul li ul {
  display: none;
  background: #f9f9f9;
  border: #9b9b9b solid 1px;
  padding-top: 2.7em;
  padding-left: 1em;
  padding-bottom: 1em;
  margin-top: -2.5em;
  z-index: -1;
  margin-right: 1em;
  margin-left: -1em;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  font-size: 18px;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item::before {
  content: "●";
  color: #007bff;
  padding-right: 10px;
}

.my-dropdown-toggle::after {
  content: none;
}

.containerMenu {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.dropdown-menu-mobile {
  background: #f9f9f9;
  border: #ccc solid 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.dropdown-menu-mobile li {
  padding-left: 0.5rem;
  color: #212529;
  font-family: "avenir-light" !important;
  display: flex;
  align-items: center;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 1rem;
}

.dropdown-menu li:nth-of-type(1) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dropdown-menu li:nth-of-type(2) {
  margin-bottom: 1rem;
}

.dropdown-menu span {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0.5rem;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.btn {
  line-height: 1;
  border-radius: 0rem;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-link .responsabilidad p {
  padding: 0;
  margin: 0;
  margin-top: 0.1rem;
  font-family: "avenir-light" !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-item p {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

.dropdown-item:hover {
  text-decoration: underline !important;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.menuHamburguesa {
  margin-right: 4% !important;
}

.menu {
  width: 30px;
  height: 30px;
  background-image: url("https://ashocedv-gfaserta.ocecdn.oraclecloud.com/content/published/api/v1.1/assets/CONT18CAF8A4179C4D4B8D2F3DD8CCF0A59C/native/BurguerMenu.png?channelToken=cf302226b9064a15afac96976391e914");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: inherit;
  border: none;
  background-color: #fff;
}

button:focus {
  outline: none !important;
}

.body_change {
  background-image: url("https://ashocedv-gfaserta.ocecdn.oraclecloud.com/content/published/api/v1.1/assets/CONT640F0143C29242188F23228296FDECD7/native/CloseBurguer.png?channelToken=cf302226b9064a15afac96976391e914");
  background-repeat: no-repeat;
}

.menu-mb {
  width: 30px;
  height: 30px;
  background-image: url("https://ashocedv-gfaserta.ocecdn.oraclecloud.com/content/published/api/v1.1/assets/CONT18CAF8A4179C4D4B8D2F3DD8CCF0A59C/native/BurguerMenu.png?channelToken=cf302226b9064a15afac96976391e914");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: inherit;
  border: none;
  background-color: #fff;
}

.body_change-mb {
  background-image: url("https://ashocedv-gfaserta.ocecdn.oraclecloud.com/content/published/api/v1.1/assets/CONT640F0143C29242188F23228296FDECD7/native/CloseBurguer.png?channelToken=cf302226b9064a15afac96976391e914");
}

progress {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  background: transparent;
  border-bottom: 2px solid #ff9e16;
}

progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: #ff9e16;
  background-attachment: fixed;
}

progress::-moz-progress-bar {
  background: #ff9e16;
  background-attachment: fixed;
}

/* fin del nav */

/* Footer */

#Footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-bottom: 2em solid #4c4f52;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
  background-color: #e0e8e7;
  max-width: 100%;
  overflow-x: hidden;
  background-image: url("https://ashocedv-gfaserta.ocecdn.oraclecloud.com/content/published/api/v1.1/assets/CONT189093C70995483489D8C0FDB56B5AD4/native/fondoFooter.png?channelToken=cf302226b9064a15afac96976391e914");
  background-position: 0px 15%;
  background-repeat: no-repeat;
  background-size: 30px !important;
}

#Footer .bar-top {
  height: 1.5em;
  width: 100%;
  background-color: #f2f2f2;
}

.cont-footer {
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.columna {
  display: flex;
  flex-direction: column;
}

.section-t, .section-l {
  color: #698f8d;
  font-size: 13.2px;
}
.section-t{
  padding-top: 1.5rem;
}
.redes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 20%;
}

.redes a img {
  width: 3rem;
}

.c2 .title-secc1 a {
  color: #698f8d !important;
  font-size: 13.2px;
}

.c2 .title-secc1 a:hover {
  text-decoration: none;
  border-bottom: 0;
}

.col1 {
  width: 100% !important;
  float: left;
}

.colMid {
  display: flex;
  flex-direction: column;
}

.col2 {
  width: 100% !important;

}

.links-cont {
  display: flex;
  flex-direction: column;
  color: #5d5d5d;
}

.links-cont a:hover {
  text-decoration: underline !important;
}

.links-cont a {
  margin-bottom: 0.4rem;
  color: #5d5d5d;
  font-size: 13px;
  width: auto;
}

.contacto {
  display: flex;
  flex-direction: column;
}

.contacto #icoF:nth-of-type(1) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.iconos_footer {
  height: 2rem;
  display: flex;
  align-items: center;
  color: #5d5d5d;
  font-size: 13px;
}

.iconos_footer a {
  color: #5d5d5d;
  width: 100% !important;
  font-size: 13px;
}

.iconos_footer a:hover {
  text-decoration: underline !important;
}

.iconos_footer img {
  height: 2.5rem;
  width: 2.5rem;
}

#icoF {
  display: flex !important;
  align-items: center;
  font-display: row;
  margin-bottom: 1rem;
}

h3 {
  color: #698f8d;
}

a,
a:focus,
a:active {
  text-decoration: none;
  color: #5d5d5d !important;
}

/* Fin del footer */

@media (max-width: 960px) {}

@media screen and (max-width: 700px) {
  .container-fluid {
    width: 90% !important;
    padding-bottom: 1rem;
}

  .cont-logo {
    margin-left: 0rem;
  }

  .menuHamburguesa {
    display: none;
    margin-right: 0;
  }

  .menu-mb {
    margin-right: 3rem !important;
  }

  .user-btn {
    background-position-x: 11px;
    background-position-y: 0px;
    background-size: 15px;
    margin-right: 0rem !important;
    margin-bottom: 0;
    padding-left: 3rem !important;
    font-size: 1.2rem;
  }

  .salir-btn {
    background-size: 15px !important;
    background-position-y: 2px;
    background-position-x: 10px;
    margin-right: 0rem;
    padding-left: 3rem;
    font-size: 1.2rem;
  }

  .navbar-nav {
    margin-top: 1rem !important;
    overflow: hidden;
    flex-direction: column-reverse !important;
    padding-left: 1rem !important;
    font-family: "avenir-roman";
  }
  .m3 {
    width: 100%;
  }
  
  .m2 {
    width: 100%;
  }
  
  .m4 {
    width: 100%;
  }

  .cont-logo {
    display: flex;
  }

  .cont-logo a {
    width: 136px;
  }

  .breadcrumbs {
    margin-left: 4rem !important;
    margin-right: 0rem !important;
  }

  .cont-logo a img {
    width: 150px;
    margin-left: 2rem;
  }

  .nav-item {
    display: flex;
    justify-content: flex-start !important;
    align-items: start;
  }

  .links {
    display: flex;
    justify-content: flex-start;
  }

  .links-cont {
    width: 100% !important;
    align-items: center;
  }

  .dropdown {
    display: none;
  }

  .mobile-dropdown {
    display: block !important;
  }

  /* Footer */
  #Footer {
    border-bottom: 0;
    background-color: #4c4f52;
  }

  .cont-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: none;
  }

  .columna {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c2 {
    margin-top: 0.5rem;
    width: 100%;
  }

  .c1,
  .c4 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0rem;
  }

  .colMid {
    align-items: center;
  }

  .columna:nth-of-type(4) {
    margin-right: 0%;
  }

  .contacto {
    width: 100%;
    align-items: center;
  }

  .contacto #icoF:nth-of-type(1) {
    margin-bottom: 1rem;
  }

  .iconos_footer {
    font-size: 1.3rem;
    color: #ffff !important;
  }

  .iconos_footer a {
    font-size: 1.3rem !important;
    color: #ffff !important;
  }

  .links-cont a {
    font-size: 1.3rem;
    color: #ffffff !important;
    text-align: center;
  }

  .links-cont a:nth-of-type(1) {
    margin-top: 0rem;
  }

  .col2 {
    margin-top: 1rem;
  }

  .contacto #icoF:nth-of-type(1) {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .section-t, .section-l {
    font-size: 16px;
}
  .section-t {
    margin-top: 1rem;
  }

  #icoF {
    margin-bottom: 1rem;
    flex-direction: column;
  }
}