/*
Theme Name: Cátedra Nacional JEP 2025
Theme URI: https://herramientaspedagogicas.jep.gov.co/catedra-nacional/
Author: Juan Diego Mesa O.
Author URI: http://juandiegomesa.com
Description: Tema personalizado para la Cátedra Nacional de la JEP
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: catedranacional
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cátedra Nacional JEP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
Desarrollado por Juan Diego Mesa O. para la SFI de la JEP
jdmdigitalcol@gmail.com
juandiegomesa.com 
*/

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
	box-sizing:border-box;
}
*:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

html {
  scroll-behavior: smooth;
}

body {
	width: 100vw;
	overflow-x: hidden;
	background: #fff url(./assets/bg.png) repeat-y top center;
	background-size: 100vw;
	padding-top: 75px;
	font-family:"Poppins", sans-serif;
	/* Estilos generales */
	--color-1: #003E68;
	--color-2: #00A591;
	--color-3: #F3D039;
	--color-4: #FC5D00;
	--color-5: #0A0A59;
	--gris-claro: #f4f4f4;
	--gris-oscuro: #ccc;
	--positivo: #fff;
	--negativo: #000;
	--fuente-1: "Poppins", sans-serif;
	--fuente-2: "Poppins", sans-serif;
	--fuente-xxxl: 5.5vw;
	--fuente-xxl: 4vw;
	--fuente-xl: 3vw;
	--fuente-l: 2.5vw;
	--fuente-m: 1.7vw;
	--fuente-n: 1.4vw;
	--fuente-s: 1.1vw;
	--fuente-xs: 0.9vw;
	--fuente-w-1: 300;
	--fuente-w-2: 200;
	--fuente-w-3: 400;
	--fuente-w-4: 700;
	--padding-0: 0.5vw;
	--padding-1: 1vw;
	--padding-2: 2vw;
	--padding-3: 3vw;
	--padding-4: 4vw;
	--espacio-superior: calc(var(--padding-4) * 2.5);
	--barra-lateral: 5vw;
	--lateral: 25%;
	--contenido: 75%;
	--border-red: var(--padding-0);
	--wp--preset--spacing--20: 0.5vw;
	--wp--preset--spacing--30: 0.8vw;
	--wp--preset--spacing--40: 1vw;
	--wp--preset--spacing--50: 2vw;
	--wp--preset--spacing--60: 3vw;
	--wp--preset--spacing--70: 4vw;
	--wp--preset--spacing--80: 5vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  body {
    padding-top: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 60px;
  }
}

main {
  position: relative;
  width: 100vw;
  padding-left: 14px;
  padding-bottom: 24px;
  box-sizing: border-box;
  background-color: #d4d5d5;
}
@media screen and (max-width: 600px) {
  main {
    padding-bottom: 5vw;
    padding-left: 0;
  }
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  background: linear-gradient(180deg, #003E68 20%, #00A591 110%);
}
@media screen and (max-width: 600px) {
  main::before {
    display: none;
  }
}

a {
  color: inherit;
}

.hidden {
  display: none !important;
}

ol li ul li{
list-style-type: inherit !important;
	
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.CNJEPNav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: var(--padding-1) var(--padding-2);
	transition-duration: 0.5s;
	background: linear-gradient(90deg, #003E68 60%, #00A591 120%);
	gap: var(--padding-3);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .CNJEPNav {
    width: 90vw;
    padding: 1.5vw 5vw;
  }
}
@media screen and (max-width: 600px) {
  .CNJEPNav {
    width: 100%;
    height: auto;
    padding: 3vw 5vw;
  }
  .CNJEPNav::after {
    width: 90vw;
    bottom: 0;
    left: 5vw;
  }
  .CNJEPNav.opened .CNJEPNav-menu {
    max-height: 100vh;
  }
  .CNJEPNav.opened .CNJEPNav-button-open {
    display: none;
  }
  .CNJEPNav.opened .CNJEPNav-button-close {
    display: block;
  }
}

.logos-header {
  display: flex;
  align-items: center;
  gap: 5px; /* espacio entre logos y texto */
  width: 35%;
}

.logos-header a {
  display: flex;
  align-items: center;
}

.CNJEPNav-logo {
  width: 150px;
  max-height: 100px;
  object-fit: contain;
}

.site-title {
  position: absolute;
  left: -9999px;
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
  .CNJEPNav-logo {
    width: 22vw;
  }
}
@media screen and (max-width: 600px) {
  .CNJEPNav-logo {
    width: 30%;
  }
}

@media screen and (max-width: 600px){
	.logos-header{
		display:flex;
		flex-direction:row;
		width:80%;
		row-gap:20px;
	}
}

.AVJEPNav-logo-JEP {
  height: auto;
  width: 100%;
  border-right: 1px solid #fff;
  padding: 0 var(--padding-1) 0 0;
}

.custom-logo {
  height: 50px; /* logo de la cátedra */
  width: auto;
}

.CNJEPNav-button {
  display: none;
}
@media screen and (max-width: 600px) {
  .CNJEPNav-button {
    display: block;
    background-color: transparent;
    border: none;
    padding: 2vw;
  }
  .CNJEPNav-button > img {
    width: 6vw;
  }
}
.CNJEPNav-button-close {
  display: none;
}
@media screen and (max-width: 600px) {
  .CNJEPNav-menu {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 96%;
    left: 0;
    background-color: #003E68;
    border-radius: 0 0 5vw 5vw;
    transition-duration: 0.5s;
  }
}
.CNJEPNav-menu-container {
	display: flex;
	flex-direction: row;
	gap:var(--padding-1);
	text-align:center;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .CNJEPNav-menu-container {
    width: 62vw;
  }
}
@media screen and (max-width: 600px) {
  .CNJEPNav-menu-container {
    flex-direction: column;
    text-align: center;
    width: 100vw;
    box-sizing: border-box;
    padding: 5vw 5vw 8vw;
  }
}
.CNJEPNav-menu-element {
	color: #fff;
	flex: 0 1 auto;
	white-space: nowrap;
	max-width: 11vw;
}
.CNJEPNav-menu-element:hover {
  text-decoration: underline;
}

.CNJEPNav-menu-element a{
	display: block;
	white-space: normal; /* permite salto de línea */
	word-wrap: break-word;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .CNJEPNav-menu-element {
    font-size: 1.7vw;
    padding-bottom: 0.3vw;
  }
}
@media screen and (max-width: 600px) {
  .CNJEPNav-menu-element {
    font-size: 5vw;
    padding: 4vw 0;
  }
}

.CNJEPHero {
  width: 100vw;
  height: 40vw;
  position: relative;
  overflow: hidden;
  background: #003E68 var(--bgimage) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .CNJEPHero {
    height: 60vw;
  }
}
.CNJEPHero-title {
  width: 40vw;
}
@media screen and (max-width: 600px) {
  .CNJEPHero-title {
    width: 60vw;
  }
}

/*----------------FOOTER-----------------*/
#footer {
  height: auto;
  width: 100%;
  background-color: #0e1d33 !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
  padding: 34px 0;
}

#footer a,
#footer a:visited {
  color: #606060;
}

.container {
  color: #ffffff;
  width: 100% !important;
  padding: 0 !important;
}

