.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.lato-black {
font-family: "Lato", sans-serif;
font-weight: 900;
font-style: normal;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Lato", sans-serif;
}
body {
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1rem;
}
h1,h2,h3,h4,h5 {
    color: #0065a0;
}
ol li,
ul li {
    font-size: 1.2rem;
    color: #676767;
    text-align: justify;
}
.navbar svg.svg-inline--fa {
    width: 1.75rem !important;
    font-size: 1.75rem !important;
}
svg.svg-inline--fa {
    width: 1rem !important;
}
.border-yellow {
    border-bottom: 3px solid var(--bs-yellow);
    margin-bottom: 1rem;
}
.border-blue-light {
    border-bottom: 3px solid rgba(0, 101, 160, 0.3);
    margin-bottom: 1rem;
}
.bg-ciees {
    background-color: #0065a0;
    color: #fff !important;
}
.bg-ciees p {
    color: #fff;
}
.bg-rubrica {
    background-color: #f2f2f2;
    color: #676767;
}
.ciees-text {
    font-size: 1.2rem !important;
    color: #676767;
    line-height: 1.8rem !important;
    padding: .25rem 1rem 0 1rem !important;
    margin-bottom: 0 !important;
}
.logo-header {
    height: 70px;
}
.logo-login {
    height: 170px;
}
p {
    font-size: 1.2rem;
    color: #676767;
    line-height: 1.7rem;
}
.text-justify {
    text-align: justify;
}
.vertical-text {
    writing-mode: sideways-lr;
    /* transform: rotate(180deg); */
}
.reportes-pdf a {
    color: #676767;
    text-decoration: none;
}

/* Estilos para la ventana modal */
#modalME24 .modal-header {
    background-color: #0065a0;
    color: #fff;
}
#modalME24 .modal-footer {
    border-top: 3px solid #0065a0;
    padding: .25rem .75rem;
}
#modalME24 .modal-title {
    color: #fff;
}

/* Estilos de login */
.login-wrapper {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
}
.login-container {
border-radius: 1.5rem;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
position: relative;
overflow: hidden;
width: 100%;
max-width: 610px;
min-height: 410px;
}
.login-container p {
    line-height: 1.5rem;
    letter-spacing: 0.3px;
    margin: 1.5rem, 0;
    color: #fff;
}
.login-container a {
color: #333;
text-decoration: none;
margin: 1rem 0 .8rem;
}
.login-container button {
background-color: #0065a0;
color: #fff;
padding: .5rem 2.5rem;
border: 1px solid transparent;
border-radius: .5rem;
font-weight: 900;
letter-spacing: 0.5px;
margin-top: 10px;
}
.login-container button.hidden {
background-color: transparent;
border-color: #fff;
}
.login-container form {
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 2.5rem;
height: 100%;
}
.login-container input {
background-color: #eee;
border: none;
margin: .5rem 1rem;
padding: .5rem;
border-radius: .5rem;
width: 100%;
outline: none;
}
.form-container {
position: absolute;
top: 0;
height: 100%;
transition: all 0.6s ease-in-out;
}
.sign-in {
left: 0;
width: 50%;
z-index: 2;
}
.login-container.active .sign-in {
transform: translateX(100%);
}
.sign-up {
left: 0;
width: 50%;
opacity: o;
z-index: 1;
}
.login-container.active .sign-up {
transform: translateX(100%);
opacity: 1;
z-index: 5;
animation: move 0.6s;
}
@keyframes move {
0%, 49.99% {
    opacity: 0;
    z-inedx: 1;
}
50%, 100% {
    opacity: 1;
    z-index: 5;
}
}

.toggle-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    border-radius: 150px 0 0 100px;
    z-index: 10;
}
.login-container.active .toggle-container {
    transform: translateX(-100%);
    border-radius: 0 150px 100px 0;
}
.toggle {
    background-color: #0065a0;
    height: 100%;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: all 0.6s ease-in-out;;
}
.login-container.active .toggle {
    transform: translateX(50%);
}
.toggle-panel {
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 2rem;
    text-align: center;
    top: 0;
    transform: translate(0);
    transition: all 0.6s ease-in-out;
}
.toggle-left {
    transform: translateX(-200%);
}
.login-container.active .toggle-left {
    transform: translateX(0);
}
.toggle-right {
    right: 0;
    transform: translateX(0);
}
.login-container.active .toggle-right {
    transform: translateX(200%);
}

.lateral-nav .eje {
    font-size: 1.2rem;
    color: #fff;
    background-color: #0065a0;
    padding: 3px 5px;
    border-radius: 5px;
    margin-top: .5rem;
}
img.list_arrow,
svg.list_arrow,
img.list_img,
svg.list_img {
 height: 12px;
}

