
.header-nuevo {
  background: #07C9A5;
  padding: 1rem 0 0;
  font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width: 991px) {
  .header-nuevo {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

@media only screen and (max-width: 550px) {
  .header-nuevo {
    padding: 8px 0 0;
  }
}

.header-nuevo .wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0rem;
}

.header-nuevo .logo {
  width: 8.37rem;
  display: block;
  position: relative;
  z-index: 10;
  padding-bottom: 12px;
}

.header-nuevo .logo img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .logo {
    width: 90px;
  }
}

.header-nuevo .header-der {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .header-nuevo .header-der {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 3;
    background: #07C9A5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 5.4rem 20px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    overflow: auto;
  }
  .header-nuevo .header-der.visible {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.header-nuevo nav {
  float: none;
  height: auto;
  margin: 0;
  background: transparent;
  transition: all .3s ease;
  opacity: 1;
  visibility: visible;
}

.header-nuevo nav.oculto {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav.oculto {
    opacity: 1;
    visibility: visible;
  }
  .header-nuevo nav {
      padding-top: 4rem;
  }
}

.header-nuevo nav ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.header-nuevo nav ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 12px 10px 30px;
  font-weight: bold;
  display: block;
  font-family: 'Raleway', sans-serif;
}
.header-nuevo nav ul li a:hover { color: #fff;}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li a {
    padding-bottom: 12px;
  }
}

.header-nuevo nav ul li .submenu {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
  left: 0;
  top: 86px;
  display: none;
  padding-bottom: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu {
    position: relative;
    top: auto;
  }
}

.header-nuevo nav ul li .submenu .wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu .wrap {
    flex-direction: column;
  }
}

.header-nuevo nav ul li .submenu .wrap ul {
  padding-left: 0;
  margin: 0;
  display: block;
  text-align: left;
  width: 250px;
  min-width: 250px;
  border-right: 1px solid #bdbdbd;
  padding-right: 1rem;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav ul li .submenu .wrap ul {
    width: 100%;
    min-width: 100%;
    border: none;
  }
}

.header-nuevo nav ul li .submenu .wrap ul li {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
}

.header-nuevo nav ul li .submenu .wrap ul li:last-child {
  border-bottom: none;
}

.header-nuevo nav ul li .submenu .wrap ul li a {
  font-size: .875rem;
  color: #0A1A34;
  font-weight: 500;
  display: block;
  padding: .6rem 0;
}

.header-nuevo nav ul li .submenu .wrap ul li a:hover {
  color: #07C9A5;
}

.header-nuevo nav ul li .submenu .wrap .card-not {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-nuevo nav ul li .submenu .wrap .card-not__img {
  width: 14.6rem;
  min-width: 14.6rem;
}

.header-nuevo nav ul li .submenu .wrap .card-not__txt {
  padding-top: 0;
}

.header-nuevo nav ul li .submenu .wrap .card-not__txt h3 {
  font-size: 1.5rem;
  margin-bottom: .4rem;
}

.header-nuevo nav ul li .submenu .wrap .card-not__txt .btn-naranjo {
  width: 111px;
  height: 35px;
  padding: 7px 5px;
}

.header-nuevo nav ul li:hover .submenu {
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-nuevo nav {
    width: 100%;
  }
  .header-nuevo nav ul {
    display: block;
  }
  .header-nuevo nav ul li {
    margin-bottom: 20px;
  }
}

.header-nuevo .botones-head {
  margin-left: 2rem;
  position: relative;
  padding-bottom: 28px;
}

.header-nuevo .botones-head a {
  display: inline-block;
  margin-left: .8rem;
  color: #fff;
}

.header-nuevo .botones-head a.ic-font {
  margin-left: .3rem;
  font-weight: 700;
}

.header-nuevo .botones-head a.ic-font#font-minus {
  margin-left: .8rem;
}

@media only screen and (max-width: 991px) {
  .header-nuevo .botones-head {
    margin-bottom: 2rem;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header-nuevo .botones-head a {
    margin-left: 2rem;
  }
  .header-nuevo .botones-head a.ic-font {
    margin-left: 1rem;
  }
  .header-nuevo .botones-head a.ic-font#font-minus {
    margin-left: 2rem;
  }
}

.header-nuevo .head-bottom {
  background: #0A1A34;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .6rem 0;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .head-bottom {
    padding: .4rem 0;
  }
}

.header-nuevo .head-bottom .wrap {
  padding-bottom: 0;
}

.header-nuevo .head-bottom .bread-head {
  border-right: 1px solid #f5f5f5;
  padding-right: 1.2rem;
  padding-top: .3rem;
}

.header-nuevo .head-bottom .bread-head a {
  color: #f5f5f5;
  font-size: .875rem;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .head-bottom .bread-head a {
    font-size: .75rem;
  }
}

@media only screen and (max-width: 991px) {
  .header-nuevo .head-bottom .bread-head {
    display: none;
  }
}

