﻿body {
    overflow-x: hidden;
}

main, p {
    padding: 0;
    margin: 0 !important;
}
p {
    font-size: 1.4vw;
    text-align: justify;
}

span {
    font-size: 1.4vw;
    text-align: justify;
}

header {
    height: 15vh;
    margin-top: 20px !important;
}

.certificado-container-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificado-logo{
    object-fit: contain;
    height: 15vh;
    width: 20vw;
}
.certificado-title{
    text-align: center;
    font-size: 1.6vw;
}

.texto{
    font-size: 1.2vw;
}

.texto-negrilla{
    font-weight: bold;
}

.texto--azul{
    color: #2f2fff;
    font-weight: bold;
    font-size: 1.2vw;
}

.texto--verde{
    color: #10840e;
    font-weight: bold;
    font-size: 1.2vw;
}

.certificado-datos-usuarios{
    padding: 0;
    margin: 0;
    margin-top: 2vw;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}


.certificado-textonegro{
    font-weight: bold;
    font-size: 1.2vw;
}

.certificado-datosUsuarios {
    border: 0.2vw black;
    border-style: dashed none none none;
    width: 100%;
}
.certificado-datos-firma-firmaImagen{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px 0 20px 0;
}
.certificado-datos-firma-img{
    height: 5vw;
    width: auto;
}

.text-center-title-firma {
    border: 0.2vw black;
    border-style: dashed none none none;
    text-align: center;
    font-size: 1.6vw;
    margin-top: 2vw;
    padding-top: 2vw;
}

.margin-top {
    margin-top: 1vw !important;
}

.padding-top-usuarios {
    padding-top: 2vw !important;
}
.notaTitle {
    font-size: 0.8vw;
}
.nota {
    
}

.titlefonograma {
    font-size: 1.4vw;
    text-align: justify;
}

.autorFonograma {
    font-size: 1.4vw;
    text-align: justify;
}

.text-justificado{
    text-align: justify;
}

@media (0 <= width <= 768px) {
    .text-center-title-firma {
        font-size: 2.6vw;
        border: 0.5vw black;
        border-style: dashed none none none;
        margin-top: 2vw;
        padding-top: 2vw;
    }

    .certificado-title {
        font-size: 2.6vw;
    }

    .certificado-datosUsuarios {
        border: 0.5vw black;
        border-style: dashed none none none;
        width: 100%;
    }

    .certificado-datos-firma-img {
        height: 7.5vw;
        width: auto;
    }

    td {
        font-size: 1.4vw;
        text-align: justify;
    }


    header {
        height: 10vh;
        margin-top: 5px !important;
    }

    .margin-top {
        margin-top: 1vw !important;
    }

    .padding-top-usuarios {
        padding-top: 2vw !important;
    }
}