    body {
            margin: 0;
             

        }

        .content-main {
            
            width: 100%;

        }

        /*  style para el contenedor del menu */
        .content-cabecera {
            width: 100%;
            background-color: black;
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 80px;
        }

        .menu {
            width: 50%;
        }

        .option-menu {
            display: flex;
            justify-content: space-around;
            padding: 2px;
        }

        .option-menu a {
            text-decoration: none;
           font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-style: Regular;
            font-size: 15px;
            color: white;
            border-bottom: 2px solid transparent;
             transition: border-color 0.3s ease;
        }
        .option-menu a:hover{
             border-bottom: 2px solid blue; 
             padding: 1px;
        }

        .logo {
            width: 75px;
        }

        .logo img {
            width: 100%;
        }

        .otros {
            width: 80px;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

        .otros img {
            width: 30px;
            cursor: pointer;
        }

        /* style para la primera fila */
        .content-rowOne {
            width: 100%;
            
        }

        .content-rowOne img {
            width: 100%;

        }

        /* style para la segunda fila */
        .content-rowTwo {
            width: 100%;
            /*height: 100vh;*/
            padding: 20px 0px;
            background-color: white;
        }

        /* style para el texto de la segunda fila*/
        .content-rowTow-texto {
            background-color: white;
            width: 100%;
            text-align: center;
            padding: 30px 0px 10px 0px;
        }

        .content-rowTow-texto p {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            /* font-weight: 300;*/
            font-style: Italic;
            font-size: 15px;
        }

        .content-rowTwo-tarjetas {
            width: 100%;
            display: flex;
            justify-content: space-evenly;
        }

        .tarjeta {
            width: 18%;
            padding: 20px 1%;
            background-color: #D9D9D9;
            text-align: center;
           
        }
        .tarjeta h3{
            font-style: italic;
        }
        .tarjeta p{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-style: italic;
        }

        .tarjeta img {
            width: 100%;
        }

        /* Style para la tercera fila de contenido */
        .content-rowThree {
            background-color: #D9D9D9;
            width: 100%;
            /* height: 100vh;*/
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: flex-start;
            padding: 20px 0px 0px 0px;
        }

        .content-rowThree-text {
            width: 30%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 10px;
        }

        .content-rowThree-text p {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .rwoThree-text1 {
            font-family: Teko;
            font-weight: 500;
            font-style: Medium;
            font-size: 27px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .rwoThree-text2 {
            font-family: Teko;
            font-weight: 700;
            font-style: Bold;
            font-size: 45px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .rwoThree-text3 {
            font-family: Poppins;
            font-weight: 400;
            font-style: Regular;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .content-rowThree-text a {
            font-family: Teko;
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
            border-radius: 6px;
            background-color: #00FF29;
            text-decoration: none;
            color: black;
            padding: 12px;
        }

        .content-rowThree-text hr {
            width: 110px;
            height: 4px;
            background-color: #00FF29;
            margin: 0px;
        }

        .content-rowThree-img {
            width: 40%;
        }

        .content-rowThree-img img {
            width: 100%;
        }

        /*  Style para la cuarta fila*/
        .content-rowFour {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 40px;
        }

        .title-rowFour {
            font-family: Oswald;
            font-weight: 500;
            font-style: Medium;
            font-size: 71px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .content-rowFour-img1 {
            width: 100%;
            display: flex;
            justify-content: space-around;
        }

        .content-rowFour-product {
            width: 18%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .product-img {
            width: 100%;
            padding: 5px 0;
            background-color: #D9D9D9;
        }

        .product-img img {
            width: 100%;
        }

        .product-text {
            width: 100%;
            background-color: white;
            box-shadow: 0px 4px 16px 0px #00000040;
            text-align: center;
            padding: 10px 0px;
        }

        .product-text p {
            margin: 0px;
        }

        /* Style para la segunda galeria de imagenes*/
        .content-rowFour-img2 {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            margin-top: 40px;
        }

        .dato_img2 {
            width: 23%;
        }

        .dato_img2 img {
            width: 100%;
        }

        /* style para la quinta fila */
        .content-rowFive {
            background-color: black;
            width: 100%;
            height: 100vh;
        }

        /* style para la sexta fila */
        .content-rowSix {
            background-color: white;
            width: 100%;
            height: 100vh;
        }

        /*  style para el foot de pagina*/
        .content-foot {
            background-color: black;
            width: 100%;
            /*height: 80px;*/
            padding-top: 15px;
            padding-bottom: 10px;
            color: white;
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
        }

        .icons-redes {
            width: 22%;
            display: flex;
            justify-content: space-around;
            align-items: center;

        }

        .icons-redes img {
            width: 45px;
            border-radius: 40px;
        }
        @media screen and (max-width: 768px) {

    /* CABECERA / MENU */
    .content-cabecera {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
        gap: 10px;
    }

    .menu {
        width: 100%;
    }

    .option-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 4px 10px;
    }

    .option-menu a {
        font-size: 13px;
    }

    .logo {
        width: 60px;
    }

    .otros {
        width: 70px;
    }

    /* FILA 2 - TARJETAS */
    .content-rowTwo-tarjetas {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0 16px;
    }

    .tarjeta {
        width: 85%;
        padding: 16px;
    }

    /* FILA 3 */
    .content-rowThree {
        flex-direction: column;
        align-items: center;
    }

    .content-rowThree-img {
        width: 100%;
    }

    .content-rowThree-text {
        width: 90%;
        align-items: center;
        text-align: center;
        padding: 20px 16px;
    }

    .content-rowThree-text p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .rwoThree-text1 {
        font-size: 20px;
    }

    .rwoThree-text2 {
        font-size: 32px;
    }

    .rwoThree-text3 {
        font-size: 15px;
    }

    .content-rowThree-text hr {
        margin: 0 auto;
    }

    /* FILA 4 - PRODUCTOS */
    .content-rowFour-img1 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 0 16px;
    }

    .content-rowFour-product {
        width: 42%;
    }

    .title-rowFour {
        font-size: 40px;
        text-align: center;
    }

    /* GALERÍA INFERIOR */
    .content-rowFour-img2 {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 0 16px;
        margin-top: 20px;
    }

    .dato_img2 {
        width: 90%;
    }

    /* FOOTER */
    .content-foot {
        padding: 20px 10px;
    }

    .icons-redes {
        width: 70%;
        margin-top: 10px;
    }

    .icons-redes img {
        width: 38px;
    }
}