.row {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.col-md-2,
.col-sm-2,
.col-xs-2 {
  padding-right: 0 !important;
  position: inherit !important;
}

.col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1100px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.menu-footer {
  background-color: #f8f8f8;
  padding: 50px 110px 10px 110px !important;
  color: #606060;
  display: flex;
  justify-content: space-between;
}

.menu-footer h6 {
  text-transform: uppercase;
  font-weight: bolder;
  color: #06223b;
  margin-top: 0;
  letter-spacing: 0.7px;
  font-size: 10px;
  margin-bottom: 5px;
}

.menu-footer ul {
  list-style: none;
  padding-left: 1em;
  font-size: 11px;
}

.menu-footer ul li::before {
  content: "•";
  color: #a3b723;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.related-entities {
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}

.entities-text {
  padding-top: 10px;
  width: 100%;
  max-width: 1200px;
  border-top: 1px #d3d2d2 solid;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: #8d8b8b;
}

.logoentities {
  display: inline-flex;
  margin-top: 5px;
}

.logo-comision,
.logo-unidad {
  padding: 0 15px 0 15px;
  width: 200px;
}

.logo-comision {
  border-right: 2px #d3d2d2 solid;
  text-align: right;
}

.footer-info {
  padding-bottom: 34px;
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between;
}

.footer-info h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  text-align: left;
  font-size: 14px;
  padding: 9px 0;
  font-weight: 700;
  font-family: sans-serif !important;
}

.footer-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
}

.footer-info li {
  margin: 18px 0;
}

.footer-info li:last-child {
  margin-bottom: 0;
}

.footer-info a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
}

.titlefoot,
.titlefoot a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75) !important;
  font-family: sans-serif;
}

.logo-footer {
  width: 300px;
  margin: 34px auto;
}

.redesfooter {
  display: flex;
  margin: 10px 0 0 0;
}

.redesfooter a {
  margin: 0px 9px 0px 0px;
  display: inline-block;
}

.footer-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.75) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 9px 0;
  font-size: 11.6px;
}

.whitefooter {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
}

.entidades {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 200px) and (max-width: 840px) {
  .footer-info ul {
    margin-bottom: 34px;
  }
  .footer-info li {
    margin: 9px 0;
  }
  .entidades img {
    width: 80%;
    margin: 16px auto;
  }
  .footer-info {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  #footer {
    max-width: 768px;
  }
}
@media screen and (max-width: 375px) {
  #footer {
    padding: 50% 0 !important;
    max-width: 375px;
  }
}
.CNJEPHome-content {
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
  padding:0;
}

.no-margin-vert{
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.CNJEPHome-content p a {
  color: #003E68;
  text-decoration: underline;
  font-weight: 600;
  transition-duration: 0.5s;
}
.CNJEPHome-content p a:hover {
  color: #FC5D00;
}

.CNJEPHome-objects {
  background-color: #fff;
  width: 100%;
  padding: 60px calc(50vw - 600px);
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects {
    background-color: transparent;
    width: 100%;
    padding: 8vw 7.5vw;
  }
}
.CNJEPHome-objects-title {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #003E68;
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-title {
    font-size: 7vw;
  }
}
.CNJEPHome-objects-principal {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-principal {
    padding: 10vw 0;
  }
}
.CNJEPHome-objects-principal-ilustration {
  position: absolute;
  width: 400px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-principal-ilustration {
    width: 50vw;
    bottom: auto;
    top: -5vw;
    right: -7.5vw;
  }
}
.CNJEPHome-objects-principal-title {
  width: 290px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-principal-title {
    width: 30vw;
    padding-bottom: 4vw;
  }
}
.CNJEPHome-objects-principal-title-image {
  width: 90px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-principal-title-image {
    width: 15vw;
  }
}
.CNJEPHome-objects-principal-title-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-principal-title-text {
    font-size: 6vw;
  }
}
.CNJEPHome-objects-principal-text {
  width: 780px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-principal-text {
    width: 100%;
    font-size: 4vw;
    text-align: justify;
    text-wrap: balance;
  }
}
.CNJEPHome-objects-others-title {
  margin: 0 0 0 auto;
  width: 600px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-title {
    width: 80vw;
  }
}
.CNJEPHome-objects-others-title-image {
  width: 90px;
  display: block;
  margin-left: auto;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-title-image {
    width: 15vw;
  }
}
.CNJEPHome-objects-others-title-text {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-title-text {
    font-size: 6vw;
  }
}
.CNJEPHome-objects-others-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-container {
    flex-direction: column;
    gap: 5vw;
  }
}
.CNJEPHome-objects-others-element {
  position: relative;
  background-color: #003E68;
  border-radius: 16px;
  width: 30%;
  padding: 50px 45px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-element {
    width: 100%;
    padding: 8vw;
  }
}
.CNJEPHome-objects-others-element-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #F3D039;
  font-size: 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-element-title {
    font-size: 5vw;
  }
}
.CNJEPHome-objects-others-element-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-element-text {
    font-size: 4vw;
  }
}
.CNJEPHome-objects-others-element::after {
  content: "";
  background-color: #FC5D00;
  width: 20px;
  height: 35px;
  position: absolute;
  left: -2px;
  top: 30%;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-others-element::after {
    width: 5vw;
    height: 10vw;
    left: -1vw;
  }
}
.CNJEPHome-objects-mobilebar {
  display: none;
}
@media screen and (max-width: 600px) {
  .CNJEPHome-objects-mobilebar {
    display: block;
    width: 15vw;
    margin: 10vw auto;
  }
}

.CNJEPPageheader:not(.simple) {
  background: transparent var(--bgimage) center no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -14px;
  width: 100vw;
  z-index: 2;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.CNJEPPageheader.simple {
  width: 400px;
  margin-left: calc(50vw - 550px);
}
@media screen and (max-width: 600px) {
  .CNJEPPageheader.simple {
    width: 40vw;
    margin-left: 7.5vw;
  }
}
.CNJEPPageheader-simpletitle {
  padding: 80px 0 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPPageheader-simpletitle {
    padding: 10vw 0 4vw;
  }
}
.CNJEPPageheader-simpletitle-image {
  display: block;
  width: 70px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPPageheader-simpletitle-image {
    width: 17vw;
    margin-bottom: 3vw;
  }
}
.CNJEPPageheader-simpletitle-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .CNJEPPageheader-simpletitle-text {
    font-size: 6vw;
  }
}
.CNJEPPageheader-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding: 0 0 0 var(--padding-4);
}

.CNJEPPageheader-title-image {
  display: block;
  max-width: 10px;
  max-height: 100px;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPPageheader-title-image {
    max-width: 2vw;
    max-height: 15vw;
    margin-right: 2.5vw;
  }
}
.CNJEPPageheader-title-text {
  color: #fff;
  text-transform: uppercase;
  font-size: var(--fuente-xl);
	margin:0;
}

.CNJEPPageheader-shadow {
  width: 50vw;
  position: relative;
}
.CNJEPPageheader-shadow-image {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0.7;
}
.CNJEPPageheader-shadow-logo {
  position: absolute;
  z-index: 2;
  width: 250px;
  top: calc(50% - 50px);
  left: calc(50% - 60px);
}
@media screen and (max-width: 600px) {
  .CNJEPPageheader-shadow-logo {
    width: 20vw;
    top: 50%;
    left: calc(50% - 4vw);
  }
}