.header-nuevo .head-bottom .perfiles {
  display: flex;
  align-items: center;
  border-left: 1px solid #fff;
  padding-left: 1.2rem;
}

.header-nuevo .head-bottom .perfiles p {
  color: #fff;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.header-nuevo .head-bottom .perfiles a {
  font-size: .875rem;
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  display: inline-block;
  padding: .4rem .8rem;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 1rem;
}

.header-nuevo .head-bottom .perfiles a:hover {
  background: #fff;
  color: #0A1A34;
}

@media only screen and (max-width: 550px) {
  .header-nuevo .head-bottom .perfiles a {
    font-size: .75rem;
  }
}

@media only screen and (max-width: 991px) {
  .header-nuevo .head-bottom .perfiles {
    border-left: none;
    padding-left: 0;
  }
}

.header-nuevo .btn-menu {
  z-index: 999;
  height: auto;
  margin-right: 5px;
  cursor: pointer;
  display: none;
  padding-top: .8rem;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .header-nuevo .btn-menu {
    display: block;
  }
}

.header-nuevo .btn-menu span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  display: block;
}

.header-nuevo .btn-menu.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.header-nuevo .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

.header-nuevo .btn-menu.open span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -4px);
}

.menu-mobile {
  height: 90vh;
  width: 100vw;
  background: var(--green);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 118;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translate(0, -110%);
  transition: all 0.7s;
}

.menu-mobile.active {
  transform: translate(0, 0);
  transition: all 0.7s;
}

.menu-mobile .lupa-mobile {
  color: white;
  cursor: pointer;
  font-size: 20px;
}

.menu-mobile ul li {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25%;
}

.menu-mobile .redes-mobile {
  margin: 10px 0;
  font-size: 30px;
}

.menu-mobile .redes-mobile a {
  margin: 0 5px;
}

.menu-mobile .btn-perfil button {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  background: none;
  border: none;
  color: white;
}

.header-sticky {
  background: #0A1A34;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: .5rem 0 0;
  visibility: visible;
  height: 65px;
  display: flex;
  align-items: flex-end;
  transition: all .3s ease;
  transform: translateY(-100%);
}

@media only screen and (max-width: 991px) {
  .header-sticky {
    display: none;
  }
}

.header-sticky.visible {
  visibility: visible;
  transform: translateY(0%);
}

.header-sticky .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  padding: 0 30px;
}

.header-sticky .logo {
  width: 6rem;
  display: block;
  padding-bottom: 10px;
}

.header-sticky .logo img {
  width: 100%;
}

.header-sticky .head-der {
  display: flex;
  align-items: center;
}

.header-sticky nav {
  float: none;
  height: auto;
  margin: 0;
  background: transparent;
  padding-left: 1rem;
}

.header-sticky nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.header-sticky nav ul li {
  margin: 0 .2rem;
  display: inline-block;
}

.header-sticky nav ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 12px 10px 23px;
  font-weight: bold;
  display: block;
}

@media only screen and (max-width: 1360px) {
  .header-sticky nav ul li {
    margin: 0 .1rem;
  }
  .header-sticky nav ul li a {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 1250px) {
  .header-sticky nav ul li {
    margin: 0 0rem;
  }
  .header-sticky nav ul li a {
    font-size: .8rem;
    padding: 12px 5px 23px;
  }
}

.header-sticky nav ul li .submenu {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 99;
  left: 0;
  top: 60px;
  display: none;
  padding-bottom: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .header-sticky nav ul li .submenu {
    position: relative;
    top: auto;
  }
}

.header-sticky nav ul li .submenu .wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 1.3rem;
}

@media only screen and (max-width: 991px) {
  .header-sticky nav ul li .submenu .wrap {
    flex-direction: column;
  }
}

.header-sticky nav ul li .submenu .wrap ul {
  padding-left: 0;
  margin: 0;
  display: block;
  text-align: left;
  width: 250px;
  min-width: 250px;
  border-right: 1px solid #bdbdbd;
  padding-right: 1rem;
  margin-right: 40px;
}

@media only screen and (max-width: 991px) {
  .header-sticky nav ul li .submenu .wrap ul {
    width: 100%;
    min-width: 100%;
    border: none;
  }
}

.header-sticky nav ul li .submenu .wrap ul li {
  border-bottom: 1px solid #f5f5f5;
}

.header-sticky nav ul li .submenu .wrap ul li:last-child {
  border-bottom: none;
}

.header-sticky nav ul li .submenu .wrap ul li a {
  font-size: .875rem;
  color: #0A1A34;
  font-weight: 500;
  display: block;
  padding: .8rem 0;
}

.header-sticky nav ul li .submenu .wrap ul li a:hover {
  color: #07C9A5;
}

