﻿body {
    background-color: #1e1f22;
}

hr {
    margin-bottom: 1.33rem;
}

ul {
    margin: 1.33rem;
}

li {
    list-style: none;
}

.ul_italic {
    font-family: PlusJakartaSans-Italic;
}

.dv_inf {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    hyphens: auto;
    padding: 1.25rem;
    gap: 1.25rem;
}

.p_inf {
    color: #fff;
    font-size: 1.1rem;
}

.base_white {
    display: flex;
    justify-content: center; /* ----- Base DVBODY ----- */
    align-items: center;
    flex-direction: column;
}

.padre_white {
    display: grid;
    grid-template-columns: 1fr 250px; /* ----- CREADOR DEL GRID ----- */
    max-width: 2000px;
    padding: 0 4rem;
}

.hijo_main {
    display: flex;
    justify-content: center; /* ----- Hijo de main ----- */
    align-items: center;
    flex-direction: column;
    box-shadow: 10px 0 80px rgba(0, 0, 0, 0.6), 5px 0 30px rgba(0, 0, 0, 0.3);
}

.fryum_wp {
    background-color: #fff;
    padding: 14px;
    font-family: PlusJakartaSans-Regular; /* ----- Hijo de main ----- */
    font-size: 1rem;
    line-height: 1.6;
    word-spacing: 0.15rem;
    text-align: justify;
    hyphens: auto;
}

.fryum_technical {
    background-color: #fff;
    padding: 14px;
    font-family: PlusJakartaSans-Regular; /* ----- Hijo de main ----- */
    font-size: 1rem;
    line-height: 1.6;
    word-spacing: 0.15rem;
    text-align: center;
    hyphens: auto;
    width: 100%;
    text-align: center;
}

.field_white01 {
    border: 2px solid #1e1f22;
    border-radius: 1rem;
    padding: 20px;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* ----- Fiel con info #1 del Wpper ----- */
    position: relative;
}

.legend_white01 {
    font-size: 18px;
    font-weight: bold;
    color: #1e1f22;
    text-transform: uppercase; /* ----- Titulo del field ----- */
    position: absolute;
    top: -11px;
    left: 33px;
    background-color: #fff;
    padding: 0 1%;
}

.field_white02 {
    border: 2px solid #1e1f22;
    border-radius: 1rem;
    padding: 15px;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* ----- Fiel con tabla del Wpper ----- */
    position: relative;
}

.legend_white02 {
    font-size: 18px;
    font-weight: bold;
    color: #1e1f22;
    text-transform: uppercase; /* ----- Título del segundo field ----- */
    position: absolute;
    top: -15px;
    left: 33px;
    background-color: #fff;
    padding: 0 1%;
}

.spanwhite {
    font-family: PlusJakartaSans-SemiBold; /* ----- Span Grande ----- */
    font-size: 1.25rem;
}

.pwhite {
    margin-bottom: 1.33rem; /* ----- <p> Principal ----- */
}

.spanwhite2 {
    font-family: PlusJakartaSans-ExtraBold; /* ----- Span dentro de <p> ----- */
}

.spanwhite3 {
    font-family: PlusJakartaSans-SemiBold;
    text-decoration: underline;
    display: inline-block;
}

fieldset li {
    margin-left: 1.5rem;
    margin-bottom: 1.33rem;
    line-height: 1.6;
    font-size: 1rem;
}

    fieldset li[style*="color: #f00"] {
    }

fieldset p strong[style*="color: #00f"] {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.word_sp {
    font-style: italic;
}

/* ----- ▼ ▼ ▼ ▼ ▼ ----- ▼ ▼ ▼ ▼ ▼ ----- ASIDE/LATERAL ----- ▼ ▼ ▼ ▼ ▼ ----- ▼ ▼ ▼ ▼ ▼ ----- */

.hijo_aside {
    background-color: #2223;
    box-shadow: -10px 0 80px rgba(0, 0, 0, 0.6); /* ----- DIV LATERAL (250px) ----- */
    min-height: 2586px;
    text-align: center;
    border-right: 1px solid #000;
}

    .hijo_aside a,
    .hijo_bot a {
        font-family: GreatVibes-Regular; /* ----- MOD a los <a> del aside ----- */
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        font-size: 1.25rem;
    }

.dvside01 {
    display: grid;
    grid-template-rows: repeat(10, 1fr); /* ----- CREADOR DEL GRID ----- */
    gap: 0.25rem;
    width: 100%;
    height: 100%;
}

.a_aside_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* ----- Centralizador de Iconos ----- */
    padding: 1rem;
    gap: 1rem;
}