.CNJEPPage-header {
  background: transparent var(--bgimage) center no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -14px;
  width: 100vw;
  z-index: 2;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-header {
    margin-left: 0;
  }
}
.CNJEPPage-header-title {
  width: 50vw;
  position: relative;
  z-index: 1;
}
.CNJEPPage-header-title-shadow {
  width: 100%;
  opacity: 0.7;
}
.CNJEPPage-header-title-info {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: calc(50vw - 600px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-header-title-info {
    width: 35vw;
    left: 5vw;
    bottom: 4vw;
  }
}
.CNJEPPage-header-title-info-image {
  display: block;
  max-width: 10px;
  max-height: 100px;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-header-title-info-image {
    max-width: 2vw;
    max-height: 15vw;
    margin-right: 2.5vw;
  }
}
.CNJEPPage-header-title-info-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 42px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-header-title-info-text {
    font-size: 5vw;
  }
}
.CNJEPPage-header-shadow {
  position: relative;
}
.CNJEPPage-header-shadow-image {
  width: 50vw;
  position: relative;
  z-index: 1;
  opacity: 0.7;
}
.CNJEPPage-content {
	width: 60%;
	max-width:1200px;
	margin: 0 auto;
	padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content {
    padding: 10vw 0;
    width: 85vw;
  }
}
.CNJEPPage-content.pais {
  position: relative;
  width: 56%;
  padding-left: 300px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content.pais {
    padding: 10vw 0 3vw;
    width: 85vw;
  }
}
.CNJEPPage-content.pais .CNJEPPage-content-image {
  position: absolute;
  width: 10px;
  left: 190px;
  top: 110px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content.pais .CNJEPPage-content-image {
    position: static;
    width: 15vw;
    margin: 0 auto 8vw;
  }
}
.CNJEPPage-content.pais .CNJEPPage-content-postimage {
  position: absolute;
  width: 100px;
  left: 500px;
  bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content.pais .CNJEPPage-content-postimage {
    position: static;
    width: 15vw;
    margin: 0 auto 8vw;
  }
}
.CNJEPPage-content.pais .CNJEPPage-content-ilustration {
  position: absolute;
  width: 215px;
  left: 0;
  top: calc(50% - 150px);
  margin: 0;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content.pais .CNJEPPage-content-ilustration {
    position: static;
    width: 32vw;
    margin-right: 3vw;
    margin-bottom: 3vw;
    float: left;
  }
}
.CNJEPPage-content.mosaic {
  position: relative;
  width: 800px;
  padding-left: 300px;
  min-height: 180px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content.mosaic {
    padding: 10vw 0 3vw 25vw;
    width: 60vw;
  }
}
.CNJEPPage-content.mosaic .CNJEPPage-content-image {
  position: absolute;
  width: 10px;
  left: 260px;
  top: 42px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content.mosaic .CNJEPPage-content-image {
    width: 1.5vw;
    left: 21vw;
    top: 11vw;
    margin: 0 auto 8vw;
  }
}
.CNJEPPage-content.mosaic .CNJEPPage-content-ilustration {
  position: absolute;
  width: 300px;
  max-height: 270px;
  left: 0;
  top: 25px;
  margin: 0;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content.mosaic .CNJEPPage-content-ilustration {
    left: -6.5vw;
    top: 10vw;
    width: 30vw;
    max-height: 35vw;
  }
}

@media screen and (max-width: 600px) {
  .CNJEPPage-content p {
    font-size: 4vw;
    padding-bottom: 5vw;
  }
}
.CNJEPPage-content p a {
  color: #003E68;
  text-decoration: underline;
  font-weight: 600;
  transition-duration: 0.5s;
}
.CNJEPPage-content p a:hover {
  color: #FC5D00;
}

@media screen and (max-width: 600px) {
  .CNJEPPage-content h2, .CNJEPPage-content h3, .CNJEPPage-content h4, .CNJEPPage-content h5 {
    font-size: 5vw;
    padding-bottom: 5vw;
  }
}


.CNJEPPage-content li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding-bottom: 12px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content li {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}
.CNJEPPage-content ul > li {
  list-style: inside disc;
}
.CNJEPPage-content ol > li {
  list-style: inside decimal;
}
.CNJEPPage-content ol, .CNJEPPage-content ul {
  padding-left: 40px;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content ol, .CNJEPPage-content ul {
    padding-left: 6vw;
    width: 90%;
  }
}
.CNJEPPage-content iframe, .CNJEPPage-contentembed {
  max-width: 100%;
}
.CNJEPPage-content iframe[src*=youtube] {
  aspect-ratio: 16/9;
  margin:0 0 var(--padding-2);
  height: auto;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content iframe[src*=youtube] {
    padding: 3vw 0 8vw;
    width: 100%;
    height: auto;
  }
}

