﻿body {
    background: white;
    font-family: Arial 10pt;
}
header {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
}
main {
    background: white;
    color: #424242;
    padding: 20px 0;
}
container-main {
    margin-bottom: 20px;
}
pcf {
    text-align: center;
    font-family: Arial 6pt;
}
iiifilomena {
    background: white;
    font-family: Arial 20pt;
    color: blue;
    font-weight: bold;
}
software {
    background: white;
    font-family: Arial 20pt;
    color: red;
    font-weight: bold;
}
texto-informativo {
    background: white;
    font-family: Arial 10pt;
    color: black;
}

.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.btn-wsp:hover{
    text-decoration: none;
    color: #0df053;
    background: #fff;
}

.copyright {
    font-size: 20px;
}

.btn-outline-success {
    width: 100%;
}

.btn-primary {
    width: 100%;
}

.btn-success{
    width: 100%;
}

.btn-outline-primary{
    width: 100%;
}


@media (max-width: 600px){
    .btn-outline-success {
        margin-bottom:5px ;
    }

    .my-4{
        margin: 8px 0 8px 0px !important;
    }

    h2 {
        font-size: 1.25rem;
    }

    .copyright {
        font-size: 15px;
    }
}