﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    /*background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,205,0,1) 100%);*/
    background-image: url(img/background.png);
    background-repeat: repeat;
    font-family: 'Montserrat', sans-serif;
}
.header {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}
.content {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
.logo {
    width: 200px;
}
.logo-bordar-receber {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    width:100%;
}
    .logo-bordar-receber img {
        max-height: 100px;
    }