.CNJEPPage-content .wp-element-button {
  background-color: var(--color-4);
  color: var(--positivo);
  font-size: var(--uente-s);
  padding: var(--padding-1) var(--padding-2);
  border-radius: var(--padding-1);
  transition-duration: 0.5s;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content .wp-element-button {
    font-size: 4.5vw;
    padding: 4vw 5vw;
  }
}
@media screen and (min-width: 1100px) {
  .CNJEPPage-content .wp-element-button:hover {
    border-color: #fff;
    background-color: #003E68;
    color: #fff;
  }
}
.CNJEPPage-content-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content-number {
    padding: 6vw 0;
	  flex-direction:column;
  }
}
.CNJEPPage-content-number > p:nth-of-type(1) {
  color: #003E68;
  font-size: 130px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content-number > p:nth-of-type(1) {
    font-size: 20vw;
  }
}
.CNJEPPage-content-number > p:nth-of-type(2) {
  line-height: 1.1;
  font-weight: 600;
  font-size: 40px;
  width: 420px;
  padding-left: 24px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-content-number > p:nth-of-type(2) {
    font-size: 5.5vw;
    width: 55vw;
    padding-left: 4vw;
  }
}
.CNJEPPage-content-number > p:nth-of-type(2) u {
  text-decoration: underline;
  text-decoration-color: #FC5D00;
}
.CNJEPPage-pais-buttons {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-buttons {
    flex-direction: column;
    width: 85vw;
    padding: 7vw 0;
    row-gap: 10vw;
  }
}
.CNJEPPage-pais-buttons-element {
  width: 530px;
  background-color: #003E68;
  box-shadow: 3px 3px 8px #333;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-buttons-element {
    width: 85vw;
  }
}
.CNJEPPage-pais-buttons-element-image {
  width: 100%;
  display: block;
}
.CNJEPPage-pais-buttons-element-info {
  padding: 30px 50px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-buttons-element-info {
    padding: 4vw 7vw;
  }
}
.CNJEPPage-pais-buttons-element-info-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #F3D039;
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-buttons-element-info-title {
    font-size: 4vw;
    font-weight: 600;
    padding-bottom: 4vw;
  }
}
.CNJEPPage-pais-buttons-element-info-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 80%;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-buttons-element-info-text {
    font-size: 3.5vw;
    padding-bottom: 5vw;
  }
}
.CNJEPPage-pais-buttons-element-info-button {
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #003E68;
  background-color: #fff;
  border: solid #fff 1px;
  line-height: 1.2;
  transition-duration: 0.5s;
  width: 200px;
  margin: 20px 0 20px auto;
  padding: 10px 18px;
  border-radius: 16px;
  font-size: 20px;
}
@media screen and (min-width: 1100px) {
  .CNJEPPage-pais-buttons-element-info-button:hover {
    background-color: #003E68;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-buttons-element-info-button {
    font-size: 4vw;
    width: 40vw;
    margin: 5vw 0 2vw auto;
    padding: 2vw 3vw;
    border-radius: 3vw;
  }
}
.CNJEPPage-pais-universities {
  background-color: #bebdbb;
  width: 100%;
  padding: 50px calc(50vw - 550px);
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities {
    width: 100%;
    padding: 10vw 7.5vw;
  }
}
.CNJEPPage-pais-universities-title {
  width: 550px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-title {
    width: 60vw;
    padding-bottom: 4vw;
  }
}
.CNJEPPage-pais-universities-title-image {
  width: 90px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-title-image {
    width: 15vw;
  }
}
.CNJEPPage-pais-universities-title-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-title-text {
    font-size: 6vw;
  }
}
.CNJEPPage-pais-universities-list {
  position: relative;
}
.CNJEPPage-pais-universities-list-carrusel {
  width: 100%;
  overflow-x: hidden;
  padding: 40px 0;
  /*height: 330px;*/
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-list-carrusel {
    padding: 10vw 0;
    height: 125vw;
  }
}
.CNJEPPage-pais-universities-list-carrusel-container {
  /*width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition-duration: 0.5s;
  height: 100%;*/
}
.CNJEPPage-pais-universities-list-carrusel-element {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  height: 100px;
  width: 190px;
  padding: 0 15px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-list-carrusel-element {
    width: 32.33%;
    padding: 0 3.15vw;
    height: 25vw;
    font-size: 3.7vw;
  }
}
.CNJEPPage-pais-universities-list-carrusel-element span {
  display: contents;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-list-carrusel-element span {
    font-size: 3.7vw;
  }
}
.CNJEPPage-pais-universities-list-corner {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.CNJEPPage-pais-universities-list-corner > img {
  width: 35px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-list-corner > img {
    width: 7vw;
  }
}
.CNJEPPage-pais-universities-list-corner.prev {
  right: calc(100% + 30px);
  top: calc(50% - 14px);
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-list-corner.prev {
    bottom: 0;
    right: auto;
    left: 0;
    top: auto;
  }
}
.CNJEPPage-pais-universities-list-corner.next {
  left: calc(100% + 30px);
  top: calc(50% - 14px);
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pais-universities-list-corner.next {
    bottom: 0;
    left: auto;
    top: auto;
    right: 0;
  }
}
.CNJEPPage-video {
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 1100px;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-video {
    width: 85vw;
    padding: 4vw 0;
  }
}
.CNJEPPage-cta {
  box-sizing: border-box;
  width: max-content;
  margin: 50px auto 0;
  max-width: 600px;
  display: block;
  text-align: center;
  background-color: #fff;
  border: solid #FC5D00 1px;
  color: #FC5D00;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 25px;
  border-radius: 50vw;
  transition-duration: 0.5s;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-cta {
    font-size: 4.5vw;
    padding: 4vw 5vw;
  }
}
@media screen and (min-width: 1100px) {
  .CNJEPPage-cta:hover {
    border-color: #fff;
    background-color: #003E68;
    color: #fff;
  }
}
.CNJEPPage-mosaic {
  width: 100%;
  padding: 50px calc(50vw - 550px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
	row-gap:40px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-mosaic {
    row-gap: 6vw;
    width: 70vw;
    padding: 5vw 15vw;
    flex-direction: column;
  }
}
.CNJEPPage-mosaic-element {
  display: block;
  background-color: #003E68;
  width: 30.33%;
  cursor: pointer;
  text-align: left;
  border: none;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-mosaic-element {
    width: 70vw;
  }
}
.CNJEPPage-mosaic-element-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.CNJEPPage-mosaic-element-info {
  padding: 20px 30px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-mosaic-element-info {
    padding: 5vw;
  }
}
.CNJEPPage-mosaic-element-info-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #F3D039;
  padding-bottom: 4px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-mosaic-element-info-title {
    font-size: 4vw;
    padding-bottom: 1vw;
  }
}
.CNJEPPage-mosaic-element-info-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-mosaic-element-info-text {
    font-size: 3.6vw;
    padding-bottom: 1vw;
  }
}
.CNJEPPage-mosaic-element-info-subtext {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-mosaic-element-info-subtext {
    font-size: 3.2vw;
    padding-bottom: 1vw;
  }
}
.CNJEPPage-mosaic-element-info-button {
  width: max-content;
  border-radius: 50vw;
  display: block;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #003E68;
  border: solid #fff 1px;
  transition-duration: 0.5s;
  margin: 20px auto 0;
  padding: 12px 30px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-mosaic-element-info-button {
    margin-top: 5vw;
    font-size: 4vw;
    padding: 2vw 10vw;
  }
}
@media screen and (min-width: 1100px) {
  .CNJEPPage-mosaic-element:hover .CNJEPPage-mosaic-element-info-button {
    background-color: #003E68;
    color: #fff;
  }
}
.CNJEPPage-pager {
  margin: 0 auto;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pager {
    padding: 10vw 0;
  }
}
.CNJEPPage-pager-corner {
  display: block;
  background: transparent url("./assets/orange_arrow.png") center no-repeat;
  background-size: contain;
  transition-duration: 0.5s;
  width: 10px;
  height: 20px;
}
@media screen and (min-width: 1100px) {
  .CNJEPPage-pager-corner:hover {
    filter: brightness(0.5);
  }
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pager-corner {
    width: 2.5vw;
    height: 5vw;
  }
}
.CNJEPPage-pager-corner.next {
  transform: rotate(180deg);
}
.CNJEPPage-pager-numbers {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  padding: 0 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-pager-numbers {
    font-size: 4vw;
    padding: 0 8vw;
  }
}
.CNJEPPage-modal {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #003E68 60%, #00A591 120%);
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal {
    background: linear-gradient(90deg, #003E68 40%, #00A591 200%);
  }
}
.CNJEPPage-modal.opened {
  display: flex;
}
.CNJEPPage-modal:before {
  content: "";
  filter: brightness(1.2);
  position: absolute;
  z-index: 61;
  width: 100%;
  height: 100%;
  background: transparent url("../assets/textura.png") center;
  background-size: cover;
  top: 0;
  left: 0;
}
.CNJEPPage-modal-close {
  position: absolute;
  background-color: transparent;
  border: none;
  right: 25px;
  top: 25px;
  z-index: 62;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-close {
    right: 5vw;
    top: 5vw;
  }
}
.CNJEPPage-modal-close img {
  width: 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-close img {
    width: 7vw;
  }
}
.CNJEPPage-modal-title {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  left: 25px;
  top: 25px;
  z-index: 62;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-title {
    left: 5vw;
    top: 5vw;
  }
}
.CNJEPPage-modal-title-image {
  width: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-title-image {
    width: 1.2vw;
    margin-right: 2.5vw;
  }
}
.CNJEPPage-modal-title-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-title-text {
    font-size: 5.2vw;
    padding-bottom: 1vw;
  }
}
.CNJEPPage-modal-logo {
  position: absolute;
  width: 180px;
  bottom: 25px;
  left: 25px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-logo {
    width: 40vw;
    bottom: 5vw;
    left: 5vw;
  }
}
.CNJEPPage-modal-content {
  width: 850px;
  position: relative;
  z-index: 62;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-content {
    width: 90vw;
  }
}
.CNJEPPage-modal-content-video {
  aspect-ratio: 16/9;
  width: 100%;
}
.CNJEPPage-modal-content-title {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #F3D039;
  padding: 4px 0;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-content-title {
    font-size: 4vw;
    padding-bottom: 1vw;
  }
}
.CNJEPPage-modal-content-text {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .CNJEPPage-modal-content-text {
    font-size: 3.6vw;
    padding-bottom: 1vw;
  }
}