.header-sticky nav ul li .submenu .wrap .card-not {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-sticky nav ul li .submenu .wrap .card-not__img {
  width: 14.6rem;
  min-width: 14.6rem;
}

.header-sticky nav ul li .submenu .wrap .card-not__txt {
  padding-top: 0;
}

.header-sticky nav ul li .submenu .wrap .card-not__txt h3 {
  font-size: 1.5rem;
  margin-bottom: .4rem;
}

.header-sticky nav ul li .submenu .wrap .card-not__txt .btn-naranjo {
  width: 111px;
  height: 35px;
  padding: 7px 5px;
}

.header-sticky nav ul li:hover .submenu {
  display: block;
}

.header-sticky .perfiles {
  display: flex;
  align-items: center;
  align-items: center;
  border-left: 1px solid #fff;
  padding-left: 1rem;
  margin-left: 1rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1300px) {
  .header-sticky .perfiles {
    margin-left: .5rem;
    padding-left: .8rem;
  }
}

.header-sticky .perfiles p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  .header-sticky .perfiles p {
    font-size: .8rem;
  }
}

.header-sticky .perfiles a {
  font-size: .81rem;
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  display: inline-block;
  padding: .4rem .8rem;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 1rem;
}

@media only screen and (max-width: 1300px) {
  .header-sticky .perfiles a {
    padding: .4rem .6rem;
    margin-left: .6rem;
  }
}

.card-not {
    display: flex;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 1.3rem;
    margin-bottom: 1.25rem;
  }
  
  @media only screen and (max-width: 768px) {
    .card-not {
      flex-direction: column;
    }
  }
  
  .card-not:last-child {
    border: none;
  }
  
  .card-not__img {
    width: 19.75rem;
    min-width: 19.75rem;
  }
  
  .card-not__img img {
    width: 100%;
  }
  
  @media only screen and (max-width: 768px) {
    .card-not__img {
      width: 100%;
      min-width: 100%;
    }
  }
  
  .card-not__txt {
    width: calc(100% - 19.75rem);
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: .5rem;
  }
  
  @media only screen and (max-width: 768px) {
    .card-not__txt {
      width: 100%;
      min-width: 100%;
      padding: 1rem 0 0;
    }
  }
  
  .card-not__txt h3 {
    margin: 0 0 1rem;
    font-size: 1.125rem;
    font-weight: 600;
  }
  
  @media only screen and (max-width: 550px) {
    .card-not__txt h3 {
      font-size: 1rem;
      margin-bottom: .8rem;
    }
  }
  
  .card-not.full .card-not__img {
    width: 26.81rem;
    min-width: 26.81rem;
  }
  
  @media only screen and (max-width: 768px) {
    .card-not.full .card-not__img {
      width: 100%;
      min-width: 100%;
    }
  }
  
  .card-not.full .card-not__txt {
    width: auto;
    flex: 1;
    padding-right: 0;
    justify-content: flex-start;
  }
  
  .card-not.full .card-not__txt h3 {
    margin-bottom: 1.3rem;
  }
  
  .card-not.full .card-not__txt p {
    margin-bottom: 2rem;
  }

  footer {
    background: #0A1A34;
    border-top: none;
    padding-top: 1.8rem;
    margin-top: 0;
    padding-bottom: .5rem;
  }
  
  footer .logo {
    width: 7.4rem;
    display: inline-block;
    margin-bottom: 1rem;
  }
  
  footer .logo img {
    width: 100%;
  }
  
  footer p {
    color: #fff;
    font-size: .9rem;
  }
  
  footer p a {
    color: #fff;
  }
  
  footer p a:hover {
    color: #07C9A5;
  }
  
  footer p b {
    font-weight: 600;
  }
  
  footer .c-footer {
    display: flex;
    justify-content: space-between;
  }
  
  @media only screen and (max-width: 991px) {
    footer .c-footer {
      flex-wrap: wrap;
    }
  }
  
  footer .item-footer {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
  }
  
  footer .item-footer__img {
    text-align: center;
    width: 16px;
    margin-right: 8px;
  }
  
  footer .item-footer p {
    font-size: .813rem;
    margin-bottom: 0;
    color: #fff;
  }
  
  footer .redes-footer {
    display: flex;
    margin: 1.5rem 0 .4rem;
  }
  
  footer .redes-footer a {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0A1A34;
    margin-right: 1.3rem;
  }
  
  footer .redes-footer a:hover {
    background: #07C9A5;
    color: #fff;
  }
  
  footer .f-der {
    min-width: 30rem;
  }
  
  @media only screen and (max-width: 991px) {
    footer .f-der {
      min-width: 0;
      margin-top: 2rem;
    }
  }
  
  footer .f-der h5 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
  }
  
  footer .f-der a {
    font-size: .875rem;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: .5rem;
  }
  
  footer .f-der a:hover {
    color: #07C9A5;
  }
  
  footer .f-der a img {
    display: inline-block;
    margin-left: .2rem;
  }
  
  footer .img-footer {
    margin: 1rem 0;
    width: 100%;
    vertical-align: bottom;
  }