/*
    Theme Name: trabajo_forzoso_theme
    Theme URI: 
    Author: Juan Carlos Perez Amador
    Author URI:
    Description: Theme Diseñado para el micrositio Trabajo Forzoso
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: trabajo, infantil, flexbox, css grid, mobile first
    Text Domain:trabajoForzoso
*/

/*
Theme Name: trabajo_forzoso_theme
Theme URI:
Author: Juan Carlos Perez Amador
Author URI:
Description: Theme Diseñado para el micrositio Trabajo Infantil
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Text Domain: trabajoForzoso
Tags: trabajo, forozoso, infantil, flexbox, css grid, mobile first

/* Estilo para la sección principal */

@font-face {
  font-family: Noto Sans;
  src: url(https://framework-gb.cdn.gob.mx/applications/cms/fonts/NotoSans_Regular.otf);
}


body {
    font-family: 'Noto Sans Light';
    background: url('./assets/img/fondo_gde.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.icons-container {
    position: fixed;
    right: 1%;
    top: 50%;
    bottom: 50%;
}

.icons-container i {
    color: #98989A;
    display: block;
    margin-bottom: 0;
    transition: color 0.3s ease, transform 0.3s ease-in-out;
    transform: scale(1);
}


.icons-container i:hover {
    color: #9F2241;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

#boton_capitulo_laboral {
    background: #9F2241;
    cursor: pointer;
    transform: translate(0);
}

#boton_capitulo_laboral:hover {
    background: #9F2241;
    color: #fff;
}

#boton_capitulo_laboral::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #691C32;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#boton_capitulo_laboral:hover::before {
    transform: scaleX(1);
    transform-origin: 0%;
}


#boton_acuerdo {
    background: #9F2241;
    cursor: pointer;
    transform: translate(0);
}

#boton_acuerdo:hover {
    background: #9F2241;
    color: #fff;
}

#boton_acuerdo::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #691C32;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#boton_acuerdo:hover::before {
    transform: scaleX(1);
    transform-origin: 0%;
}

#PDF_guia {
    background: #9F2241;
    cursor: pointer;
    transform: translate(0);
}

#PDF_guia:hover {
    background: #9F2241;
    color: #fff;
}

#PDF_guia::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #691C32;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#PDF_guia:hover::before {
    transform: scaleX(1);
    transform-origin: 0%;
}



#boton_VUCEM {
    background: #9F2241;
    cursor: pointer;
    transform: translate(0);
}

#boton_VUCEM:hover {
    background: #9F2241;
    color: #fff;
}

#boton_VUCEM::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #691C32;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#boton_VUCEM:hover::before {
    transform: scaleX(1);
    transform-origin: 0%;
}



#PDF_guia2 {
    background: #9F2241;
    cursor: pointer;
    transform: translate(0);
}

#PDF_guia2:hover {
    background: #9F2241;
    color: #fff;
}

#PDF_guia2::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #691C32;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#PDF_guia2:hover::before {
    transform: scaleX(1);
    transform-origin: 0%;
}



#boton_determinaciones {
    background: #9F2241;
    cursor: pointer;
    transform: translate(0);
}

#boton_determinaciones:hover {
    background: #9F2241;
    color: #fff;
}

#boton_determinaciones::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #691C32;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#boton_determinaciones:hover::before {
    transform: scaleX(1);
    transform-origin: 0%;
}

#boton_solicitudes_determinaciones_guia {
    background: #9F2241;
    cursor: pointer;
    transform: translate(0);
}

#boton_solicitudes_determinaciones_guia:hover {
    background: #9F2241;
    color: #fff;
}

#boton_solicitudes_determinaciones_guia::before {
    content: '';
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #691C32;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#boton_solicitudes_determinaciones_guia:hover::before {
    transform: scaleX(1);
    transform-origin: 0%;
}

/* /////////////////////////////////////////////// Estilo para Determinaciones /////////////////////////////////////////////// */

.determinaciones-container {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
}

.determinacion {
    margin-bottom: 20px;
    width: 80%;
}

.determinacion .fecha {
    font-size: 0.9em;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.determinacion h5 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: lighter;
}

.determinacion p {
    margin: 0 0 10px;
}

.determinacion h5 i {
    margin-right: 10px;
    font-size: 12px;
    color: #BC955C;
}

.determinacion a.determinacion-link {
    text-decoration: none;
    color: inherit;
}

.determinacion a.determinacion-link:hover {
    text-decoration: underline;
}

.determinaciones-container hr {
    border: 0;
    height: 1px;
    margin: 20px 0;
}

.boton_ordenar form {
    width: 80%;
    margin: 0 auto;
}

.boton_ordenar select {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #495057;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
}

.boton_ordenar select:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.boton_ordenar select:focus {
    background-color: #ffffff;
    border-color: #DDC9A3;
    box-shadow: 0 0 0 0.2rem #DDC9A3;
}

.boton_ordenar label {
    margin-right: 0.5rem;
    font-size: 1rem;
    color: #495057;
}