@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=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;
        
    }

    body {
        background-image: url(images/Pat-back03.png);
       
    }

    .articulo-gral {
        padding-top: 180px; /*Para desplazar el contenido y dar espacio al menú*/
        max-width: 1200px;
        /*border: solid 2px yellow;*/
        align-items: center;
        margin: auto;


    }

    .arti-Sec-titulo {
        /*border: solid 1px red;*/
        padding: 30px;
        text-align: center;
        margin: auto;
    }

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

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

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

    .Subtitulo-article {
        font-family: "Mako", sans-serif;
        font-size: 26px;
        padding: 10px;
        color: black;
        
    }

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

    .Dos-columnas {
        display: flex;
        text-align: center;
    }

    .Col-1 {
        width: 65%;
        padding: 30px 30px 80px 30px;
        /*border: 2px solid red;*/
    }

    .foto-Articulo {
        width: 100%;
    }

    .texto-Inicio {
        font-family: "Mako", sans-serif;
        font-size: 22px;
        line-height: 33px;
        text-align: left;
    }

    .Capitular2 {
        font-family: "Bree Serif", serif;
        font-size: 62px;
        line-height: 33px;
        color: red;
        font-style: italic;
        font-weight: bold;
    }

   

    .Blue-Txt {
        font-family: CASTLEN; 
        line-height: 33px;
        color: #061eb2;
        font-weight: bold;
    }

    .linea {
        display: none;
        text-align: center;
        margin: auto;
        width: 80%;
    }

    .Col-2 {
        width: 35%;
        padding: 30px 30px 70px 30px;
        /*border: 2px solid red;*/
    }

    .Certificacion {
        width: 90%;
    }

    /*ISO*/

    .ISO-titulo {
        font-family: "Mako", sans-serif;
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        color: #061eb2;
    }

    .lineaSeparacion-1 {
        border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
        margin-bottom: 20px;
    }

    .lineaSeparacion-2 {
        display: none;
        border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
        margin-bottom: 20px;
    }



    .lineaDivisora2 {
        display: none;
        border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
        margin-bottom: 20px;
    }

    .lineaDivisora3 {
        display: none;
        border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
        margin-bottom: 20px;
    }

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

   /* TEXTO ISO*/


    .Segunda-Foto-Articulo {
        width: 95%;
    }



    @media (max-width: 600px) {

        .arti-Sec-titulo {
            /*border: solid 1px red;*/
            padding: 30px 50px;
            text-align: center;
            margin: auto;
        }

        .Dos-columnas {
            display: block;
            text-align: center;
            padding: 25px;
        }

        .Capitular {
            color: red;
            font-family: "Shrikhand", serif;
            font-size: 63px;
        }
    
        .Title-article {
            font-family: "Bree Serif", serif;
            font-size: 38px;
            font-weight: normal;
            font-style: italic;
            color:#061eb2;
        }
    
        .lineaDivisora {
            height: 2px;
            border: 0 ; border-top: 4px double blue; width: 100%;
            margin-bottom: 10px;
        }
    
        .Subtitulo-article {
            font-family: "Mako", sans-serif;
            font-size: 22px;
        }
    
        .Fast-Color {
            color:#061eb2;
            font-family: "Mako", sans-serif;
            font-weight: bold;
            font-size: 26px;
            font-style: italic;
        }
    
        .Col-1 {
            width: 100%;
            padding: 30px 30px 40px 30px;
            /*border: 2px solid red;*/
        }

        .foto-Articulo {
            width: 100%;
        }
    
        .texto-Inicio {
            font-family: "Mako", sans-serif;
            font-size: 20px;
            line-height: 30px;
            text-align: left;
        }
    
        .Capitular2 {
            font-family: "Bree Serif", serif;
            font-size: 62px;
            line-height: 33px;
            color: red;
            font-style: italic;
            font-weight: bold;
        }

        .linea {
            display: block;
            text-align: center;
            margin: auto;
            width: 100%;
        }



        .Col-2 {
            width: 100%;
            padding: 30px 30px 70px 30px;
            /*border: 2px solid red;*/
        }
    
        .Certificacion {
            width: 90%;
        }
    
        .ISO-titulo {
            font-family: "Mako", sans-serif;
            font-size: 28px;
            text-align: center;
            font-weight: bold;
            color: #061eb2;
        }

        .lineaSeparacion-1 {
            border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
            margin-bottom: 20px;
        }
    
        .lineaSeparacion-2 {
            display: block; /* Le tenemos que dar un valor de bloque para que se vea ya que en los estilos para PC le dijimos display: none*/
            border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
            margin-bottom: 20px;
        }

         hr .lineaDivisora2 {
            border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
            margin-bottom: 20px;
        }
    
        hr .lineaDivisora3 {
            border: 1px solid #0011ff; border-radius: 300px/10px; height: 0px; text-align: center;
            margin-bottom: 20px;
        }
        
    
        .Texto-ISO {
            font-family: CASTLEN;
            font-size: 20px;
            text-align: left;
            line-height: 29px;
        }




    }