﻿@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,700;1,400&display=swap');



body {
    font-family: 'Titillium Web', sans-serif;
    /*    display: grid;*/
    /*    grid-auto-rows: auto, 1fr, auto;*/
    /* min-height: 100vh;*/
    /*line-height: 3 !important;*/
}

.constancia {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 300px;
    height: 60px;
}

.logodpc {
    width: 250px;
    height: 80px;
}

.vacio {
    width: 735px;
}

.imprimir {
    padding-top: 15px;
    text-align: center;
}

.titulo h1 {
    color: red;
    font: bold;
    text-align: center;
    font-size: 55px;
}

.titulo2 h3 {
    color: black;
    font: bold;
    text-align: center;
    font-size: 33px;
}

.firmas {
    text-align: center;
    margin-top: 40px;
    justify-content: space-evenly;
}

.participante {
    text-align: center;
    /*font-size: 10em;*/
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 45px;
}

.participanteImss {
    text-align: center;
    /*font-size: 10em;*/
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 45px;
}

.participanteDisciplinas {
    text-align: center;
    /*font-size: 10em;*/
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 35px;
}

.textoConstancia {
    text-align: center;
    font-size: 21px;
    line-height: 1 !important;
}

.piePaginaSeccion {
    margin-top: 0px;
}

.piePaginaSeccionImss {
    margin-top: 90px;
}

.piePaginaSeccionRegistros {
    margin-top: 90px;
}

.piePagina {
    margin-top: 40px;
    line-height: .5 !important;
}

.piePaginaDos {
    display: flex;
    line-height: .85 !important;
    justify-content: space-between;
}

.fecha {
    margin-top: 10px;
    font-size: 20px;
    text-align: end;
}

.encabezado {
    font-size: x-large;
    margin-top: 40px;
    margin-bottom: 70px;
    text-align: left;
    margin-left: 15px;
}

.piePaginaTres {
    display: flex;
    line-height: .85 !important;
    justify-content: space-between;
}

.lineafinal {
    width: 1300px;
    line-height: .25 !important;
}

.cartaLogo {
    width: 400px;
    height: 100px;
    text-align: left;
}

.mensaje {
    font-size: large;
    text-align: justify;
}

.atencion {
    margin-top: 120px;
    /*margin-bottom: 50px;*/
    text-align: center;
    font-size: large;
}

.atencionext {
    margin-top: 50px;
    /*margin-bottom: 50px;*/
    text-align: center;
    font-size: large;
}

.pieCartas {
    margin-top: 100px;
    width: 985px;
    height: 100px;
}

.codigoqr {
    text-align: left;
}

.textoJustificado{
    text-align:justify;
    font-size: 21px;
}