<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');
* {
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* ComeÃ§o do Header */
header {
    background-image: linear-gradient(to right, #35424a, #000000);
    border-bottom: 3px solid orangered;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    color: white;
    min-height: 10%;
}
.logo {
    width: 200px;
    height: 60px;
}
@font-face {
    font-family: futured;
    src: url(../font/Unispace\ Bd.otf);
}
/* barra de navegaÃ§Ã£o */
.bar{
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin: 5px auto;
    background-color: white;
    transition: all 0.3s ease-in-out
}
.burgenavbar{
    display: none;
    cursor: pointer;
}
/* fim da barra de navegaÃ§Ã£o */
nav{
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
nav li {
    display: inline;
    list-style: none;
}
nav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin: 0 20px;
    font-family: futured;
}
nav li a:hover{
    color: navy;
    background-color: white;
    border-radius: 35px;
    padding: 10px;
}
header h3, .titlesobre {
    font-size: 30px;
    font-family: "oswald";
    font-weight: bold;
}

/* Termino do Header */
/* comeÃ§o do main */
main {
    background-image: url(../img/webdesign.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    text-align: center;
    min-height: 400px;
    border-bottom: 3px solid #e8491d;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px;
}
h1 {
    font-size: 50px;
    font-weight: bold;
}
.choop p {
    font-size: 19px;
    font-weight: bold;
}
.choop {
    width: 70%;
    padding: 10px;
}
/* termino do main */
/* comeÃ§o da div formula */
.formula {
    background-image: linear-gradient(to right, #35424a, #000000);
    color: white;
    min-height: 10vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.formula h6 {
    font-size: 20px;
}
.formula input[type="email"] {
    padding: 5px;
    height: 35px;
    width: 250px;
    border-radius: 40px;
}
.formula input[type="submit"] {
    background-color: #e8491d;
    color: white;
    border: 0;
    padding: 9px;
    border-radius: 20px;
}
/* fim da div formula */
/* comeÃ§os da section service */

.service {
    text-align: center;
}
.service ul {
    list-style: none;
    width: 80%;
    margin: auto;
}
.service ul li {
    background-color: #e6e6e6;
    margin: 7px;
    padding: 40px;
}
.service ul li p {
    margin-top: 10px;
}
.service h2 {
    font-size: 30px;
    margin: 27px 0;
}
.service h3, .cash {
    font-size: 20px;
}
.service ul li:hover {
    background-color: rgba(255, 90, 30, 0.993);
    color: rgb(255, 255, 255);
    font-weight: bold;
}
/* fim da section service */
/*img*/
.img {
    width: 90px;
}
footer {
    clear: both;
    text-align: center;
    color: white;
    background: orangered;
    padding: 30px;
    font-size: 16px;
}
/* fim do img */
/* inico da section jobs */
.jobs {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.boxjobs {
    float: left;
    width: 33%;
    text-align: center;
    padding: 25px;
}
@font-face {
    font-family: merit4;
    src: url(../font/merit4.ttf);
}
.boxjobs h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: merit4;
}
.boxjobs span,
.service h2,
.service h3,
.cash {
    font-weight: bold;
}
.boxjobs span, .boxjobs h2 {
    color: navy;
}
/* fim da section jobs */
/* inico da section sobre */
.sobre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.sobre p,
.sobre span {
    font-size: 18px;
}
.sobre .texto {
    text-align: center;
    width: 60%;
}
.trabalhos_feitos{
    display: flex;
    justify-content: space-evenly;
}
#primeiro_trabalho, #segundo_trabalho, #terceiro_trabalho{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 30%;
    padding: 13px;
}
.trabalhos_feitos em{
    font-style: italic;
}
.click{
    margin: 20px;
    font-size: 25px;
    text-decoration: none;
    color: black;
}
.click:hover{
    color: navy;
    text-decoration: underline;
}
.foto_logo{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
/* fim da section sobre */

/* inicio da section objetivo */
.final, .meio{
    display: flex;
    justify-content: center;
}
.logofinal{
    width: 500px;
    height: 150px;
}
.objetivo ul{
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.objetivo ul li{
    width: 30%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}
.um{
    background-image: url("../img/Bluemontain.png");
}
.dois{
    background-image: url("../img/aprimorar.png");
}
.tres{
    background-image: url("../img/alltech.png");
}
.objetivo ul li p{
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.um, .dois, .tres{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 30px;

}
/* sucess */
.sucess{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(to left,navy, orangered);
    text-align: center;
}
.txt{
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}
.paragrafo{
    color: white;
    margin-bottom: 50px;
    font-size: 25px;
}
.btn{
    padding: 15px 55px;
    background: white;
    text-decoration: none;
    color: rgb(7, 49, 7);
    font-size: 20px;
    transition: all 1s;
    font-weight: bold;
    text-transform: uppercase;
}
.btn:hover{
    border-radius: 20px;
}
/* comeÃ§o da NavBar*/

/* style span */

#stylekl {
    animation-name: animacaokl;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes animacaokl {
    0% {
        color: NAVY;
    }
    100% {
        color: rgb(232, 73, 29);
    }
}

#stylejd {
    animation-name: animacaojd;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes animacaojd {
    0% {
        color: rgb(232, 73, 29);
    }
    100% {
        color: navy;
    }
}
/* end span */
/* itens importados da uiverse */
.shape {
    color: white;
    float: right;
    --BG-COLOR: rgba(232, 73, 29, 0.7);
    --OUTLINE-COLOR: orangered;
    --OUTLINE-SIZE: 15px;
    width: 7rem;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    outline: var(--OUTLINE-SIZE) solid var(--OUTLINE-COLOR);
    background: var(--BG-COLOR);
    box-shadow: 0px 0px calc(var(--OUTLINE-SIZE) + 25px) rgba(0, 0, 0, 0.438);
    animation: morph 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    margin: 25px;
}
.numRowContainer {
    height: fit-content;
    animation: infiniteScroll 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}
@keyframes infiniteScroll {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -50%);
    }
}
@keyframes morph {
    50% {
        --BG-COLOR: rgba(0, 0, 128, 0.7);
        --OUTLINE-COLOR: navy;
        transform: rotate(150deg);
        border-radius: 20%;
    }
    100% {
        transform: rotate(360deg);
    }
}
.meio{
    margin: 15px;
}
.button2 {
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 3.3em 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #c5c5c5,
               -6px -6px 12px #ffffff;
  }
  .button2 &gt; svg {
    height: 30px;
    position: absolute;
    padding: 0px 5px;
    margin-top: -4px;
  }
  .button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5,
               inset -4px -4px 12px #ffffff;
  }
  .button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  .button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: rgba(0, 0, 128, 0.7);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  .button2:hover {
    color: #ffffff;
    border: 1px solid rgba(0, 0, 128, 0.7);
  }
  .button2:hover:before {
    top: -35%;
    background-color: rgba(0, 0, 128, 0.7);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  .button2:hover:after {
    top: -45%;
    background-color: rgba(0, 0, 128, 0.7);
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
/* fechamento de itens importados */
/* inicio media equarie*/
@media(max-width: 768px){
    main, .formula, .sobre{  
        flex-direction: column;
    }
    /* navbar */
    nav li a{
        font-size: 20px;
    }
    header{
        display: flex;
        justify-content: space-around;
    }
    .burgenavbar{
        display: block;
    }
    .burgenavbar.active .bar:nth-child(2){
        opacity: 0;
    }
    .burgenavbar.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .burgenavbar.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu{
        position: fixed;
        right: -100%;
        top: 70px;
        gap: 0;
        text-align: center;
        flex-direction: column;
        width: 100%;
        transition: 1s;
        background-color: rgba(0, 0, 0, 0.8);
        border-top: 3px solid orangered;
        padding: 13px;
    }
    .nav-menu li{
        display: block;
        margin: 33px 0;
    }
    .nav-menu.active{
        right: 0;
    }

    /* fim navbar */
    .boxjobs, .choop{
        width: 100%; 
    }
    main{
        background-image: url("../img/codcss.png");
    }
    .objetivo ul li{
        width: 40%;
    }  
    main{
        animation-name: transferir;
        animation-duration: 20s;
        animation-iteration-count: infinite;
    }
    .trabalhos_feitos{
        flex-direction: column;
        align-items: center;
    }
    #primeiro_trabalho, #segundo_trabalho, #terceiro_trabalho, .sobre .texto{
        width: 90%;
    }
    .logofinal{
        width: 250px;
        height: 75px;
    }
    @keyframes transferir{
        0%{
            background: url("../img/codhtml.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }
        50%{
            background: url("../img/codcss.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }
        100%{
            background: url("../img/codhtml.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }
    }
}
@media(max-width: 500px){
    .objetivo ul li{
        width: 70%;
        height: 200px;
        margin: 10px auto;
    }
    header h3{
        font-size: 23px;
    }
    .titlesobre{
        font-size: 27px;
    }
    
  }
  @media (max-width: 342px){
    nav ul li a{
        font-size: 13px;
        margin: 0 10px;
    }
    nav ul li a :hover{
        border-radius: 20px;
        padding: 5px;
    }
  }
/*Fim do media equarie*/</pre></body></html>