/* PRODUCTOS  */
/* - - - - - - - - - - - - - - - - - - - - - - >>> Fonts Definir y VAR font-weigh */
@font-face {
    font-family: 'ResidenzGrotesk';
    src: url('../fonts/ResidenzGrotesk-LightWide.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'ResidenzGrotesk';
    src: url('../fonts/ResidenzGrotesk-RegularWide.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'ResidenzGrotesk';
    src: url('../fonts/ResidenzGrotesk-MediumWide.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ResidenzGrotesk';
    src: url('../fonts/ResidenzGrotesk-RegExtraWide.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ResidenzGrotesk';
    src: url('../fonts/ResidenzGrotesk-MedExtraWide.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ResidenzGrotesk-Variable';
    src: url('../fonts/ResidenzGrotesk-Variable.woff2') format('woff2');
    font-weight: 700;
    font-style: unset;
}
@font-face {
    font-family: 'ResidenzGrotesk';
    src: url('../fonts/ResidenzGrotesk-BoldExtraWide.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'ResidenzGrotesk';
    src: url('../fonts/ResidenzGrotesk-BoldExtended.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
:root {
    --font-principal: 'ResidenzGrotesk', sans-serif;
    --fontWeight-light-wide: 100;
    --fontWeight-regular-wide: 200;
    --fontWeight-medium-wide: 300;
    --fontWeight-regular-extra-wide: 400;
    --fontWeight-medium-extra-wide: 600;
    --fontWeight-variable: 700;
    --fontWeight-bold-extra-wide: 800;
    --fontWeight-bold-extended: 900;
    --fontStyle-normal: normal;
}
/* - - - - Fonts */
/* TEXTOS h1 */
h1 { /* Partner tecnologico */
    font-family: 'ResidenzGrotesk', sans-serif;
    font-weight: 600;
    color: white;
    font-size: clamp(1.8rem, 4vw, 3rem);
    }
    h1 span{
        color: var(--color-ElecBlue);
    }
/* - - - - - - - - - - - - - - - - - - - - - - >>> Colores  */
:root {
    --color-MidBlue: #302E41;
    --color-BoneWhite: #E8E7E4;
    --color-ElecBlue: #4394FF;
    --color-DeepBlue: #192675;
    --color-Green: #B8C69B;
}
/* - - - - -FIN colores */

/*/////////////////////////////// header Seguridad ////////////*/
.seguridad-main {
    background: var(--color-DeepBlue);
    overflow: hidden;
}
.seguridad-sec1-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 120px 0 60px 0;
    }
    .seguridad-sec1-header-title{
        border: 2px var(--color-BoneWhite) solid;
        border-left: none;
        border-radius: 0 60px 60px 0;
        width: 40%;
        }
        .seguridad-sec1-header-title p{
            font-family: 'ResidenzGrotesk', sans-serif;
            font-weight: 600;
            color: white;
            font-size: clamp(1.5rem, 4vw, 3rem);
            padding: 1rem 6rem 0.4rem 3rem;
            text-align: center;
            }
        .seguridad-sec1-header-img {
            position: relative;
            top: 5px;
            margin-left: 30px;
        }

        /*/////////////////////////////// Section 2 Seguridad ////////////*/
.seguridad-sec2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .seguridad-sec2-boxText {
        background: var(--color-ElecBlue);
        border-radius: 80px;
        margin: 20px;
        padding: 6% 5% 5% 5%;
        width: 100%;
        max-width: 860px;
        }
    .seguridad-sec2-boxText p{
        font-family: 'ResidenzGrotesk', sans-serif;
        font-weight: 100;
        font-size: clamp(1em, 2vw, 1.6em);
        color: white;
        }
        .seguridad-sec2-img {
            margin: 20px;
            max-width: 560px;
            min-width: 400px;
        }
/*/////////////////////////////// Section 3 Seguridad ////////////*/
.seguridad-sec3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.seguridad-sec3-boxText {
    background: var(--color-MidBlue);
    border-radius: 80px;
    margin: 20px;
    padding: 4% 3% 3% 3%;
    width: 100%;
    max-width: 860px;
    }
    .seguridad-sec3-boxText p{
        font-family: 'ResidenzGrotesk', sans-serif;
        font-weight: 100;
        font-size: clamp(1em, 2vw, 1.5em);
        color: white;
    }
    .seguridad-sec3-globo {
        display: flex;
        flex-direction: column;
        margin-left: 30px;
    }
    .seguridad-sec3-globo-text {
        background: var(--color-MidBlue);
        border-radius: 40px 40px 0 0;
        border: 3px var(--color-BoneWhite) solid;
        border-bottom: none;
        padding: 10% 6% 2% 6%;
        width: 100%;
        max-width: 560px;
    }
            .seguridad-sec3-globo-text p{
                font-family: 'ResidenzGrotesk', sans-serif;
                font-weight: 100;
                font-size: clamp(1em, 2vw, 1.4em);
                color: white;
            }
                .seguridad-sec3-globo-text span{
                    background-image: url(../img/seguridad-gradientGlob.svg);
                    background-size: 100%;
                    background-repeat: no-repeat;
                    background-position: bottom;
                    padding: 3% 0;
                    }
                    .productosVLT-sec2-col2-globoTxt1 span{
                        background-image: url(../img/seguridad-gradientGlob.svg);
                        background-size: 100%;
                        background-repeat: no-repeat;
                        background-position: bottom;
                        padding: 2% 0;
                        }
    .seguridad-sec3-globo-base img {
        width: 100%;
        max-width: 560px;
    }
    
/*/////////////////////////////// Section 4 Seguridad footer ////////////*/
.seguridad-sec4 {
    margin: 0;
    background: var(--color-DeepBlue);
    }
    .seguridad-sec4-footer {
        background: white;
        border-radius: 80px 80px 0 0;
        padding: 20px 30px;
        }
        .seguridad-sec4-text {
            padding: 0 50px;
            }
            .seguridad-sec4-text p{
                color: var(--color-MidBlue);
                font-family: 'ResidenzGrotesk', sans-serif;
                font-weight: 300;
                font-size: clamp(1em, 2vw, 1.5em);
                text-align: center;
                }
            
@media (max-width: 1024px) {
    .seguridad-sec2 {
        flex-direction: column;
        padding: 0 20px;
        }
    .seguridad-sec3 {
        flex-direction: column;
        padding: 0 20px;
        }
        .seguridad-sec3-boxText {
            order: 1;
            padding: 60px;
            border-radius: 50px;
        }
        .seguridad-sec3-globo {
            order: 2;
            margin: 20px 0;
            }
            .seguridad-sec3-globo-text {
                max-width: 860px;
            }
            .seguridad-sec3-globo-base img {
                max-width: 860px;
            }
}

@media (max-width: 599px) {
    .seguridad-sec1-header {
        flex-direction: column;
        align-items: flex-start;
        margin: 140px 0 -20px 0;
        }
        .seguridad-sec1-header-title{
            width: 300px;
            }
            .seguridad-sec1-header-title p{
                padding: 0.7rem 6rem 0 3rem;
                text-align: center;
                }
            .seguridad-sec1-header-img {
                position: relative;
                top: -50px;
                right: -10%;
                margin-left: 60px;
            }
    .seguridad-sec2-boxText {
        border-radius: 50px;
        padding: 60px 30px 40px 40px;
        }
    .seguridad-sec3-boxText {
        padding: 60px 30px 40px 40px;
        }
        .seguridad-sec4-footer {
            border-radius: 60px 60px 0 0;
            padding: 30px 0;
            }
            .seguridad-sec4-text {
                padding: 0 30px;
                }

}