:root {
  --dorado-jph:#BE9D67;
  --azul-wms:#3590F3;
  --colorSegundoBanner:#D7E9FD;
  --colorQuintoBanner:#D2DFFF;
  --shadow-cards: #B3CEEB;
  --color-i: #FFFFFF;
}

* {
  scroll-behavior: smooth;
  font-family: "Raleway", sans-serif;
}

.f-os {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

.f-ro {
  font-family: "Rubik", sans-serif;
  color: #333;
}

.relative-cards {
  position: relative;
  left: -7vw;
}

.w-300img {
  width: 300px;
}

.w-200img {
  width: 200px;
}

.w-400img {
  width: 400px;
}

.mn-w250 {
  min-width: 250px;
  max-width: 250px;
}

.mw-250 {
  min-width: 250px;
}

.br-footer {
  border-bottom: 1px solid #efefef;
}

.ml-custom {
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .ml-custom {
    margin-left: 0;
  }
}

.pcustom {
  padding: 7.5rem 0;
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform-origin: center;
  z-index: 2;
}

.item {
  transform-origin: center;
  transition: 0.5s;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.item:hover {
  color: var(--dorado-jph);
}
@media (max-width: 567px) {
  .item {
    font-size: 0.6rem;
  }
}

.controls {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}

.left, .right {
  display: inline-block;
  color: #333;
  font-size: 3em;
  cursor: pointer;
}

.left {
  margin-right: 30px;
}

.right {
  margin-left: 30px;
}

.underline {
  text-decoration: underline;
}

.h-400 {
  min-height: 340px;
}

.grid-custom {
  display: grid;
  grid-template-rows: 100px auto;
}

.fix-custom {
  position: fixed;
  top: 0;
  z-index: 3;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .fix-custom {
    box-shadow: none;
    background: none;
  }
}

.hidden-custom {
  overflow-x: hidden;
}

.pointer-custom {
  pointer-events: none;
  cursor: pointer;
}

.btn__top {
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  padding: 1rem;
  font-size: 3rem;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.28);
  transition: all 0.3s;
  transform: translateY(15vh);
}
.btn__top p {
  font-size: 0;
  margin: 0;
}
.btn__top a {
  color: var(--dorado-jph);
}

.f-k {
  font-size: 1.3rem;
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.texto-izquierda {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 1.3s;
}

.imagen-derecha {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 0.3s;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.p-custom-wms {
  padding-top: 10rem;
}

.t-one {
  transition: all 1s;
}

.font-5 {
  font-size: 4rem;
}

.custom__footer #site-content {
  min-height: 100%;
  min-height: 100vh;
  padding-top: 65px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: #000 0 7px 35px 0;
  -moz-box-shadow: #000 0 7px 35px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 7px 35px 0;
  background: #f6f6f6;
}
.custom__footer #site-footer {
  font-size: 85%;
  background-color: #f5f5f5;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom__footer #site-content {
  position: relative;
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/logo_jph.png);
}
.custom__footer #site-content .opac-footer {
  background: #ffffff30;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.custom__footer #site-footer {
  min-height: 20vw;
}

.footer-page {
  background-color: #333;
  width: 100%;
}
.footer-page .oficina--div {
  color: #efefef;
}
.footer-page .oficina--div h4 {
  font-weight: 700;
  font-size: 1rem;
}
.footer-page .oficina--div p {
  font-weight: 300;
  font-size: 0.8rem;
}
.footer-page .contacto--div {
  color: #efefef;
}
.footer-page .contacto--div a {
  color: #efefef;
  text-decoration: none;
}
.footer-page .contacto--div a:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}
.footer-page .contacto--div h4 {
  font-weight: 700;
  font-size: 1rem;
}
.footer-page .contacto--div p {
  font-weight: 300;
  font-size: 0.8rem;
}
.footer-page .documentos--utiles {
  color: #efefef;
}
.footer-page .documentos--utiles h4 {
  font-weight: 700;
  font-size: 1rem;
}
.footer-page .documentos--utiles p {
  font-weight: 300;
  font-size: 0.8rem;
}

.dropArrow {
  transform: rotate(180deg);
}

.bp-li {
  border-top: 1px solid #aaa;
  padding-top: 0.5rem;
}

.logo-jph {
  padding: 0 1rem;
}

.h-300-carousel {
  height: 300px;
}

