@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html {
  min-height: 100%;
  position: relative;
}

body {
    font-family: 'Poppins', sans-serif;
    background: rgb(13,110,253);
    background: -moz-linear-gradient(180deg, rgba(13,110,253,1) 8%, rgba(0,212,255,0) 51%);
    background: -webkit-linear-gradient(180deg, rgba(13,110,253,1) 8%, rgba(0,212,255,0) 51%);
    background: linear-gradient(180deg, rgba(13,110,253,1) 8%, rgba(0,212,255,0) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d6efd",endColorstr="#00d4ff",GradientType=1); 
}

footer {
  bottom: 0;
  width: 100%;
}

.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    transition: 0.2s;
}

.btn-circle:hover {
    color: white!important;
    background-color: #0d6efd!important;
    
}

.cuadradoqr{
    border: #0d6efd 5px solid;
    border-radius: 10%;
    width: 260px;
    height: 260px;
}

textarea {
    height: 200px;
    resize: none;
}

img, svg {
    margin: 0 auto !important;
}

.vh100 {
    height: 100vh;
}