.CNJEPPlan-colors {
  display: block;
  width: 80px;
  margin: 40px auto 25px;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-colors {
    width: 20vw;
    margin: 10vw auto 5vw;
  }
}
.CNJEPPlan-module {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module {
    width: 85vw;
    padding-bottom: 5vw;
  }
}
.CNJEPPlan-module-container {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-container {
    padding-bottom: 10vw;
  }
}
.CNJEPPlan-module-title {
  border: none;
  background-color: #00A591;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.5s;
  box-shadow: 3px 3px 8px #999;
  border-radius: 16px;
  padding: 25px 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-title {
    border-radius: 4vw;
    padding: 5vw 6vw;
  }
}
.CNJEPPlan-module-title:hover {
  box-shadow: 3px 3px 8px #666;
}
.CNJEPPlan-module-title-text {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 700;
  text-align: left;
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-title-text {
    font-size: 6vw;
    padding-right: 2vw;
  }
}
.CNJEPPlan-module-title-text span {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-title-text span {
    font-size: 4.5vw;
  }
}
.CNJEPPlan-module-title-arrow {
  width: 20px;
  transition-duration: 0.5s;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-title-arrow {
    width: 5vw;
  }
}
.CNJEPPlan-module-title:hover .CNJEPPlan-module-title-arrow {
  transform: scale(1.1);
}
.CNJEPPlan-module.opened .CNJEPPlan-module-title-arrow {
  transform: rotate(180deg);
}
.CNJEPPlan-module-content {
  overflow: hidden;
  max-height: 0;
  transition-duration: 0.5s;
  width: 98%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #bebcbb;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-content {
    gap: 7vw;
    border-bottom-left-radius: 3.5vw;
    border-bottom-right-radius: 3.5vw;
    padding: 0 5vw;
  }
}
.CNJEPPlan-module-content-element {
  display: block;
  font-family: "Poppins", sans-serif;
  width: max-content;
  max-width: 90%;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  border-bottom: solid transparent 2px;
  transition-duration: 0.5s;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-content-element {
    font-size: 6vw;
  }
}
.CNJEPPlan-module-content-element:hover {
  text-decoration: underline;
}
.CNJEPPlan-module-content-element span {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module-content-element span {
    font-size: 5vw;
  }
}
.CNJEPPlan-module.opened .CNJEPPlan-module-content {
  max-height: 200vh;
  padding: 30px 50px;
}
@media screen and (max-width: 600px) {
  .CNJEPPlan-module.opened .CNJEPPlan-module-content {
    padding: 7vw 5vw;
    max-height: 400vh;
  }
}

.CNJEPRecursos {
  background-color: #bebdbb;
  position: relative;
  width: 1100px;
  margin-top: 50px;
  padding: 50px calc(50vw - 550px);
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos {
    width: 85vw;
    padding: 10vw 7.5vw;
    margin-top: 10vw;
  }
}
.CNJEPRecursos-menu {
  position: absolute;
  right: calc(50vw - 550px);
  top: 25px;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-menu {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60vw;
    margin: 0 auto;
  }
}
.CNJEPRecursos-menu-item-image {
  width: 60px;
  box-shadow: 3px 3px 8px #666;
  border-radius: 50vw;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-menu-item-image {
    width: 12vw;
  }
}
.CNJEPRecursos-menu-item-text {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 10px;
  margin: 6px 0 25px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-menu-item-text {
    font-size: 2vw;
  }
}
.CNJEPRecursos-list {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  min-height: 220px;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-list {
    padding-top: 7vw;
    min-height: auto;
    align-items: center;
  }
}
.CNJEPRecursos-list-element {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.CNJEPRecursos-list-element-image {
  width: 45px;
  box-shadow: 3px 3px 8px #666;
  border-radius: 50vw;
  transition-duration: 0.5s;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-list-element-image {
    width: 11vw;
  }
}
.CNJEPRecursos-list-element-info {
  padding: 25px 0;
  margin-left: 30px;
  border-top: solid #999 1px;
  width: 750px;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-list-element-info {
    padding: 5vw 0;
    width: 62vw;
    margin-left: 4vw;
  }
}
.CNJEPRecursos-list-element-info-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  padding-bottom: 4px;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-list-element-info-title {
    font-size: 3.5vw;
    padding-bottom: 1vw;
  }
}
.CNJEPRecursos-list-element-info-author {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-list-element-info-author {
    font-size: 3.5vw;
  }
}
.CNJEPRecursos-list-element:hover .CNJEPRecursos-list-element-info-title {
  text-decoration: underline;
}
.CNJEPRecursos-list-element:hover .CNJEPRecursos-list-element-image {
  box-shadow: 3px 3px 8px #444;
}
.CNJEPRecursos-pager {
  margin: 0 auto;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-pager {
    padding: 10vw 0;
  }
}
.CNJEPRecursos-pager-corner {
  display: block;
  background: transparent url("./assets/orange_arrow.png") center no-repeat;
  background-size: contain;
  transition-duration: 0.5s;
  width: 10px;
  height: 20px;
}
@media screen and (min-width: 1100px) {
  .CNJEPRecursos-pager-corner:hover {
    filter: brightness(0.5);
  }
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-pager-corner {
    width: 2.5vw;
    height: 5vw;
  }
}
.CNJEPRecursos-pager-corner.next {
  transform: rotate(180deg);
}
.CNJEPRecursos-pager-numbers {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  padding: 0 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPRecursos-pager-numbers {
    font-size: 4vw;
    padding: 0 8vw;
  }
}

