@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Rasa:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mako&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');


@font-face{
    font-family: 'BillionDreams';
    src:url(/fonts/BillionDreams_PERSONAL.ttf);
}

@font-face{
    font-family: 'CASTLEN';
    src:url(/fonts/CASTLEN.TTF);
    font-weight: bold;
}



* {
    margin: 0;
     box-sizing: border-box;
     padding: 0;
        
    }

    .caja-gral-article {
        background-image: url(images/Articulo5-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 0 100px;
        
    }

    .caja-seccion-article {
        display: flex;
        text-align: center;
        width: 100%;
        /*border: solid 9px white;*/
    }

    .Article-Title {
        font-family: 'Oswald', sans-serif;
        font-size: 42px;
        text-align: center;
        color: #061eb2;;
    }

    .Capitular {
        color: red;
        font-family: "Shrikhand", serif;
        font-size: 52px;
    }

    .Title-article {
        font-family: "Bree Serif", serif;
        font-size: 32px;
        /*font-weight: bold;*/
        font-style: italic;
        color: #061eb2;
    }

    .lineaDivisora {
        height: 2px;
        border: 0 ; border-top: 4px double blue; width: 100%;
        margin-bottom: 18px;
    }

    .Subtitulo-article {
        font-family: "Mako", sans-serif;
        font-size: 22px;
        margin-bottom: 25px;
    }

    .Fast-Color {
        color:#061eb2;
        font-family: "Mako", sans-serif;
        font-weight: bold;
        font-size: 26px;
        font-style: italic;
    }

    .Mas {
        width: 60px;
        height: auto;
    }

    .Mas:hover {
        width: 80px;
        height: auto;
        background-image: url(images/Ver-Mas2.png);
    }


    .article-column1 {
        width: 100%;
        padding: 60px 160px;
        border-right: solid 2px blue; /* Para dividir la columna */
    }

    .foto-Articulo {
        width: 70%;
    }

    .article-column2 {
        width: 100%;
        padding: 60px 160px;
        
    }

    .Capitular2 {
        color:#061eb2;
        font-family: "Roboto Slab", serif;
        font-size: 35px;
        font-weight: bold;
        font-style: oblique;
    }

    .texto-Inicial {
        font-family: "Mako", sans-serif;
        font-size: 20px;
        color: black;
        line-height: 30px;
    }


    .bottom-section {
        background-image: url(images/Maquinaria-Background.jpg);
        background-size: cover;
        height: auto;
        
    }


/* ############################################# */

    @media (max-width: 600px) {

    .caja-gral-article {
            background-image: url(images/Articulo5-bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
            padding: 0 30px;
            padding-top: 100px;
            padding-bottom: 40px;
        }

    .caja-seccion-article {
            display: block;
            text-align: center;
            width: 100%;
            /*border: solid 9px white;*/
        }

        .Article-Title {
            font-family: 'Oswald', sans-serif;
            font-size: 35px;
            text-align: center;
            color: #061eb2;;
        }

        .Mas {
            width: 60px;
            height: auto;
        }
    
        .Mas:hover {
            width: 80px;
            height: auto;
            background-image: url(images/Ver-Mas2.png);
        }
    
        .article-column1 {
            width: 100%;
            padding: 30px 0px 40px 0px;
            border-right: solid 0px yellow;
            border-bottom: solid 2px blue; /* Para dividir la columna */
            /*border: solid 3px yellow;*/
        }
    
        .foto-Articulo {
            width: 70%;
        }
    
        .article-column2 {
            width: 100%;
            padding: 50px 5px;
            margin-bottom: 70px;
            /*border: solid 2px yellow;*/
            
        }
    
        .Capitular2 {
            color:#061eb2;
            font-family: "Roboto Slab", serif;
            font-size: 35px;
            line-height: 32px;
            font-weight: bold;
            font-style: oblique;
            
        }
    
        .texto-Inicial {
            font-family: "Mako", sans-serif;
            font-size: 20px;
            color: black;
        }



    }

