﻿.logo1 {
    padding: 15% 0% 0% 5%;
}


.imageFoto {
    /*border-style: ridge;*/
    border-radius: 50%;
    /*border-color: red;*/
    margin: 25% 0% 0% 6%;
    width: 70%;
    max-width: 70%;
    max-height: 25%;
}


.imgQR {
    width: 30rem;
    height: 30rem;
}
.divQR {
    margin-bottom: -3rem;
    text-align: center;
    /*width:100%;*/
    /*height:79.5%;*/
}

#preview {
    width:100%;
    height: 100%;
    margin-top:1rem;
    /*margin-left:.5rem;*/
}

.MsgAvisoTA {
    font-family: 'Montserrat', Helvetica;
    font-weight: bold;
    font-size: 30px;
}

.btn-yellow {
    background-color: var(--udem-yellow) !important;
    color: black;
    font-family: 'Montserrat', Helvetica;
    font-weight: bold;
    font-size: 20px;
    float: right;
}
.btn-yellow:active, .btn-yellow:focus {
    border: none !important;
}
:root {
    --udem-yellow: #FFF500;
    --udem-black: #333333;
}


