    body {
        margin: 0;
        padding-top: 65px;
        font-family: "Helvetica";
        font-weight: 400;
        letter-spacing: 0.03em;
        background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./Images/background.jpg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        background-color: #404040;
        color: white;
    }
    
    .black-bg {
        background-color: #3a3a3a;
        color: white;
        padding: 5%;
    }
    
    .dark-bg {
        background-color: black;
        color: white;
    }
    
    .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%;
    }
    
    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    
    .img_burbello {
        max-width: 95%;
        height: 10%;
    }
    
    .img-logo {
        width: 180px;
        height: 65px;
    }
    
    .collig {
        color: #a2a2a2;
        margin-right: 10px;
        display: inline-block;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        line-height: 1.7;
        font-weight: 400;
    }
    
    h2 {
        padding-bottom: 5%;
        margin: 0;
        text-align: center;
    }
    
    .jumbotron {
        text-align: center;
        padding-top: 20em;
        padding-bottom: 20em;
        margin: 0;
        background: none;
    }
    /* Gray and white background sections */
    
    .gray-bg {
        background-color: #404040;
        color: white;
    }
    
    .computer-room {
        margin: auto;
        display: table;
        padding-top: 20px;
        padding-bottom: 50px;
        color: black;
        text-align: center;
        font-family: fantasy;
    }
    
    .computer-room a {
        color: black;
    }
    
    .logo-computer {
        width: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .links {
        padding-left: 50px;
        font-weight: 900;
        text-decoration: underline;
        font-family: system-ui;
        font-size: medium;
    }
    
    .imagem-rodape {
        width: 10%;
        margin: 15px;
    }
    
    .rodape {
        display: table;
        margin: auto;
        padding-bottom: 25px;
    }
    
    .rodape-bg {
        background-color: #b9a855;
        color: white;
    }
    
    .img-color {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        -webkit-filter: grayscale(1);
    }
    
    .img-color:hover {
        filter: none;
        cursor: pointer;
    }
    
    .white-bg {
        background-color: white;
        color: #404040;
    }
    
    .gray-bg,
    .white-bg {
        padding: 5% 10%;
    }
    
    .gray-bg a {
        color: white;
        text-decoration: none;
    }
    
    .gray-bg a:hover {
        color: white;
        text-decoration: underline;
        transition: 0.3s;
    }
    
    .white-bg a {
        color: #404040;
        text-decoration: none;
    }
    
    .white-bg a:hover {
        color: #404040;
        text-decoration: underline;
        transition: 0.3s;
    }
    /* Navbar */
    
    .navbar {
        background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        border: none;
        border-radius: 0%;
        margin-bottom: 0px;
        padding: 1% 10%;
        transition: 0.5s;
    }
    
    .navbar:hover {
        background: rgba(51, 51, 51, 0.5);
        border: none;
        border-radius: 0%;
        margin-bottom: 0px;
        padding: 1% 10%;
        transition: 0.5s;
    }
    
    .solid-navbar {
        background: rgba(51, 51, 51, 0.5);
        border: none;
        border-radius: 0%;
        margin-bottom: 0px;
        padding: 1% 10%;
        transition: 0.5s;
    }
    
    .navbar-brand>img {
        max-height: 100%;
    }
    
    .navbar-brand {
        margin: 0;
        padding: 0;
    }
    
    .navbar-default .navbar-nav>li>a:hover {
        background-color: white;
        color: 404040;
        transition: 0.3s;
    }
    
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: white;
        background-color: #333333;
    }
    
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-brand {
        color: white;
    }
    /* Navbar toggle button */
    
    .navbar-toggle {
        border: none;
        background: transparent !important;
    }
    
    .navbar-toggle:hover {
        background: transparent !important;
    }
    
    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }
    
    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    
    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }
    
    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }
    
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    
    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }
    /* Experience */
    
    #experience h3 {
        padding-bottom: 5%;
        margin: 0;
        text-align: center;
    }
    
    .job-img {
        height: 10em;
        width: 10em;
    }
    /* Portfolio */
    
    #portfolio .row {
        margin: auto;
        width: 50%;
        text-align: center;
    }
    
    input,
    select,
    textarea {
        margin: 5px;
    }
    
    .btn {
        margin: auto;
        display: table;
    }
    
    .message-form {
        margin-top: 10px !important;
        margin: auto;
        display: none;
        color: green;
        font-weight: bolder;
        padding: 10px;
        background-color: rgba(0, 255, 85, 0.3);
        width: fit-content;
        border: 1px solid green;
        border-radius: 5px;
    }
    /* Footer */
    
    form {
        margin: auto;
        width: 80%;
    }
    
    .form-contato {
        padding-top: 20px;
    }
    
    .btn-default {
        background-color: #404040;
        border-color: white;
        color: white;
        border-radius: 0;
    }
    
    .btn-default:hover {
        background-color: white;
        border-color: white;
        transition: 0.3s;
        color: #404040;
    }
    
    .left {
        background-image: none !important;
    }
    
    .right {
        background-image: none !important;
    }
    
    .input-lg {
        height: 5em;
    }
    
    .icon {
        opacity: 0.5;
    }
    
    .icon:hover {
        opacity: 1;
        transition: 0.3s;
    }
    
    #copyright {
        padding-top: 4em;
        text-align: center;
    }
    
    .img-burbello {
        width: 90%;
        margin: auto;
        display: table;
        border-radius: 25px;
    }
    
    .titulo-servico {
        font-size: 19px;
        text-align: center;
        font-weight: 800;
        color: darkgoldenrod;
    }
    
    .text-servico {
        font-size: 15px;
        text-align: justify;
    }
    
    .separacao-servicos {
        width: 50%;
        padding-bottom: 30px;
    }
    
    .mapa {
        width: 100%;
    }
    
    .tituloLinks {
        text-align: center;
    }
    
    @media only screen and (max-width: 800px) {
        .jumbotron {
            padding-top: 10em;
        }
        .subtitulo {
            font-size: 15px;
        }
        .img-logo {
            width: 135px;
            height: 50px;
        }
        .map-responsive {
            width: 100%;
            margin-bottom: 25px;
        }
        .text-servico {
            font-size: 12px;
            text-align: justify;
        }
        .gray-bg,
        .white-bg {
            padding: 20px 20px;
        }
        .servico li {
            font-size: 12px;
        }
        form {
            width: 100%;
        }
    }
    
    .link {
        margin: auto;
        display: table;
        color: black;
        font-family: cursive;
        font-weight: bolder;
        font-size: 15px;
    }
    
    .lista-links {
        margin: auto;
        display: inline-flex;
    }
    
    @media only screen and (max-width: 500px) {
        .imagem-rodape {
            width: 30%;
        }
    }
    
    @media only screen and (min-width: 1000px) {
        .img-burbello {
            width: 60%;
        }
        .separacao-servicos {
            width: 80%;
        }
    }
    /*form Contato CSS*/