.CNJEPSesion-header {
  padding: 80px 0 40px;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-header {
    width: 80vw;
    padding: 15vw 0 8vw;
  }
}
.CNJEPSesion-header-image {
  display: block;
  width: 70px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-header-image {
    width: 12vw;
    margin: 0 auto 5vw;
  }
}
.CNJEPSesion-header-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #00A591;
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-header-title {
    font-size: 6vw;
  }
}
.CNJEPSesion-header-title span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #00A591;
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-header-title span {
    font-size: 6vw;
  }
}
.CNJEPSesion-block {
  width: 1200px;
  padding: 30px calc(50vw - 600px);
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block {
    width: 85vw;
    padding: 5vw 7.5vw;
  }
}
.CNJEPSesion-block:not(.dark):nth-of-type(3)::before {
  content: "";
  width: 1200px;
  display: block;
  margin: 0 auto 20px;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block:not(.dark):nth-of-type(3)::before {
    width: 85vw;
    height: 0.1vw;
    margin-bottom: 4vw;
  }
}
.CNJEPSesion-block.dark {
  background-color: #bebdbb;
}
.CNJEPSesion-block-title {
  width: 370px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-title {
    width: 35vw;
  }
}
.CNJEPSesion-block-title-image {
  display: block;
  width: 70px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-title-image {
    width: 12vw;
    margin-bottom: 3vw;
  }
}
.CNJEPSesion-block-title-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-title-text {
    font-size: 5vw;
  }
}
.CNJEPSesion-block.dark .CNJEPSesion-block-title {
  display: flex;
  flex-direction: row;
  padding-top: 50px;
}
.CNJEPSesion-block.dark .CNJEPSesion-block-title-image {
  width: 8px;
  margin-bottom: 0;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block.dark .CNJEPSesion-block-title-image {
    margin-right: 3vw;
    width: 1vw;
  }
}
.CNJEPSesion-block-content {
  width: 100%;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content {
    padding: 5vw 0;
  }
}
.CNJEPSesion-block-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content p {
    font-size: 4vw;
    padding-bottom: 5vw;
  }
}
.CNJEPSesion-block-content p a {
  color: #003E68;
  text-decoration: underline;
  font-weight: 600;
  transition-duration: 0.5s;
}
.CNJEPSesion-block-content p a:hover {
  color: #FC5D00;
}
.CNJEPSesion-block-content h2, .CNJEPSesion-block-content h3, .CNJEPSesion-block-content h4, .CNJEPSesion-block-content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content h2, .CNJEPSesion-block-content h3, .CNJEPSesion-block-content h4, .CNJEPSesion-block-content h5 {
    font-size: 5vw;
    padding-bottom: 5vw;
  }
}
.CNJEPSesion-block-content img {
  max-width: 70%;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content img {
    max-width: 100%;
    margin: 5vw auto;
  }
}
.CNJEPSesion-block-content li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding-bottom: 12px;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content li {
    font-size: 4vw;
    padding-bottom: 2vw;
  }
}
.CNJEPSesion-block-content ul > li {
  list-style: inside disc;
}
.CNJEPSesion-block-content ol > li {
  list-style: inside decimal;
}
.CNJEPSesion-block-content ol, .CNJEPSesion-block-content ul {
  padding-left: 40px;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content ol, .CNJEPSesion-block-content ul {
    padding-left: 6vw;
    width: 90%;
  }
}
.CNJEPSesion-block-content iframe, .CNJEPSesion-block-contentembed {
  max-width: 100%;
}
.CNJEPSesion-block-content iframe[src*=youtube] {
  aspect-ratio: 16/9;
  width: 70%;
  display: block;
  margin: 0 auto;
  padding: 20px 0 40px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content iframe[src*=youtube] {
    padding: 3vw 0 8vw;
    width: 100%;
    height: auto;
  }
}
.CNJEPSesion-block-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content .wp-block-buttons {
    gap: 5vw;
    width: 100%;
    margin: 5vw auto;
  }
}
.CNJEPSesion-block-content .wp-block-button {
  max-width: 45% !important;
  min-width: 22%;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content .wp-block-button {
    max-width: 80% !important;
    min-width: 30%;
  }
}
.CNJEPSesion-block-content .wp-element-button {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: solid #FC5D00 1px;
  color: #FC5D00;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 25px;
  border-radius: 50vw;
  transition-duration: 0.5s;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-content .wp-element-button {
    font-size: 4.5vw;
    padding: 4vw 5vw;
  }
}
@media screen and (min-width: 1100px) {
  .CNJEPSesion-block-content .wp-element-button:hover {
    border-color: #fff;
    background-color: #003E68;
    color: #fff;
  }
}
.CNJEPSesion-block-buttons {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 50px;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-buttons {
    width: 85vw;
    padding: 10vw 0 7vw;
    flex-direction: column;
  }
}
.CNJEPSesion-block-buttons-element {
  background-color: #fff;
  border: #003E68 solid 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #003E68;
  text-align: center;
  transition-duration: 0.5s;
  box-shadow: 3px 3px 8px #999;
  border-radius: 8px;
  min-width: 300px;
  padding: 16px 30px;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-buttons-element {
    min-width: auto;
    width: 65vw;
    padding: 4vw 5vw;
    font-size: 4.5vw;
  }
}
.CNJEPSesion-block-buttons-element:hover {
  background-color: #003E68;
  color: #fff;
}
.CNJEPSesion-block-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-list {
    gap: 5vw;
    width: 85vw;
    margin: 0 auto;
    padding: 15vw 0;
  }
}
.CNJEPSesion-block-list-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.CNJEPSesion-block-list-element-icon {
  width: 90px;
  padding-top: 12px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-list-element-icon {
    width: 18vw;
  }
}
.CNJEPSesion-block-list-element-info {
  border-top: solid #003E68 1px;
  width: 790px;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-list-element-info {
    width: 65vw;
    padding: 5vw 0;
  }
}
.CNJEPSesion-block-list-element-info-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  transition-duration: 0.5s;
  font-size: 18px;
  padding-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-list-element-info-title {
    font-size: 4.3vw;
    padding-bottom: 1vw;
  }
}
.CNJEPSesion-block-list-element-info-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-block-list-element-info-text {
    font-size: 4vw;
  }
}
.CNJEPSesion-block-list-element:hover .CNJEPSesion-block-list-element-icon {
  filter: brightness(1.1);
}
.CNJEPSesion-block-list-element:hover .CNJEPSesion-block-list-element-info-title {
  font-weight: 500;
}
.CNJEPSesion-backbutton {
  display: block;
  width: max-content;
  border: solid #00A591 1px;
  background-color: #00A591;
  color: #fff;
  border-radius: 50vw;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition-duration: 0.5s;
  margin: 50px auto 30px;
  padding: 20px 40px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-backbutton {
    margin: 10vw auto 2vw;
    padding: 5vw 8vw;
    font-size: 5vw;
  }
}
.CNJEPSesion-backbutton:hover {
  background-color: #fff;
  color: #00A591;
}
.CNJEPSesion-navbuttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 1100px;
  padding: 30px 0 70px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-navbuttons {
    width: 85vw;
    padding: 5vw 0 10vw;
  }
}
.CNJEPSesion-navbuttons-element-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  border: solid #00A591 1px;
  background-color: #fff;
  color: #00A591;
  border-radius: 50vw;
  box-shadow: 3px 3px 8px #999;
  transition-duration: 0.5s;
  margin: 50px auto 30px;
  padding: 20px 40px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-navbuttons-element-item {
    margin: 0 auto;
    padding: 3vw 2vw;
  }
}
.CNJEPSesion-navbuttons-element-item:hover {
  box-shadow: 3px 3px 8px #555;
}
.CNJEPSesion-navbuttons-element-item > img {
  transition-duration: 0.5s;
  width: 30px;
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-navbuttons-element-item > img {
    width: 4vw;
    margin-left: 1vw;
  }
}
.CNJEPSesion-navbuttons-element-item:not(.back):hover > img {
  transform: translateX(7px);
}
.CNJEPSesion-navbuttons-element-item > p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-navbuttons-element-item > p {
    font-size: 2.9vw;
  }
}
.CNJEPSesion-navbuttons-element.back .CNJEPSesion-navbuttons-element-item {
  flex-direction: row;
}
.CNJEPSesion-navbuttons-element.back .CNJEPSesion-navbuttons-element-item > img {
  margin-left: 0;
  margin-right: 16px;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .CNJEPSesion-navbuttons-element.back .CNJEPSesion-navbuttons-element-item > img {
    margin-right: 1vw;
  }
}
.CNJEPSesion-navbuttons-element.back .CNJEPSesion-navbuttons-element-item:hover > img {
  transform: rotate(180deg) translateX(7px);
}

/* 
Estilos nuevos 2025
*/

h1, h2, h3, h4{
	color:var(--color-1);
	font-weight:var(--fuente-w-4);
	line-height:1.2em;
}

h1{
	
}

h2{
	font-size:var(--fuente-l);
	margin:var(--padding-1) 0;
}

h3{
	font-size:var(--fuente-m);
	margin:var(--padding-1) 0;
}

h4{
	font-size:var(--fuente-m);
	margin:var(--padding-1) 0;
}

p{
	font-family:var(--fuente-1);
	font-size:var(--fuente-n);
	line-height:1.4em;
	margin-bottom:var(--padding-2);
	font-weight: var(--fuente-w-3);
}

.menu-menu-principal-container ul{
	padding:0;
	margin:0;
}

.menu-menu-principal-container ul li{
	list-style-type:none;
}

/* Editor */

/*Tamaños de fuente editor*/

.has-extra-small-font-size{
	font-size:var(--fuente-xs) !important;
	line-height:1.2em;
}

.has-small-font-size{
	font-size:var(--fuente-s) !important;
}

