/* Globales */
:root {
    --blanco: #FFFFFF;
    --tinto: #AE0A4C;
    --azul: #004C9E;
    --morado: #670478;
    --gris: #66869A;
    --negro: #333333;
    --grisclaro: #D4D4D5;
    --gradiente: #6F2864;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    color: var(--blanco);
    font-family: 'Raleway', sans-serif;
}

h1 {
    color: var(--negro);
    font-family: 'Raleway', sans-serif;
    text-transform: bolder;
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
}

h3 {
    margin-top: 2%;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-left: 5px;
    font-family: 'Raleway', sans-serif;
}

h4 {
    font-family: 'Raleway', sans-serif;
    margin-top: 4%;
}

h5 {
    text-align: center;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.letranegra {
    color: black;
}

.fuente {
    font-family: 'Raleway', sans-serif;
}

.negrita {
    font-weight: bold;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.col {
    display: flex;
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.text-center p, img{
    text-align: center;
}

.width90{
    width: 500px;

}
/* ----     ----    ----  IYQ ELIMINAR DESPUES DE 2025  ----    ----    ----    */

.enlaceiyq {
    /*float: right;*/
    position: absolute;
    /*padding: 0 2rem;*/
}
.logoIYQ {
    width: 300px;
}

.contenedorIYQ {
    display: grid;
    place-content: center;
}

.textIYQ {
    text-align: center;
    color: black;
    max-width: 940px; 
    margin: 0 auto; /* Para centrar el elemento dentro de su contenedor */
}

/* ----     ----    ----    Fuentes   ----    ----    ----    */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/static/Raleway-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Courier Prime';
    src: url('../fonts/Courier/CourierPrime-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* ----     ----    ----    iconos   ----    ----    ----    */
.iconosTop {
    width: 18px;
}

.aiconos {
    padding: 0;
}

/* ----     ----    ----    Formato   ----    ----    ----    */
.subtitulo {
    text-align: center;
}

/* ----     ----    ----    Formato fondo blanco   ----    ----    ----    */
.parrafo {
    color: var(--negro);
    font-weight: normal;
    margin: 10% 15%;
    font-size: 18px;
    text-align: justify;
    font-family: 'Raleway';
}

.gradiente {
    background-image: linear-gradient(72deg, var(--azul), var(--tinto));
}

/* ----     ----    ----    Index   ----    ----    ----    */
.background_index {
    background-image: url(../img/Fondo_Index.png);
    height: 750px;
    object-fit: fill;
    background-position: 50% 100%;
    background-size: cover;
    background-clip: border-box;
    padding: 30px 10px;
    position: relative;
}


/* ----     ----    ----    Menu superior   ----    ----    ----    */
.contenedor1 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

nav {
    height: 110px;
    width: 100%;
}

.enlace {
    position: absolute;
    padding: 0 2rem;
}

.logo {
    width: 200px;
}

nav ul {
    float: right;
    margin-right: 0;
    padding: auto;
    width: 80%;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    padding: 20px 5%;
}

nav ul li a {
    color: var(--blanco);
    font-size: 18px;
    padding: 0 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

li a:hover {
    background: none;
    transition: .5s;
}

/* ----     ----    ----    Logo Index   ----    ----    ----    */
.contenedor2 {
/*    width: 100%;*/
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.imgindex {
    height: 520px;
    vertical-align: middle;
}

/* ----     ----    ----    Cajas   ----    ----    ----    */
.contenedor3 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.mv {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    align-items: center;
}

.cajas {
    text-align: center;
    border-radius: 20px;
    padding: 10px 8px;
    height: 160px;
    width: 450px;
}

.tinto {
    background: linear-gradient(to left, var(--azul) 50%, var(--gradiente));
}

.azul {
    background: linear-gradient(to right, var(--tinto) 50%, var(--gradiente));
}

.cajas h2 {
    margin: 20px auto;
    font-family: 'Raleway', sans-serif;
    text-transform: bolder;
}

.cajas p {
    font-weight: normal;
    padding-bottom: 10px;
}

/* ----     ----    ----    Botones   ----    ----    ----    */
.botones {
    padding-top: 25px;
    padding-bottom: 25px;
}

.cajasb {
    text-align: center;
    border-radius: 10px;
    padding: 10px 5px;
    margin: auto 150px;
    width: 150px;
}

.botones a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}


/* ----     ----    ----    Footer   ----    ----    ----    */
.footer {
    height: auto;
    background-color: var(--blanco);
    background-image: url(../img/Fondo_footer.png);
    background-position: 0 0;
    background-size: cover;
    padding: 120px 30px 70px 30px; /*AQUI LE DOY MAS ESPACIO HACIA ABAJO MODIFICANDO EL 40*/
    position: relative;
    overflow: visible;
    font-family: 'Raleway', sans-serif;
}

.footerp {
    color: var(--blanco);
    text-align: center;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 16px;
    display: block;
    position: static;
    font-weight: normal;
}

.footerp a {
    font-weight: bold;
}

.footer2 {
    height: auto;
    background-color: var(--blanco);
    background-image: url(../img/Fondo_footer.png);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 120px 30px 25px 30px;
    position: inline;
    overflow: visible;
    font-family: 'Raleway', sans-serif;
}

.footerp2 {
    color: var(--blanco);
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    font-weight: bold;
}

.footerp2 a {
    font-family: 'Raleway', sans-serif;
}

.footer3 {
    height: auto;
    background-color: var(--blanco);
    background-image: url(../img/Fondo_footer.png);
    background-position: center bottom;
    background-size: 100%;
    height: 50%;
    background-repeat: no-repeat;
    padding: 120px 30px 15px 30px;
    position: inline;
    overflow: visible;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    border-bottom: none;
}

.footerp3 {
    color: var(--blanco);
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15%;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    font-weight: bold;
}

.footerp3 a {
    font-family: 'Raleway', sans-serif;
}



/* ----     ----    ----    Menu Azul   ----    ----    ----    */
.menublue a {
    color: var(--azul);
    font-family: 'Raleway', sans-serif;
}

/* ----     ----    ----    Menu Blanco   ----    ----    ----    */
.menuwithe a {
    color: var(--blanco);
    font-family: 'Raleway', sans-serif;
}


/* ----     ----    ----    Titulo fondo gradiente   ----    ----    ----    */
.gradiente h1 {
    color: var(--blanco);
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    padding: 30px;
}

/* ----     ----    ----    GUIA RAPIDA   ----    ----    ----    */
.contenedorguia {
    margin: 2% 5%;
}

.columna1 {
    height: 70%;
    max-height: none;
    min-height: auto;
    object-fit: fill;
    background-color: var(--grisclaro);
    border-radius: 10px;
    flex: 1;
    padding: 20px;
    display: block;
    position: sticky;
    top: 20px;
    overflow: scroll;
    width: 33.33%;
    float: left;
    position: fixed;
    margin-top: 16%;
    /*Estilos estándar experimentales (Principalmente Firefox)*/
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}

.columna1 h3 {
    color: var(--negro);
}

.subtituloguia {
    padding-left: 20px;
    text-decoration: none;
    display: block;

}

.subtituloguia h4 {
    color: var(--azul);
    font-size: 16px;
    text-decoration: none;
}

.columna2guia {
    width: 66.66%;
    white-space: normal;
    padding-left: 5%;
    padding-right: 10px;
    /*aqui*/
    margin-left: 35%;
    /*aqui*/
    position: relative;
    float: right;
}

.columna2guia p,
strong,
li,
sup,
em,
u {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: var(--negro);
    text-align: justify;
}

.columna2guia ul,
ol {
    padding-left: 50px;
}

.columna2guia h3,
h5 {
    color: var(--negro);
}

.columna2guia h5 {
    font-size: large;
}

.columna2guia img {
    clear: both;
    max-width: 150px;
    margin: auto;
}

.marcadores li {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: var(--negro);
    text-align: justify;
}

.bullets li {
    list-style-type: '➢ ';
}

.bulletsnum li {
    list-style-type: decimal;
}

.codigo p {
    font-size: 15px;
    padding-left: 15%;
    font-family: 'Courier Prime', monospace;
}

.codigo2 span {
    font-size: 20px;
    font-family: 'Courier Prime', monospace;
    color: #FF8000; 
    font-weight: bold;
}

.codigo2 p {
    font-size: 20px;
    text-align: center;
    font-family: 'Courier Prime', monospace;
    color: black;
}

.tab p{
    text-align: left;
    padding-left: 10%;
}

.interlineado {
    line-height: 2;
}

.imgformula {
    max-width: 103px;
    display: block;
    text-align: center;
}

.negrita {
    font-weight: bold;
}

.referencias{
    color: var(--negro);
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    text-transform: capitalize;
}


/* ----     ----    ----    FAQ   ----    ----    ----    */
.contenedor4 {
    margin: 100px auto;
}

.contenedor42 {
    margin: 100px 10%;
}

.contenedorimg{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1;
}

.tablasfaq {
    margin: 0 auto;
    display: table;
}

.tablasline {
    display: table-row;
}

.tablascel {
    display: table-cell;
    width: 40%;
    padding: 0.5%;
    height: max-content;
}

.columnatablafaq {
    text-align: center;
    width: 50%;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.celdasfaq {
    height: fit-content;
    width: auto;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
}

.tituloceldafaq {
    width: auto;
    clear: none;
    direction: ltr;
    white-space: normal;
    display: block;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
}

.botontituloceldafaq {
    color: var(--blanco);
    width: 1em;
    height: 1em;
    margin: auto 1%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.textoceldafaq {
    clear: none;
    color: var(--blanco);
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    display: block;
    overflow: visible;
    text-align: left;
}

.navfaq {
    background-color: var(--azul);
    padding: 20px;
    display: block;
    position: static;
    min-width: 100%;
}

.textonavfaq {
    color: var(--blanco);
    font-family: 'Raleway', sans-serif;
    text-align: justify;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
}


.row {
    display: flex;
}

.margin {
    margin: 5% 12%;
}

.centradoimg{
    margin: auto;
    width: 200px;
}

.contenedorbotonfaq {
    margin: auto 2%;
}


/* ----     ----    ----    FAQ 2   ----    ----    ----    */
.contenedorbotonfaq {
    margin: auto 2%;
}

.botonfaq {
    background: none;
    border: none;
    padding: 5px 10px;
}

.textoceldafaq strong,
.textonavfaq strong {
    color: var(--blanco);
}

.matriz {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    margin: auto 10%;
}

.celda1 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 2%;
}

.celda2 {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 2%;
}

.celda3 {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 2%;
}

.celda4 {
    grid-column: 2/3;
    grid-row: 2/3;
    margin: 2%;
}

.celda5 {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 2%;
}

.celda6 {
    grid-column: 2/3;
    grid-row: 3/4;
    margin: 2%;
}

.celda7 {
    grid-column: 1/2;
    grid-row: 4/5;
    margin: 2%;
}

.celda8 {
    grid-column: 2/3;
    grid-row: 4/5;
    margin: 2%;
}

.celda9 {
    grid-column: 1/2;
    grid-row: 5/6;
    margin: 2%;
}

.celda10 {
    grid-column: 2/3;
    grid-row: 5/6;
    margin: 2%;
}

.celda11 {
    grid-column: 1/2;
    grid-row: 6/7;
    margin: 2%;
}

.imagenfaq {
    filter: invert(1);
    width: 150px;
    padding-left: 25%;
}

/* ----     ----    ----    Tabla GB RAM   ----    ----    ----    */
.styled-table {
    border-collapse: collapse;
    margin: 5% 35%;
    min-width: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    font-weight: bold;
}

.styled-table thead tr {
    background-color: var(--gris);
    color: var(--negro);
    text-align: middle;
}

.styled-table th,
.styled-table td {
    text-align: center;
    padding: 10px 5px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

/* ----     ----    ----    Boton Colapsable   ----    ----    ----    */
.colapsable {
    cursor: pointer;
    border: none;
    outline: none;
}

.contenido {
    display: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/* ----     ----    ----    Diseño Barra de Scroll   ----    ----    ----    */

.columna1::-webkit-scrollbar {
    -webkit-appearance: none;
}

.columna1::-webkit-scrollbar:vertical {
    width: 10px;
}

.columna1::-webkit-scrollbar-button:increment,
.columna1::-webkit-scrollbar-button {
    display: none;
}

.columna1::-webkit-scrollbar:horizontal {
    height: 10px;
}

.columna1::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.columna1::-webkit-scrollbar-track {
    border-radius: 10px;
}