.spanConsultoria {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.header-home {
  position: relative;
  background: url(../images/banner-principal.webp) no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: -25rem center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .header-home {
    background-position: center 0rem;
  }
}
.header-home .white-opacity {
  background: rgba(0, 0, 0, 0.53);
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .header-home .logo-jph a {
    justify-content: start;
  }
}
.header-home .logo-jph a:hover {
  text-decoration: none;
}
.header-home .logo-jph a img {
  width: 3rem;
  min-width: 3rem;
}
@media (min-width: 769px) {
  .header-home .logo-jph a img {
    width: 1.5rem;
    min-width: 3rem;
  }
}
@media (max-width: 769px) {
  .header-home .padre_nav_desktop {
    display: none;
  }
}
.header-home .padre_nav_desktop .ul__padre {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
.header-home .padre_nav_desktop .ul__padre li .ul__link__padre {
  color: #efefef;
  margin: 0 1rem;
  font-weight: 300;
  text-decoration: none;
}
.header-home .padre_nav_desktop .ul__padre li .ul__link__padre:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}
.header-home .padre-container-texto {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-home .padre-container-texto .container-imagen-texto {
  text-align: center;
}
.header-home .padre-container-texto .container-imagen-texto img {
  width: 12rem;
}
.header-home .padre-container-texto .container-imagen-texto p {
  color: #efefef;
  font-weight: 400;
  margin: 0;
  border-radius: 10px;
  padding: 1rem;
}

.section-banner-two {
  background: url(../images/background-segundo-banner.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 7rem;
}
.section-banner-two .padre-note-jph {
  display: flex;
  justify-content: center;
  position: relative;
  top: -8rem;
  opacity: 1;
  animation-name: opacityGo;
  animation-duration: 1.5s;
}
@media (min-width: 569px) {
  .section-banner-two .padre-note-jph {
    top: -15rem;
  }
}
@media (min-width: 768px) {
  .section-banner-two .padre-note-jph {
    top: -8rem;
  }
}
.section-banner-two .padre-note-jph img {
  width: 45rem;
}
@media (max-width: 568px) {
  .section-banner-two .padre-note-jph img {
    width: 19rem;
  }
}
.section-banner-two .container_columnas {
  position: relative;
  top: -5rem;
}

.custom-shape-divider-bottom-1645188199 {
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1645188199 svg {
  position: relative;
  display: block;
  width: calc(165% + 1.3px);
  height: 167px;
}
.custom-shape-divider-bottom-1645188199 .shape-fill {
  fill: #FFFFFF;
}

.section-banner-three .wave-custom {
  position: relative;
}
.section-banner-three .balls-wms {
  position: relative;
}
.section-banner-three .balls-wms-two {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  bottom: 0;
}
.section-banner-three .balls-wms-two div {
  width: 25px;
  height: 25px;
  position: absolute;
  background: var(--azul-wms);
  bottom: 0rem;
  border-radius: 50%;
  left: 3rem;
}
.section-banner-three .balls-wms-two::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--azul-wms);
  border-radius: 50%;
  bottom: -2rem;
  left: 0rem;
}
.section-banner-three .balls-wms-two::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--colorQuintoBanner);
  border-radius: 50%;
  bottom: 2rem;
  left: 2rem;
}
.section-banner-three .container-wms-text .title-text-wms h2 {
  font-weight: 700;
  color: #333;
}
.section-banner-three .container-wms-text .title-text-wms p {
  font-weight: 500;
  color: #707070;
}

@keyframes opacityGo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wms-blue {
  background: var(--azul-wms);
}

.w-15rem {
  width: 15rem;
}

.shadow-blue {
  box-shadow: 0px 0px 16px #94c2f4;
  border-radius: 8px;
}
.shadow-blue img {
  border-radius: 8px;
}

.card-blue-wms {
  color: #f6f6f6;
  height: 8.125rem;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}
.card-blue-wms h3 {
  margin-bottom: 0;
  font-size: 30px;
}
.card-blue-wms img {
  width: 3rem;
  position: absolute;
  right: 2.5rem;
  bottom: 1.5rem;
}

.section-banner-four {
  background: url(../images/banner-four.png) no-repeat;
  background-size: cover;
}
.section-banner-four .div-one-consulta h2 {
  color: #333;
  font-weight: 700;
  margin: 0;
}
.section-banner-four .div-one-consulta p {
  color: #707070;
  font-weight: 500;
  margin: 2rem 0;
}
.section-banner-four .div-two-consulta {
  margin-bottom: 2rem;
}
.section-banner-four .div-two-consulta p {
  color: #707070;
  font-weight: 500;
}
.section-banner-four .div-two-consulta p i {
  color: #4E8098;
}
.section-banner-four .div-image-fade {
  position: relative;
  overflow: hidden;
}
.section-banner-four .div-image-fade img {
  transition: all 1s;
}

.section-banner-five .div-one-nomina h2 {
  color: #333;
  font-weight: 700;
  margin: 0;
}
.section-banner-five .div-one-nomina p {
  color: #707070;
  font-weight: 500;
  margin: 2rem 0;
}
.section-banner-five .div-image-fade {
  position: relative;
  overflow: hidden;
}
.section-banner-five .div-image-fade img {
  transition: all 1s;
}

.view {
  transform: translate(0);
}

.inView {
  transform: translate(100vw);
}

.viewTwo {
  transform: translate(0);
}

.inViewTwo {
  transform: translate(-100vw);
}

.balls-style {
  position: absolute;
  top: -10px;
  right: 0;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .balls-style {
    right: 0;
    top: -2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .balls-style {
    top: -2rem;
  }
}
.balls-style div {
  width: 25px;
  height: 25px;
  position: absolute;
  background: #D8B991;
  bottom: 1.4rem;
  border-radius: 50%;
  left: 1.7rem;
}
.balls-style::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--dorado-jph);
  border-radius: 50%;
}
.balls-style::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--colorQuintoBanner);
  border-radius: 50%;
  bottom: 2.5rem;
  left: -1rem;
}

.section-banner-six {
  background: linear-gradient(45deg, var(--colorQuintoBanner), transparent);
}
.section-banner-six .div-one-analytics h2 {
  color: #333;
  font-weight: 700;
  margin: 0;
}
.section-banner-six .div-one-analytics p {
  color: #707070;
  font-weight: 500;
  margin: 2rem 0;
}
.section-banner-six .div-image-fade {
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
.section-banner-six .div-image-fade img {
  transition: all 1s;
}
.section-banner-six .custom-shape-divider-top-1645623578 {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.section-banner-six .custom-shape-divider-top-1645623578 svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 157px;
  transform: rotateY(180deg);
}
.section-banner-six .custom-shape-divider-top-1645623578 .shape-fill {
  fill: #FFFFFF;
}
.section-banner-six .custom-shape-divider-bottom-1645623976 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 10rem;
  line-height: 0;
  transform: rotate(180deg);
}
.section-banner-six .custom-shape-divider-bottom-1645623976 svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 157px;
  transform: rotateY(180deg);
}
.section-banner-six .custom-shape-divider-bottom-1645623976 .shape-fill {
  fill: #FFFFFF;
}