.has-normal-font-size, .has-regular-font-size{
	font-size:var(--fuente-n) !important;
}

.has-medium-font-size{
	font-size:var(--fuente-m) !important;
	line-height: 1.2em;
}

.has-large-font-size{
	font-size:var(--fuente-l) !important;
	line-height:1.2em;
	
}

.has-extra-large-font-size{
	font-size:var(--fuente-xl) !important;
	line-height:1em;
}

.has-huge-font-size, .has-larger-font-size{
	font-size:var(--fuente-xxl) !important;
	line-height:1em;
}

.has-gigantic-font-size{
	font-size:var(--fuente-xxxl) !important;
	line-height:0.8em;
}

/*Colores editor*/

.has-color-1-background-color{
	background-color:var(--color-1) !important;
}

.has-color-2-background-color{
	background-color:var(--color-2) !important;
}

.has-color-3-background-color{
	background-color:var(--color-3) !important;
}

.has-color-4-background-color{
	background-color:var(--color-4) !important;
}

.has-color-5-background-color{
	background-color:var(--color-5) !important;
}

.has-color-6-background-color{
	background-color:var(--color-6) !important;
}

.has-color-7-background-color{
	background-color:var(--color-7) !important;
}

.has-gris-background-color{
	background-color:var(--gris-claro) !important;
}

.has-gris-o-background-color{
	background-color:var(--gris-oscuro) !important;
}

.has-blanco-background-color{
	background-color:var(--positivo) !important;
}

.has-negativo-background-color{
	background-color:var(--negativo) !important;
}

.has-color-1-color{
	color:var(--color-1) !important;
}

.has-color-2-color{
	color:var(--color-2) !important;
}

.has-color-3-color{
	color:var(--color-3) !important;
}

.has-color-4-color{
	color:var(--color-4) !important;
}

.has-color-5-color{
	color:var(--color-5) !important;
}

.has-color-6-color{
	color:var(--color-6) !important;
}

.has-color-7-color{
	color:var(--color-7) !important;
}

.has-gris-o-color{
	color:var(--gris-oscuro) !important;
}

.has-gris-color{
	color:var(--gris-claro) !important;
}

.has-blanco-color{
	color:var(--positivo) !important;
}

.has-negativo-color{
	color:var(--negativo) !important;
}

.alignfull{
	width:170%;
	margin:var(--padding-2) 0 var(--padding-2) -35%;
}

.alignwide{
	width:120%;
	margin:var(--padding-2) 0 var(--padding-2) -10%
}
.alignright{
	float:right;
	margin: 0 -30% var(--padding-2) var(--padding-2) !important;
	width:80%;
}

iframe.alignright{
}

.wp-block-buttons{
	width:auto;
}

h2.wp-block-heading{
	position:relative;
	margin:var(--padding-4) 0;
	padding-left:var(--padding-2);
}

h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: linear-gradient(to bottom,
    var(--color-1) 0%,       /* Color 1 */
    var(--color-1) 25%,
    var(--color-2) 25%,      /* Color 2 */
    var(--color-2) 50%,
    var(--color-3) 50%,      /* Color 3 */
    var(--color-3) 75%,
    var(--color-4) 75%,      /* Color 4 */
    var(--color-4) 100%
  )
}

.wp-block-uagb-icon-list-child{
	width:100%;
	border-top:1px solid var(--color-1);
	padding:var(--padding-1);
	
}

.wp-block-uagb-icon-list-child:last-child{
	border-bottom:1px solid var(--color-1);
}

.wp-block-uagb-icon-list-child .uagb-icon-list__label{
	font-size:var(--fuente-n);
	line-height:1.2em;
}
.uagb-icon-list__source-image{
	width: 5vw !important;
	height: 5vw;
}

/*Interna*/

/*Apertura Post*/

.externo-flex{
	display: flex;
	flex-direction: row;
}

.contenedor-gen{
	float: left;
	width: 100%;
	margin:0 ;
	padding:0 0 var(--padding-4) 0;
	background-color: var(--positivo);
}

.wrapper-apertura{
	margin: 0 auto;
	max-width: 50%;
	text-align: left;
}

.entry-header.tit-apertura{
	float: left;
	width: 200%;
	margin: 0 0 var(--padding-4) -50%;
	padding: var(--padding-4);
	text-align: center;
	position: relative;
	background-color: var(--gris-oscuro);
	background-image: url(assets/header_shadow.png);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: right;
	box-sizing: border-box;
}

.entry-header_single.tit-apertura{
	padding: var(--padding-4);
}

.entry-header_single.tit-apertura .espacio-imagen{
	float: left;
	width: 100%;
	height: var(--padding-4);
}

.entry-header_page.tit-apertura{
	background-color: var(--color-3);
  background-image: url(img/patron-7.svg);
  background-size: 70% auto;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.entry-header_cat.tit-apertura{
	background-color: var(--color-5);
	background-image: url(img/patron-4.png);
	background-size: cover;
	background-position: center;
}

.entry-header__wrapper{
	margin: 0 auto;
	width: 100%;
}

.entry-header_page .entry-header__wrapper,
.entry-header_cat .entry-header__wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.migas{
	float: left;
	width: calc(100% + (var(--padding-4)*2));
	/*padding: var(--padding-0) var(--padding-1);*/
	margin: calc(var(--padding-4) * -1) 0 var(--padding-2) calc(var(--padding-4) * -1);
	text-align: left;
	background-color: var(--positivo);
	box-sizing: border-box;
}

#breadcrumbs{
	font-size: var(--fuente-xs);
	color:var(--negativo);
	margin: 0;
	display:none;
}

.category .migas #breadcrumbs{
}

.imagen-apertura{
	float: right;
	position: relative;
	width: 100%;
	z-index: 2;
	margin: calc(var(--padding-4) * -2.5) 0 var(--padding-4);
}