.imgs_road01 {
    height: 140px;
    width: auto;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
    transform-style: preserve-3d;
}

    .imgs_road01:hover {
        transform: translateY(-20px) perspective(600px) rotateX(6deg);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

.imgs_road02 {
    height: 140px;
    width: auto;
    border-radius: 48%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
    transform-style: preserve-3d;
}

    .imgs_road02:hover {
        transform: translateY(-20px) perspective(600px) rotateX(6deg);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

.only_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hijo_bot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    padding: 2rem;
    gap: 2rem 4rem;
    display: none;
}

.botyhidden {
    display: none;
}

#contract {
    font-size: 32px;
}

@media (min-width: 2560px), (min-height: 1440px) {
    .spanwhite, .spanwhite2, .spanwhite3 {
        font-family: PlusJakartaSans-SemiBold; /* ----- Span's ----- */
        font-size: 28.5px;
    }

    .pwhite {
        font-size: 1.4rem;
        margin-bottom: 1.8rem; /* ----- <p> Principal ----- */
    }

    .legend_white01, .legend_white02 {
        font-size: 20px; /* ----- Titulo del field ----- */
    }

    fieldset li {
        font-size: 1.4rem;
        margin-bottom: 1.8rem;
    }
}

@media (max-width: 1375px) {
    .fryum_wp, .field_white01, .field_white02 { /* ----- Reajuste al tamaño de las letras ----- */
        font-size: 1.15rem;
        text-align: center;
    }

    .spanwhite {
        font-size: 1.30rem; /* ----- Reajuste al tamaño de las letras 2.0 ----- */
    }

    .padre_white {
        padding: 0 3rem;
    }

    .word_sp {
        font-size: 14px;
    }

    #contract {
        font-size: 25px;
    }
}

@media (max-width: 1200px) {
    .padre_white {
        grid-template-columns: 1fr 175px; /* ----- RE-CREADOR DEL GRID ----- */
        padding: 0 2rem;
    }

    .imgs_road01 {
        height: 112px;
        width: auto;
    }

    .imgs_road02 {
        height: 112px;
        width: auto;
    }

    fieldset li {
        margin-left: 0;
    }
}

/* ----- GAP's ----- */

@media (max-width: 1750px) {
    .dvside01 {
        gap: 1rem;
    }
}

@media (max-width: 1500px) {
    .dvside01 {
        gap: 2.15rem;
    }

    .padre_white {
        padding: 0 1.5rem;
    }
}

@media (max-width: 1023px) {
    .hijo_aside {
        display: none;
    }

    .padre_white {
        grid-template-columns: 1fr; /* ----- CREADOR DEL GRID ----- */
        padding: 0 1rem;
    }

    .hijo_bot {
        display: grid;
    }
}

/* ----- ▲ ▲ ▲ ▲ ▲ ----- GAP's ----- ▲ ▲ ▲ ▲ ▲ ----- */

@media (max-width: 950px) {
    .hijo_bot {
        padding: 1rem;
        gap: 1rem 2.5rem;
    }
}

@media (max-width: 850px) {
    .hijo_bot {
        gap: 0.5rem 1.5rem;
    }

    #contract {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .fryum_tecnical {
        text-align: center; /* ----- Centrar para cel ----- */
    }

    .hijo_bot {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem 3rem;
    }

    .botyhidden {
        display: block;
    }

    .padre_white {
        padding: 0 0.8rem;
    }

    #contract {
        font-size: 18px;
    }
}

@media (max-width: 660px) {
    .hijo_bot {
        padding: 1.5rem;
        gap: 0.5rem 1.5rem;
    }

    #contract {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .hijo_bot {
        padding: 1rem;
        gap: 0.5rem 0.5rem;
    }

    .padre_white {
        padding: 0 0.5rem;
    }

    ul {
        margin: 0rem;
    }

    #contract {
        font-size: 14px;
    }

    .spanwhite3 {
        margin-bottom: 1.33rem; /* ----- Reemplazo de h3 ----- */
    }
}

@media (max-width: 550px) {
    .hijo_bot {
        gap: 0.2rem 1.5rem;
    }

    .hijo_bot {
        grid-template-columns: repeat(2, 1fr);
    }

    .botyhidden2 {
        display: none;
    }

    #contract {
        font-size: 12px;
    }
}

@media (max-width: 440px) {
    .imgs_road01 {
        height: 70px;
        width: auto;
    }

    .hijo_bot {
        gap: 0rem 0rem;
    }

    .fryum_wp .field_white01 { /* ----- Reajuste al tamaño de las letras ----- */
        font-size: 1rem;
    }

    .spanwhite {
        font-size: 1.2rem; /* ----- Reajuste al tamaño de las letras 2.0 ----- */
    }

    .field_white01 {
        padding: 12px 5px 5px 5px;
    }

    #contract {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    #contract {
        font-size: 8px;
    }
}

/* ----- Responsivo suave ----- */