.section-banner-seven .div-opa {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-banner-seven .div-one-modulos div {
  transition: all 0.5s;
}
.section-banner-seven .div-one-modulos h2 {
  color: #333;
  font-weight: 700;
  margin: 0;
}
.section-banner-seven .div-one-modulos p {
  color: #707070;
  font-weight: 500;
  margin: 2rem 0;
}
.section-banner-seven .custom-shape-divider-top-1645626659 {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.section-banner-seven .custom-shape-divider-top-1645626659 svg {
  position: relative;
  display: block;
  width: calc(240% + 1.3px);
  height: 200px;
}
.section-banner-seven .custom-shape-divider-top-1645626659 .shape-fill {
  fill: #FFFFFF;
}
.section-banner-seven .container-circle {
  overflow: hidden;
  height: 60vh;
  min-height: 60vh;
  border-radius: 50%;
  background: url(../images/clock-image.png) no-repeat;
  background-position: center;
  background-size: 95.6%;
  position: relative;
}
.section-banner-seven .container-circle .rgbaClock {
  background: #ffffffeb;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 567px) {
  .section-banner-seven .container-circle {
    min-height: 46vh;
    min-width: 330px;
    background-size: 92%;
  }
}
@media (max-height: 768px) {
  .section-banner-seven .container-circle {
    height: 70vh;
  }
}

.opacity-circle-on {
  opacity: 1;
}

.opacity-circle-off {
  opacity: 0;
}

@keyframes opacityArrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.radius-image {
  background-image: linear-gradient(to right top, #be9d67, #d1a578, #e3ad8b, #f2b79e, #ffc1b3);
  border-radius: 50%;
  min-width: 60px;
  min-height: 50px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-right: 1rem;
  color: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.section-servicios {
  background: url(../images/pruebasbackservicios4.svg) no-repeat;
  height: 100%;
  background-size: cover;
}

.servicios--div {
  text-align: center;
}
.servicios--div h5 {
  font-size: 2rem;
  font-weight: bold;
}
.servicios--div p {
  font-weight: 700;
  color: #707070;
}

.seccion--div h6 {
  font-weight: bold;
}
.seccion--div p {
  font-weight: 500;
  color: #707070;
  font-size: 14px;
}

.sombra--div {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #FFFFFF;
  padding: 3rem 0;
  border-radius: 30px;
}

.div--margin {
  margin-bottom: 1rem;
}

.team-section h4 {
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
}
.team-section p {
  color: #707070;
  font-weight: 500;
  margin: 2rem 0;
  font-size: 1.3rem;
}
.team-section .check-team {
  font-weight: 900;
  font-size: 15px;
}
.team-section .container__circle__imagen {
  position: relative;
  overflow: hidden;
  width: 300px;
  border-radius: 50%;
  height: 300px;
  background: linear-gradient(45deg, #DAE5FF, #6abff5b3);
  display: flex;
  justify-content: center;
}

.banner-testimonial {
  background: url(../images/analyticsback.svg) no-repeat;
  background-size: cover;
}
.banner-testimonial .div-image-fade {
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
.banner-testimonial .div-image-fade img {
  transition: all 1s;
}

.titulo-testimonial {
  color: #333333;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0px;
}

.rtitulo-testimonial {
  font-weight: 300;
  font-size: 1.2rem;
  padding-top: 8px;
  color: #333;
}

.text-testimonial {
  color: #333;
  font-weight: 300;
  font-size: 1rem;
}

.icono-testimonial {
  color: #333;
}

.progress {
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.progress svg {
  width: 100%;
  height: 100%;
}

.circle-progress-value {
  stroke-width: 3px;
  stroke: var(--dorado-jph);
  stroke-linecap: round;
}

.circle-progress-circle {
  stroke-width: 1px;
}

.card-servicios {
  background: #ffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 250px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  flex-direction: column;
}

.iCustom {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #424242;
}

.header-analytics {
  background: url(../images/analytics-banner.jpg) no-repeat;
  height: 70vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.header-analytics .blur-header {
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-analytics .blur-header h1 {
  color: var(--dorado-jph);
}
.header-analytics .blur-header p {
  font-weight: 300;
  color: #efefef;
}
.header-analytics .blur-header p a {
  color: #efefef;
}
@media (min-width: 769px) {
  .header-analytics .logo-jph a {
    justify-content: start;
  }
}
.header-analytics .logo-jph a:hover {
  text-decoration: none;
}
.header-analytics .logo-jph a img {
  width: 3rem;
  min-width: 3rem;
}
@media (min-width: 769px) {
  .header-analytics .logo-jph a img {
    width: 3rem;
    min-width: 3rem;
  }
}
@media (max-width: 769px) {
  .header-analytics .padre_nav_desktop {
    display: none;
  }
}
.header-analytics .padre_nav_desktop .ul__padre {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
.header-analytics .padre_nav_desktop .ul__padre li .ul__link__padre {
  color: #efefef;
  margin: 0 1rem;
  font-weight: 300;
  text-decoration: none;
}
.header-analytics .padre_nav_desktop .ul__padre li .ul__link__padre:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}

.info-analytics {
  background: url(../images/analyticsback.svg);
  background-size: cover;
}
.info-analytics p {
  color: #333;
  font-weight: 400;
}
.info-analytics h3 {
  font-weight: bold;
}

.header-nomina {
  background: url(../images/nomina-banner.webp) no-repeat;
  height: 67vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center -15rem;
  position: relative;
}
.header-nomina .blur-header {
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-nomina .blur-header h1 {
  color: var(--dorado-jph);
}
.header-nomina .blur-header p {
  font-weight: 300;
  color: #efefef;
}
@media (min-width: 769px) {
  .header-nomina .logo-jph a {
    justify-content: start;
  }
}
.header-nomina .logo-jph a:hover {
  text-decoration: none;
}
.header-nomina .logo-jph a img {
  width: 3rem;
  min-width: 3rem;
}
@media (min-width: 769px) {
  .header-nomina .logo-jph a img {
    width: 3rem;
    min-width: 3rem;
  }
}
@media (max-width: 769px) {
  .header-nomina .padre_nav_desktop {
    display: none;
  }
}
.header-nomina .padre_nav_desktop .ul__padre {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
.header-nomina .padre_nav_desktop .ul__padre li .ul__link__padre {
  color: #efefef;
  margin: 0 1rem;
  font-weight: 300;
  text-decoration: none;
}
.header-nomina .padre_nav_desktop .ul__padre li .ul__link__padre:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}

.info-nomina {
  background-color: #D4E0FE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e1e9fb'/%3E%3Cstop offset='1' stop-color='%23e1e9fb' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23d7d3e8'/%3E%3Cstop offset='1' stop-color='%23d7d3e8' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e3dde5'/%3E%3Cstop offset='1' stop-color='%23e3dde5' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D4E0FE'/%3E%3Cstop offset='1' stop-color='%23D4E0FE' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23EDF3F8'/%3E%3Cstop offset='1' stop-color='%23EDF3F8' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D9C7D3'/%3E%3Cstop offset='1' stop-color='%23D9C7D3' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  padding: 5rem 0;
}
.info-nomina p {
  color: #707070;
}
.info-nomina h3 {
  font-weight: bold;
}

.header-wms {
  background: url(../images/08.jpg) no-repeat;
  height: 70vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.header-wms .blur-header {
  background: rgba(0, 0, 0, 0.53);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-wms .blur-header h1 {
  color: var(--dorado-jph);
}
.header-wms .blur-header p {
  font-weight: 300;
  color: #efefef;
}
@media (min-width: 769px) {
  .header-wms .logo-jph a {
    justify-content: start;
  }
}
.header-wms .logo-jph a:hover {
  text-decoration: none;
}
.header-wms .logo-jph a img {
  width: 3rem;
  min-width: 3rem;
}
@media (min-width: 769px) {
  .header-wms .logo-jph a img {
    width: 3rem;
    min-width: 3rem;
  }
}
@media (max-width: 769px) {
  .header-wms .padre_nav_desktop {
    display: none;
  }
}
.header-wms .padre_nav_desktop .ul__padre {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
.header-wms .padre_nav_desktop .ul__padre li .ul__link__padre {
  color: #efefef;
  margin: 0 1rem;
  font-weight: 300;
  text-decoration: none;
}
.header-wms .padre_nav_desktop .ul__padre li .ul__link__padre:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}

.info-wms {
  background: url(../images/wms5.svg) no-repeat;
  background-size: cover;
}
.info-wms p {
  font-weight: 400;
  color: #333;
}
.info-wms h3 {
  font-weight: bold;
}

.imagen-derecha .balls-style-wms {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
}
.imagen-derecha .balls-style-wms div {
  width: 25px;
  height: 25px;
  position: absolute;
  background: #D8B991;
  bottom: 1.4rem;
  border-radius: 50%;
  left: 1.7rem;
}
.imagen-derecha .balls-style-wms::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--dorado-jph);
  border-radius: 50%;
}
.imagen-derecha .balls-style-wms::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--colorQuintoBanner);
  border-radius: 50%;
  bottom: 2.5rem;
  left: -1rem;
}

.iconos-wms {
  font-weight: 600;
  color: #9894E6;
}

input[type=radio] {
  display: none;
}

.container-c {
  width: 100%;
  max-width: 330px;
  max-height: 400px;
  height: 600px;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container-c .cards {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.container-c .cards .card {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}
.container-c .cards .card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.container-c .cards .card .container__first__card .container__img__title div {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--dorado-jph);
  border-radius: 50%;
}
.container-c .cards .card .container__first__card .container__img__title h3 {
  color: #333;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.container-c .cards .card .container__first__card .parraf__supervisor {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.container-c .cards .card .first__tabla__card .table thead tr {
  border: none;
  border-bottom: none;
}
.container-c .cards .card .first__tabla__card .table th {
  border: none;
  border-bottom: none;
  font-weight: 400;
  color: #333;
}
.container-c .cards .card .first__tabla__card .table tr {
  border: none;
}
.container-c .cards .card .first__tabla__card .table td {
  border: none;
}
.container-c .cards .card .second__tabla__card .table thead tr {
  border: none;
  border-bottom: none;
}
.container-c .cards .card .second__tabla__card .table th {
  border: none;
  border-bottom: none;
  font-weight: 400;
  color: #333;
}
.container-c .cards .card .second__tabla__card .table tr {
  border: none;
}
.container-c .cards .card .second__tabla__card .table td {
  border: none;
}
.container-c .cards .card .container__second__card .container__title__solicitudes h3 {
  color: #333;
  font-size: 1.2rem;
}
.container-c .cards .card .container__three__card .container__title__tcard i {
  color: #E13838;
  font-size: 3rem;
  padding: 1rem;
}
.container-c .cards .card .container__three__card .container__title__tcard h3 {
  font-size: 1.3rem;
  color: #333;
}
.container-c .cards .card .container__three__card .container__first__column h4 {
  font-size: 14px;
}
.container-c .cards .card .container__three__card .container__second__column h3 {
  font-size: 1.3rem;
  color: #333;
  margin: 1rem 0;
}
.container-c .cards .card .container__three__card .container__second__column h4 {
  font-size: 14px;
}
.container-c #item-1:checked ~ .cards #song-3, .container-c #item-2:checked ~ .cards #song-1, .container-c #item-3:checked ~ .cards #song-2 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
.container-c #item-1:checked ~ .cards #song-2, .container-c #item-2:checked ~ .cards #song-3, .container-c #item-3:checked ~ .cards #song-1 {
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
.container-c #item-1:checked ~ .cards #song-1, .container-c #item-2:checked ~ .cards #song-2, .container-c #item-3:checked ~ .cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}

.line-wms {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.line-wms::before {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  background: var(--dorado-jph);
}

.div-image-fade {
  position: relative;
  overflow: hidden;
}
.div-image-fade img {
  transition: all 1s;
}

.profiles__multiple {
  transition: all 1s;
  /* increase overlap and swing distance on smaller screens */
}
.profiles__multiple input {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
.profiles__multiple .selector {
  display: grid;
  grid-template-areas: "happy lovers" "pick  pick";
}
.profiles__multiple label {
  display: block;
  cursor: pointer;
}
.profiles__multiple .happy-card, .profiles__multiple .lovers-card {
  position: relative;
  padding: 20px;
  color: #586875;
  background-color: #f4f7f7;
  box-shadow: 0 10px 20px #0006;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.profiles__multiple .happy-card {
  grid-area: happy;
  margin-right: -10px;
  --swing: -25px;
  --overlap: 25px;
}
.profiles__multiple .lovers-card {
  grid-area: lovers;
  margin-left: -10px;
  --swing: 25px;
  --overlap: -25px;
}
.profiles__multiple #happy-radio:checked ~ .selector .happy-card,
.profiles__multiple #lovers-radio:checked ~ .selector .lovers-card {
  animation-name: swing-forwards;
}
@keyframes swing-forwards {
  0% {
    z-index: 1;
    transform: scale(0.9);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 2;
    transform: translateX(var(--overlap)) scale(1.1);
  }
}
.profiles__multiple #happy-radio:checked ~ .selector .lovers-card,
.profiles__multiple #lovers-radio:checked ~ .selector .happy-card {
  animation-name: swing-backwards;
}
@keyframes swing-backwards {
  0% {
    z-index: 2;
    transform: translateX(var(--overlap)) scale(1.1);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 1;
    transform: scale(0.9);
  }
}
.profiles__multiple h1 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bdd6d2;
  font-size: 1.5rem;
}
.profiles__multiple ul {
  margin: 15px 0;
  padding-left: 30px;
  line-height: 1.5rem;
  list-style-type: square;
}
.profiles__multiple p {
  margin: 0 -20px -20px;
  padding: 15px;
  background-color: #eee;
  font-weight: 500;
  text-align: center;
}
.profiles__multiple p a {
  text-decoration: none;
  color: #333;
}
.profiles__multiple .happy-pick, .profiles__multiple .lovers-pick {
  grid-area: pick;
  margin: 50px auto 0;
  width: 50px;
  padding: 15px;
  border-radius: 50%;
  background-color: var(--dorado-jph);
  font-size: 1.25rem;
  display: flex;
  -webkit-user-select: none;
  user-select: none;
  height: 50px;
  align-items: center;
  color: #f6f6f6;
  justify-content: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.profiles__multiple .happy-pick::before, .profiles__multiple .lovers-pick::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.profiles__multiple .happy-pick::before {
  content: "\f0a8";
}
.profiles__multiple .lovers-pick::after {
  content: "\f0a9";
}
.profiles__multiple #happy-radio:checked ~ .selector .happy-pick {
  display: none;
}
.profiles__multiple #lovers-radio:checked ~ .selector .lovers-pick {
  display: none;
}
@media (max-width: 560px) {
  .profiles__multiple .happy-card {
    margin-right: -85px;
    --swing: -100px;
  }
  .profiles__multiple .lovers-card {
    margin-left: -85px;
    --swing: 100px;
  }
}

.btn-check {
  background: #6CC26F;
  color: #efefef;
  padding: 0.2rem 0.7rem;
}

.btn-nocheck {
  background: #C22828;
  color: #efefef;
  padding: 0.2rem 0.7rem;
  margin: 0 0.3rem;
}

.header-autoconsulta {
  background: url(../images/autoconsulta-banner.jpg) no-repeat;
  height: 70vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.header-autoconsulta .blur-header {
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-autoconsulta .blur-header h1 {
  color: var(--dorado-jph);
}
.header-autoconsulta .blur-header p {
  font-weight: 300;
  color: #efefef;
}
@media (min-width: 769px) {
  .header-autoconsulta .logo-jph a {
    justify-content: start;
  }
}
.header-autoconsulta .logo-jph a:hover {
  text-decoration: none;
}
.header-autoconsulta .logo-jph a img {
  width: 3rem;
  min-width: 3rem;
}
@media (min-width: 769px) {
  .header-autoconsulta .logo-jph a img {
    width: 3rem;
    min-width: 3rem;
  }
}
@media (max-width: 769px) {
  .header-autoconsulta .padre_nav_desktop {
    display: none;
  }
}
.header-autoconsulta .padre_nav_desktop .ul__padre {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
.header-autoconsulta .padre_nav_desktop .ul__padre li .ul__link__padre {
  color: #efefef;
  margin: 0 1rem;
  font-weight: 300;
  text-decoration: none;
}
.header-autoconsulta .padre_nav_desktop .ul__padre li .ul__link__padre:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}

.info-autoconsulta {
  padding: 6rem 0;
  background-color: #F9EDAA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f5f0d1'/%3E%3Cstop offset='1' stop-color='%23f5f0d1' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23eadabf'/%3E%3Cstop offset='1' stop-color='%23eadabf' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e3dde5'/%3E%3Cstop offset='1' stop-color='%23e3dde5' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23F9EDAA'/%3E%3Cstop offset='1' stop-color='%23F9EDAA' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23EDF3F8'/%3E%3Cstop offset='1' stop-color='%23EDF3F8' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D9C7D3'/%3E%3Cstop offset='1' stop-color='%23D9C7D3' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.info-autoconsulta h3 {
  font-weight: bold;
}
.info-autoconsulta i {
  color: #707070;
  font-size: 14px;
}

.textoizq--div p {
  line-height: 22px;
  color: #333;
  font-weight: 300;
}

.spinner--div {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 5;
}

#load_animation {
  width: 100%;
  height: 100vh;
  font-size: 4rem;
  background-color: #fff;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.animation {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  padding: 10px;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  animation: spinner 3s infinite;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes spinner {
  50% {
    transform: translate(-50%, -50%);
    border: 2px solid rgba(0, 0, 0, 0.178);
    padding: 30px;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
    border: 3px solid rgba(0, 0, 0, 0);
    padding: 17rem;
    color: var(--dorado-jph);
  }
}
.header-faqs {
  background: url(../images/banner-faqs.webp) no-repeat;
  height: 70vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
.header-faqs .blur-header {
  background: rgba(0, 0, 0, 0.64);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-faqs .blur-header h1 {
  color: var(--dorado-jph);
}
.header-faqs .blur-header p {
  font-weight: 300;
  color: #efefef;
}
.header-faqs .blur-header p a {
  color: #efefef;
}
@media (min-width: 769px) {
  .header-faqs .logo-jph a {
    justify-content: start;
  }
}
.header-faqs .logo-jph a:hover {
  text-decoration: none;
}
.header-faqs .logo-jph a img {
  width: 3rem;
  min-width: 3rem;
}
@media (min-width: 769px) {
  .header-faqs .logo-jph a img {
    width: 3rem;
    min-width: 3rem;
  }
}
@media (max-width: 769px) {
  .header-faqs .padre_nav_desktop {
    display: none;
  }
}
.header-faqs .padre_nav_desktop .ul__padre {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
}
.header-faqs .padre_nav_desktop .ul__padre li .ul__link__padre {
  color: #efefef;
  margin: 0 1rem;
  font-weight: 300;
  text-decoration: none;
}
.header-faqs .padre_nav_desktop .ul__padre li .ul__link__padre:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}

.section--faqs {
  height: 100vh;
}

.circle--div {
  display: flex;
  justify-content: end;
}
.circle--div .circle--back {
  position: absolute;
}

.titulo--dorado {
  color: var(--dorado-jph);
  font-weight: bold;
  font-size: 1.5rem;
}

.titulo--principal {
  font-weight: bold;
  font-size: 2.3rem;
}

.texto--principal {
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--gray);
}

.wrapper {
  width: 60%;
}

h1 {
  margin-bottom: 20px;
}

.container--faqs {
  background-color: white;
  color: black;
  border-radius: 20px;
  border: 1px solid var(--gray);
  margin: 30px 0;
}

.question {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "+";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  color: var(--gray);
}

@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }

  .wrapper {
    width: 80%;
  }
}
.container__btns__sidebar {
  width: 100%;
  position: fixed;
  background: #414141;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 0;
  padding: 0.4rem 0;
  justify-content: space-between;
  z-index: 6;
}
@media (min-width: 769px) {
  .container__btns__sidebar {
    position: inherit;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}

.sideBar {
  background: #f6f6f6;
  position: fixed;
  z-index: 2;
  height: 100vh;
  top: 0;
  width: 70vw;
  transition: all 0.5s;
  left: -100vw;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.sideBar ul {
  list-style-type: none;
  padding: 0;
}
.sideBar ul li a {
  color: #333;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.sideBar ul li a:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}
.sideBar .closeSideBar {
  cursor: pointer;
  font-size: 20px;
}
.sideBar .sideBar__padre__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sideBar .sideBar__padre__ul li a {
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
  width: 13rem;
  color: #414141;
  text-decoration: none;
  height: 30px;
}
.sideBar .sideBar__padre__ul li a i {
  color: #aaa;
}

.shadowCloseSidebar {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1;
  height: 100vh;
  top: 0;
  width: 100vw;
  left: -100vw;
  cursor: pointer;
}

.w-3 {
  left: 0;
}

.menu-btn {
  display: flex;
  align-items: center;
  width: 80px;
  max-width: 65px;
  max-height: 35px;
  height: 80px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 769px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn .menu-btn__burger {
  width: 25px;
  height: 2px;
  background: var(--dorado-jph);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
}
.menu-btn .menu-btn__burger::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--dorado-jph);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
  transform: translateY(-8px);
}
.menu-btn .menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--dorado-jph);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
  transition: all 0.5s ease-in-out;
  transform: translateY(8px);
}

.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.btn-wms {
  display: flex;
}
.btn-wms a {
  color: #685638;
  font-weight: 600;
  border: 1px solid #685638;
  background-color: transparent;
  padding: 0.7rem 3.7rem;
  text-decoration: none;
  border-radius: 8px;
}
.btn-wms a:hover {
  background-color: #685638;
  color: #fff;
  transition: all 0.3s;
}

.btn-header {
  display: flex;
}
.btn-header a {
  color: #fff;
  font-weight: 600;
  border: 1px solid #685638;
  background-color: #685638;
  padding: 0.7rem 3.7rem;
  text-decoration: none;
  border-radius: 8px;
}
.btn-header a:hover {
  background-color: transparent;
  color: #685638;
  transition: all 0.3s;
}

.btn-analytics {
  display: flex;
}
.btn-analytics a {
  color: var(--azul-wms);
  font-weight: 600;
  border: 1px solid var(--azul-wms);
  background-color: transparent;
  padding: 0.7rem 3.7rem;
  text-decoration: none;
  border-radius: 8px;
}
.btn-analytics a:hover {
  background-color: var(--azul-wms);
  color: #fff;
  transition: all 0.3s;
}

.container-d {
  width: 100%;
  max-width: 330px;
  max-height: 400px;
  height: 600px;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container-d .cards-d {
  position: relative;
  width: 400px;
  height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .container-d .cards-d {
    width: 100%;
  }
}
.container-d .cards-d .card {
  position: absolute;
  width: 400px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .container-d .cards-d .card {
    width: 100%;
  }
}
.container-d .cards-d .card img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.container-d .cards-d .card .container__first__card .container__img__title div {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--dorado-jph);
  border-radius: 50%;
}
.container-d .cards-d .card .container__first__card .container__img__title h3 {
  color: #333;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.container-d .cards-d .card .container__first__card .parraf__supervisor {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.container-d .cards-d .card .container__second__card .container__title__solicitudes h3 {
  color: #333;
  font-size: 1.2rem;
}
.container-d .cards-d .card .container__second__card .first__tabla__card .table thead tr {
  border: none;
  border-bottom: none;
}
.container-d .cards-d .card .container__second__card .first__tabla__card .table th {
  border: none;
  border-bottom: none;
  font-weight: 400;
  color: #333;
}
.container-d .cards-d .card .container__second__card .first__tabla__card .table tr {
  border: none;
}
.container-d .cards-d .card .container__second__card .first__tabla__card .table td {
  border: none;
}
.container-d .cards-d .card .container__second__card .second__tabla__card .table thead tr {
  border: none;
  border-bottom: none;
}
.container-d .cards-d .card .container__second__card .second__tabla__card .table th {
  border: none;
  border-bottom: none;
  font-weight: 400;
  color: #333;
}
.container-d .cards-d .card .container__second__card .second__tabla__card .table tr {
  border: none;
}
.container-d .cards-d .card .container__second__card .second__tabla__card .table td {
  border: none;
}
.container-d .cards-d .card .container__three__card .container__title__tcard i {
  color: #E13838;
  font-size: 3rem;
  padding: 1rem;
}
.container-d .cards-d .card .container__three__card .container__title__tcard h3 {
  font-size: 1.3rem;
  color: #333;
}
.container-d .cards-d .card .container__three__card .container__first__column h4 {
  font-size: 14px;
}
.container-d .cards-d .card .container__three__card .container__second__column h3 {
  font-size: 1.3rem;
  color: #333;
  margin: 1rem 0;
}
.container-d .cards-d .card .container__three__card .container__second__column h4 {
  font-size: 14px;
}
.container-d #item-4:checked ~ .cards-d #song-6, .container-d #item-5:checked ~ .cards-d #song-4, .container-d #item-6:checked ~ .cards-d #song-5 {
  transform: translatex(-40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
.container-d #item-4:checked ~ .cards-d #song-5, .container-d #item-5:checked ~ .cards-d #song-6, .container-d #item-6:checked ~ .cards-d #song-4 {
  transform: translatex(40%) scale(0.8);
  opacity: 0.4;
  z-index: 0;
}
.container-d #item-4:checked ~ .cards-d #song-4, .container-d #item-5:checked ~ .cards-d #song-5, .container-d #item-6:checked ~ .cards-d #song-6 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;
}

.dots {
  display: flex;
  position: relative;
  margin: 0 1rem;
  padding: 1rem 0;
  cursor: pointer;
}
.dots .mod_p {
  color: #efefef;
  font-weight: 300;
  text-decoration: none;
}
.dots .mod_p:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}

.cut {
  clip-path: polygon(49.94543% 0%, 49.146605% 0.56499168%, 47.908524% 1.8619327%, 46.53612% 3.2937721%, 45.334324% 4.2634587%, 44.449473% 4.6785326%, 43.75% 4.8902239%, 43.123985% 4.967017%, 42.459505% 4.9773959%, 32.434877% 4.9773959%, 22.41025% 4.9773959%, 12.385622% 4.9773959%, 2.3609941% 4.9773959%, 1.7494639% 5.0755373%, 0.9648305% 5.3952797%, 0.28803037% 5.9746007%, 0% 6.8514776%, 0% 29.608196%, 0% 52.364914%, 0% 75.121632%, 0% 97.87835%, 0.17916238% 98.658483%, 0.67451585% 99.313006%, 1.4228599% 99.763343%, 2.3609941% 99.930917%, 25.989505% 99.930917%, 49.618015% 99.930917%, 73.246526% 99.930917%, 96.875036% 99.930917%, 97.979739% 99.839309%, 98.960507% 99.515581%, 99.662509% 98.886379%, 99.930917% 97.87835%, 99.930917% 75.233185%, 99.930917% 52.588019%, 99.930917% 29.942854%, 99.930917% 7.2976888%, 99.75287% 6.3432143%, 99.283323% 5.6113835%, 98.619164% 5.1426321%, 97.857283% 4.9773959%, 87.768866% 4.9773959%, 77.680448% 4.9773959%, 67.592031% 4.9773959%, 57.503614% 4.9773959%, 56.936197% 4.9640164%, 56.17412% 4.8766449%, 55.305914% 4.6444314%, 54.420113% 4.1965263%, 53.323874% 3.214925%, 51.989005% 1.8085795%, 50.75102% 0.54707587%);
}

.cut2 {
  clip-path: polygon(49.94543% 0%, 49.631999% 0.12564846%, 49.187804% 0.4688613%, 48.640661% 0.97903993%, 48.018387% 1.605585%, 47.3488% 2.2978983%, 46.659716% 3.0053809%, 45.978952% 3.6774339%, 45.334324% 4.2634587%, 42.618384% 6.7500473%, 39.935164% 8.743094%, 37.227225% 10.296864%, 34.437125% 11.465622%, 31.507425% 12.303633%, 28.380682% 12.865161%, 24.999456% 13.204473%, 21.306307% 13.375833%, 18.127097% 13.266869%, 14.650937% 13.191619%, 11.100005% 13.527542%, 7.6964784% 14.652097%, 4.6625364% 16.942746%, 2.2203573% 20.776948%, 0.5921189% 26.532164%, 0% 34.585852%, 0% 39.201516%, 0% 43.81718%, 0% 48.432844%, 0% 53.048507%, 0% 57.664171%, 0% 62.279835%, 0% 66.895499%, 0% 71.511163%, 0.37122067% 75.655781%, 1.506588% 80.247442%, 3.4386599% 84.97803%, 6.1999946% 89.539433%, 9.8231496% 93.623537%, 14.340684% 96.922228%, 19.785154% 99.127392%, 26.189119% 99.930917%, 33.206023% 99.598265%, 38.745175% 98.670068%, 43.261202% 97.250968%, 47.208726% 95.445606%, 51.042372% 93.358623%, 55.216765% 91.094659%, 60.186528% 88.758356%, 66.406286% 86.454354%, 72.757944% 85.114156%, 78.860888% 84.911615%, 84.53075% 85.376904%, 89.58316% 86.040195%, 93.833751% 86.431657%, 97.098153% 86.081462%, 99.191998% 84.519782%, 99.930917% 81.276787%, 99.930917% 74.373149%, 99.930917% 67.469512%, 99.930917% 60.565874%, 99.930917% 53.662237%, 99.930917% 46.7586%, 99.930917% 39.854963%, 99.930917% 32.951325%, 99.930917% 26.047688%, 99.483948% 23.602291%, 98.249148% 21.274547%, 96.385677% 19.128688%, 94.052694% 17.228949%, 91.409359% 15.639561%, 88.614834% 14.424756%, 85.828276% 13.648769%, 83.208846% 13.375833%, 79.780489% 13.234012%, 76.02116% 12.843221%, 72.072026% 12.184289%, 68.074254% 11.238045%, 64.16901% 9.9853175%, 60.497461% 8.4069355%, 57.200773% 6.4837289%, 54.420113% 4.1965263%, 53.612432% 3.3746811%, 52.867835% 2.5981691%, 52.190258% 1.8867921%, 51.583637% 1.260352%, 51.051908% 0.73865107%, 50.599007% 0.34149057%, 50.228869% 0%);
}

.container-drop-li {
  display: flex;
  height: 400px;
  justify-content: center;
  left: 96.3%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%) translateY(20px);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 250px;
  pointer-events: none;
}

.dot {
  background: #efefef;
  border-radius: 50%;
  height: 10px;
  margin-right: 5px;
  width: 10px;
  display: none;
}

.dot:last-child {
  margin-right: 0;
}

.drop {
  background: #efefef;
  border-radius: 1.2px;
  height: 5px;
  transform: translateY(-5px);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 5px;
}

.list {
  left: 96.3%;
  position: absolute;
  transform: translateX(-50%);
  top: 90px;
  width: 250px;
  pointer-events: none;
}

.list .ul-drop-section {
  margin: 0;
  padding: 0;
}

.list .ul-drop-section li {
  align-items: center;
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  font-size: 1rem;
  height: 50px;
  opacity: 0;
  list-style: none;
  transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  -moz-user-select: none;
}
.list .ul-drop-section li a {
  color: #333;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  font-weight: 300;
}
.list .ul-drop-section li a:hover {
  color: var(--dorado-jph);
  transition: all 0.2s;
}

.dots.active .container-drop-li {
  pointer-events: auto;
}

.dots.active .list {
  pointer-events: auto;
}

.dots.active .drop {
  transform: translateY(212px) scale(108);
}

.dots.active .list .ul-drop-section li {
  cursor: pointer;
  opacity: 1;
  transition: opacity 200ms 100ms cubic-bezier(0.4, 0, 0.2, 1);
}

.dots.active .list li:nth-child(2) {
  transition-delay: 130ms;
}

.dots.active .list li:nth-child(3) {
  transition-delay: 160ms;
}

.dots.active .list li:nth-child(4) {
  transition-delay: 190ms;
}

.dots.active .list li:nth-child(5) {
  transition-delay: 220ms;
}

.dots.active .shadow {
  opacity: 1;
  transition: opacity 150ms 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cursor {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 25px;
  width: 80px;
}

/*# sourceMappingURL=custom.css.map */