.imagen-apertura figure{
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.imagen-apertura figcaption{
	color: var(--negativo) !important;
	font-size: var(--fuente-xs);
	padding: 0 0 0 var(--padding-2);
}

.imagen-apertura img{
	background-color: var(--positivo);
	width: 100% !important;
	max-width: 100% !important;
	border-radius: var(--padding-4) var(--padding-4) 0 0;
}

.entry-header__wrapper .tit-text-apertura{
	width: 55%;
	text-align: left;
}

.entry-header__wrapper .tit-text-apertura_page{
	width: 55%;
	text-align: center;
}

.entry-header__wrapper .tit-text-apertura_cat{
	width: 55%;
	text-align: center;
}

.entry-header__wrapper .tit-text-apertura.sin-imagen{
	float: left;
	margin: 0 auto;
	width: 50%;
	padding: 0;
	text-align: left;
}

#page-cont .entry-header__wrapper .tit-text-apertura.sin-imagen{
	width: var(--contenido-3);
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.linea-titulo {
	height: 10px;
	width: 100px;
	background: linear-gradient(
		to right,
		var(--color-1) 25%,
		var(--color-2) 25% 50%,
		var(--color-3) 50% 75%,
		var(--color-4) 75% 100%
	);
	margin:var(--padding-1) 0 0 0;
}

.tit-text-apertura h1{
	color: var(--color-2);
	margin: var(--padding-1) 0 var(--padding-0) 0;
}

.entry-header__wrapper .tit-text-apertura h2{
	font-size: var(--fuente-xl);
	font-weight: var(--fuente-w-3);
}

.entry-header__wrapper .tit-text-apertura_page h1,
.entry-header__wrapper .tit-text-apertura_cat h1{
	font-size: var(--fuente-xxxl);
}

.entry-header__wrapper .tit-text-apertura_cat h1{
	font-weight: var(--fuente-w-3);
	color: var(--positivo);
}

.data-categoria p{
	font-weight:var(--fuente-w-4);
	font-size:var(--fuente-m);
	color:var(--color-1);
	margin:0;
}

.data-extra{
	float: left;
	width: 100%;
	padding:var(--padding-2) 0 var(--padding-1) 0;
	border-top: 1px solid rgba(255,255,255,0.5);
 	margin:0 0 var(--padding-1) 0;
}

.data-fecha{
	color:var(--color-5);
}

ul.post-categories{
	padding: 0;
	margin: var(--padding-1) 0 0;
}

ul.post-categories li{
	list-style-type:none;
	margin:0;
}

ul.post-categories li{
	display:inline-block;
	font-size:var(--fuente-s);
}

ul.post-categories li a{
	font-weight:var(--fuente-w-3);
	background-color: var(--color-4);
	padding: var(--padding-0);
	border-radius: var(--padding-0);
	color: var(--positivo);
}

.tag-single-page{
	margin: var(--padding-1) 0 0;
}

.tag-single-page a{
	font-size: var(--fuente-s);
	font-weight: var(--fuente-w-2);
}

.menu-lateral-seccion{
	width: 25%;
	background-color: var(--color-1);
	padding: var(--padding-2);
}

.menu-lateral-seccion ul{
	margin: 0;
	padding: 0;
}

.menu-lateral-seccion ul li{
	float: left;
	min-width: 51%;
	list-style-type: none;
	margin-bottom: 0;
}

.menu-lateral-seccion ul li a{
	float: left;
	width: 100%;
	font-family: var(--fuente-2);
	font-size: var(--fuente-n);
	padding: var(--padding-0) 0 var(--padding-0) var(--padding-1);
	color: var(--positivo);
	border-bottom: 1px solid var(--color-2);
	margin:0 0 var(--padding-0) 0;
	box-sizing:border-box;
}

.menu-lateral-seccion ul ul{
	margin: var(--padding-2) 0;
	padding-left: var(--padding-2);
}

.menu-lateral-seccion ul li ul li{
	float: left;
	width: 100%;
	line-height: 1.2em;
	margin-bottom: 0;
}

.menu-lateral-seccion ul li ul li a{
	float: left;
	width: 100%;
	padding: var(--padding-0) 0;
	border:none;
	font-size: var(--fuente-s);
}

.menu-lateral-seccion ul li a:hover{
	text-decoration: none;
	opacity: 0.6;
}

.menu-lateral-seccion ul li.no-click > a{
	pointer-events:none;
}

.menu-lateral-seccion ul li.current-menu-parent > a{
	color:var(--color-3);
}

.menu-lateral-seccion .current-menu-item > a{
	color:var(--color-3);
}

.complementario-entradas{
	float: left;
  	width: 152%;
  	padding: var(--padding-3) 0;
  	margin: var(--padding-2) 0 0 -2%;
}

.complementario-entradas .titulo-separador{
	width: 100%;
	margin: 0 0 var(--padding-2) 0;
	
}

/*Contenido Post*/

.contenido-post{
	float: right;
	width:var(--contenido);
}

.wrapper-gen{
	margin: 0 auto;
	max-width: 60%;
	text-align: left;
}

.entry-content{
	float:left;
}

.entry-content li{
	font-family:var(--fuente-1);
	font-size:var(--fuente-n);
	line-height:1.2em;
	margin-bottom:var(--padding-1);
}

.entry-content ul, .entry-content ol {
	padding-left: var(--padding-2);
	margin-bottom: var(--padding-2);
}

.entry-content ul li{
	list-style-type:disc;
}

.entry-content ol li{
	list-style-type:decimal;
}

.entry-content li::marker{
	color:var(--color-2);
	font-weight: var(--fuente-w-4);
	font-size: var(--fuente-m);
}

.entry-content a{
	color:var(--color-4);
	font-weight:var(--fuente-w-4);
}

#footer{
	float:left;
}

/*Categoría*/

.archive-description{
	float: left;
	width: 100%;
}

.archive-description p{
	font-size: var(--fuente-m);
	line-height: 1.2em;
	font-weight: var(--fuente-w-2);
	color: var(--positivo);
}

.desc-img{
	float: right;
	margin:-4vw -90% 0 0;
}

.internas-cat{
	margin: 0 auto;
	width:var(--contenido-2);
	text-align:left;
	padding: 0 var(--padding-3) var(--padding-4) var(--padding-3);
}

.wrapper-cat{
	float: left;
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
	gap:4%;
}

.contenido-categorias-blog{
	float: left;
	width: 100%;
}

.cat-list{
	float: left;
	width: 100%;
	margin: 0 0 var(--padding-3);
}

.cat-list_int{
	float: left;
	width:80%;
	background-color: var(--gris-claro);
	margin:0 0 var(--padding-1) 0;
	padding: var(--padding-3) 0 var(--padding-2) var(--padding-3);
	position: relative;
	border-radius: var(--border-red);
}

.imagen-fecha-cat{
	float: right;
	width: 45%;
}

.imagen-apertura-cat{
	float: right;
	width: 100%;
	min-height: 13em;
	background-image: url(img/patron-7.svg);
	background-size: cover;
	display: flex;
  	align-items: center;
}

.imagen-apertura-cat img{
	display: block;
}

.fecha-cat{
	float: left;
	width: 100%;
	text-align: right;
	margin: var(--padding-1) 0;
	padding: 0 var(--padding-2);
	color: var(--color-2);
 	font-size: var(--fuente-xs);
}

.text-cat{
	float: left;
	width:50%;
	padding: 0;
}

h3.tit-cat{
	font-size: var(--fuente-m);
}

.more-link{
	font-weight: var(--fuente-w-2);
	color: var(--color-3);
}

.link-100{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255,255,255,0.14);
	top: 0;
	left: 0;
}

.link-100:hover{
	opacity: 1;
}

.tag-cat{
	float: left;
	width: 20%;
	padding:var(--padding-3) 0 0 var(--padding-2);
}

.tag-cat ul {
  margin: 0;
  padding: 0;
}

.tag-cat ul li {
  display: block;
  list-style-type: none;
  width: 100%;
  font-size: var(--fuente-s);
  margin: 0 0 var(--padding-1);
  padding: 0 0 var(--padding-0);
  border-bottom: 1px dashed var(--color-2);
}

.tag-cat ul li a{
	font-weight: var(--fuente-w-2);
	color: var(--color-3);
}

/* Plugins */

.wp-block-coblocks-accordion-item__title{
	border-radius: var(--border-red);
	padding: var(--padding-2);
	font-size: var(--fuente-n);
	color: var(--positivo);
	background-color: var(--color-2) !important;
	box-shadow: 2px 2px 5px #333;
}

.wp-block-coblocks-accordion-item details[open] summary{
	background-color:var(--color-1) !important;
	box-shadow:none;
}

.wp-block-coblocks-accordion-item__content{
	border:none;
}

.is-grid.uagb-post__items{
	  grid-template-columns: inherit;
}

h4.uagb-post__title{
	color:var(--color-1);
	font-size:var(--fuente-m);
	font-weight: var(--fuente-w-3);
}

.uagb-post__excerpt{
	font-size:var(--fuente-n);
	line-height:1.4em;
}

.wp-block-button__link{
	background-color:var(--color-2);
	border-radius: var(--border-red);
}

.wp-block-coblocks-accordion-item__content{
	padding:0;
}