.lateral-nav {
    width: 100%;
}
.lateral-nav .nav_link {
    color: #303440;
    display: block;
    padding: .5rem 0;
    text-decoration: none;
}
.lateral-nav .nav_link-inside {
    border-radius: .5rem;
    text-align: left;
    padding: .25rem .5rem .25rem .5rem;
    font-size: .9rem;
}
.lateral-nav .nav_link-inside:hover {
    background: #e0e0e0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

a.nav_link.nav_link-inside {
    display: flex;
    justify-content: space-between;
}

.lateral-nav .list {
    width: 100%;
    /* height: 90vh; */
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: .5rem;
}
.lateral-nav .list_item {
    list-style-type: none;
    width: 95%;
    text-align: left;
    overflow: hidden;
    margin-left: .5rem;
}
.lateral-nav .list_item-click {
    cursor: pointer;

}
.lateral-nav .list_button {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    width: 100%;
    border: 2px solid #0065a0;
    padding: 0 .5rem;
    border-radius: 6px;
    margin-bottom: .25rem;
}

.lateral-nav .list_button a {
    font-size: .8rem;
    font-weight: bold;
    color: #676767;
    padding: .25rem 0;
}
.lateral-nav .arrow .list_arrow {
    transform: rotate(90deg);
}
.lateral-nav .list_arrow {
    margin-left: auto;
    transition: transform .3s;
}
.lateral-nav .list_show {
    width: 90%;
    padding-left: 0;
    margin-left: auto;
    border-left: 2px solid #303440;
    list-style: none;
    transition: height .4s;
    height: 0;
    margin-bottom: .25rem;
}

/* Estilos del menú superior */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
.navbar-dark .navbar-nav .nav-link {
    padding-bottom: 0;
    border-bottom: 2px solid transparent; /* Borde invisible por defecto */
    transition: border-color 0.3s ease;
}
.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid yellowgreen;
}

#subMain {
    margin-top: 7rem;
}
/* Estilos para categorías */
.dataCollection-container > div {
    border: 1px solid #bfbfbf;
    padding: 1rem 1.5rem;
}
.dataCollection-container .title {
    background-color: #0065a0;
    color: #fff;
    font-size: 1.5rem;
}
.dataCollection-container .subtitle {
    background-color: #f2f2f2;
    color: #676767;
}
.dataCollection-container ol,
.dataCollection-container ul {
    font-size: 1.2rem;
    color: #676767;
    text-align: justify;
}
.dataCollection-container ol li,
.dataCollection-container ul li {
    margin-bottom: .5rem;
}

/* Estilo para el tamaño de letra de las opciones de las orientacions */
.accordion-header .accordion-button {
    color: #676767;
    font-size: 1.2rem;
}
.orientacion ul li {
    font-size: 1rem;
}

/* Estilos para la tabla */
.estandar-table {
    width: 100%;
}
.estandar-table li {
    margin-left: 1.5rem;
    text-align: justify;
}
.estandar-table thead {
    background-color: #f2f2f2;
    color: #676767;
    text-align: center;
}
.estandar-table th,
.estandar-table td {
    border: 1px solid #bfbfbf;
    padding: .25rem .5rem;
    color: #676767;
}
.estandar-table td p {
    font-size: 1rem;
    text-align: justify;
    line-height: 1.3rem;
}
.estandar-table tr th p {
    font-size: 1rem;
    line-height: 1.2rem;
    margin: .25rem auto;
}
.estandar-table .form-check {
    text-align: center;
    line-height: 2.5rem;
}
.estandar-table .form-check .form-check-input {
    float: none;
    width: 2rem;
    height: 2rem;
}

.estandar-table.mini-table tbody tr td {
    font-size: .8rem;
}
.estandar-table.mini-table tbody tr td .btn-sm {
    padding: .15rem .25rem;
}

.tooltip-general .tooltip {
    max-width: 300px;
}


/* Estilos de subtablas */
.area-table thead {
    background-color: #1E3F66;
}
.objetivo-table thead {
    background-color: #6F9CDE;
}
.actividad-table thead {
    background-color: #E5F3FD;
}
.area-table thead .th-inner {
    color: #FFF;
    padding: .25rem .75rem !important;
}
.actividad-table thead .th-inner {
    color: #676767;
    padding: .25rem .75rem !important;
}

.table-reporte-pm {
    max-width: 1350px;
    border-collapse: collapse;
    border: 1px solid #BFBFBF;
    margin-top: 0;
    font-size: .8rem;
}
.table-reporte-pm thead {
    background-color: #1E3F66;
}
.table-reporte-pm thead tr th {
    text-align: center;
    color: #FFF;
    padding: .25rem;
}
.table-reporte-pm tbody tr.row-actividad td:nth-child(2) {
    max-width: 300px;
}
.table-reporte-pm tbody tr td {
    padding: .25rem;
    font-size: .75rem;
    vertical-align: top;
    color: #676767;
    border: 1px solid #BFBFBF;
}
.table-reporte-pm tbody .row-area {
    background-color: #6F9CDE;
}
.table-reporte-pm tbody .row-area td {
    color: #FFF;
}
.table-reporte-pm tbody .row-objetivo {
    background-color: #E5F3FD;
}

.table-orientador {
    margin-bottom: 2rem;
}
.table-orientador thead tr th {
    border: 1px solid #BEBEBE;
    font-size: 1rem;
    padding-left: .5rem;
}
.table-orientador tbody tr td {
    border: 1px solid #BEBEBE;
    padding: .25rem .5rem;
    font-size: .8rem;
    color: #676767;
}
.table-orientador .optimo {
    background-color: #0E642E;
    color: #fff;
}
.table-orientador .adecuado {
    background-color: #98C064;
    color: #fff;
}
.table-orientador .suficiente {
    background-color: #DDBE43;
    color: #fff;
}
.table-orientador .insuficiente {
    background-color: #E42F55;
    color: #fff;
}
´
/* Estilos de tinyMCE */
/* Reducir el tamaño de los iconos en la barra de herramientas */
.tox .tox-tbtn svg {
    width: 16px;  /* Cambiar el valor para ajustar el tamaño del icono */
    height: 16px;
}

/* Ajustar el tamaño del botón para que coincida con el tamaño más pequeño del icono */
.tox .tox-tbtn {
    padding: 4px;  /* Ajustar el padding para reducir el tamaño del botón */
}