@charset "UTF-8";

/*** SECTION HEADER ***/

.sc-header {
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.sc-header .center-container {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sc-header .titulo-header {
    padding: 0 40px 60px;
    color: #fff;
    text-align: center;
}

.sc-header .titulo-header h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(45deg, #fff, #999999);
    background-clip: text;
    color: transparent;
    transition: 2s ease-out;
}



.cont-btn-orcamento {
    margin-top: 3rem;
}

.cont-btn-orcamento .btn-orcamento {
    background-color: #fff;
    border-radius: 3rem;
    border: 1px solid rgb(149 149 149 / 30%);
    padding: 1rem 2rem;
    text-transform: uppercase;
    margin-right: 4rem;
    position: relative;
    box-shadow: 0 0 25px rgb(255 255 255 / .3);
}

.cont-btn-orcamento .btn-orcamento:before {
    content: "";
    height: 100%;
    aspect-ratio: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(4rem);
    border-radius: 50%;
    border: 1px solid rgb(149 149 149 / 30%);
    background-image: url(../image/icon_whats.svg), linear-gradient(45deg, #666666, transparent);
    background-size: 1.8rem, 200% 200%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 25px rgb(255 255 255 / .3);
}

/*** SECTION ABOUT ***/

.sc-about {
    background: #000000;
    padding-bottom: 2rem;
}

.sc-about>.center-container {}


.sc-about .cont-sobre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.sc-about .cont-sobre:after,
.sc-about .cont-sobre:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 2rem 2rem 0;
}

.sc-about .cont-sobre:before {
    background-image: linear-gradient(90deg, transparent, #565656);
    z-index: -2;
    transform: scale(1.002);
    transform-origin: left center;
}

.sc-about .cont-sobre:after {
    background: #000000;
    z-index: -1;
}

.sc-about .titulo-sobre {}

.sc-about .titulo-sobre h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(45deg, #fff, #999999);
    background-clip: text;
    color: transparent;
}

.sc-about .titulo-sobre h2 {
    font-size: 1rem;
    color: #dbdbdb;
    font-family: "Sora";
    font-weight: 400;
}

.sc-about .texto-sobre {
    font-weight: normal;
    font-style: normal;
    color: #D3D3D3;
    font-size: 14px;
    white-space: pre-line;
}

.sc-about .skills-sobre {}

.sc-about .skills-sobre .icon-skill {}

.sc-about .cont-image-perfil .perfil-image {
    max-width: 100%;
}


/*** SECTION COMMENTS ***/

.sc-comments {
    background: #000;
    padding: 2rem 0;
    flex-direction: column;
    align-items: center;
}

.sc-comments .center-container {}

.sc-comments .titulo-comments {
    text-align: center;
    position: relative;
}

.sc-comments .titulo-comments:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: linear-gradient(45deg, #fff, #999999);
    margin: 1rem auto;
}

.sc-comments .titulo-comments h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(45deg, #fff, #999999);
    background-clip: text;
    color: transparent;
    transition: 2s ease-out;
}


.sc-comments .cont-reviews-slider {}

.sc-comments .cont-reviews-slider .item-review {
    background-color: #ccc;
    width: 250px;
    aspect-ratio: 1.5;
    float: left;
    margin: 5px;
}


/*** SECTION CLIENTS ***/

.sc-clients {
    background: #000;
    padding: 4rem 0 2rem;
    flex-direction: column;
    align-items: center;
}

.sc-clients .center-container {}

.sc-clients .titulo-clients {
    text-align: center;
    position: relative;
}

.sc-clients .titulo-clients:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background: linear-gradient(45deg, #fff, #999999);
    margin: 1rem auto;
}

.sc-clients .titulo-clients h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(45deg, #fff, #999999);
    background-clip: text;
    color: transparent;
    transition: 2s ease-out;
}

.sc-clients .cont-clients-slider {}

.sc-clients .cont-clients-slider .item-clients {
    background-color: #7b7b7b;
    width: 200px;
    aspect-ratio: 1.5;
    float: left;
    margin: 2px;
}

.sc-clients .cont-btn-orcamento {
    text-align: center;
}



/*** SECTION PORTIFOLIO ***/

.sc-portfolio {
    background: #000;
    display: flex;
    flex-direction: column;
}


.sc-portfolio .titulo-portfolio {
    text-align: center;
    padding: 2rem 0;
}

.sc-portfolio .titulo-portfolio h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(45deg, #fff, #999999);
    background-clip: text;
    color: transparent;
    transition: 2s ease-out;
}

.sc-portfolio .titulo-portfolio h2 {
    font-size: .8rem;
    color: #dbdbdb;
    font-family: "Sora";
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.sc-portfolio .cont-jobs {
    width: 100%;
    position: relative;
    justify-content: center;
}

.sc-portfolio .cont-jobs .nav-tabs {
    border: none;
    margin-bottom: 1rem;
}

.sc-portfolio .cont-jobs>div {
    position: relative;
    background: #000000;
}

.sc-portfolio .cont-jobs .ratio {
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
}

.sc-portfolio .cont-jobs img {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer !important;
    transition: .2s ease-in-out;
}

.sc-portfolio .cont-jobs a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: .3;
}

.sc-portfolio .cont-jobs .cliente {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: .3s;
}

.sc-portfolio .cont-jobs a:hover .cliente {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.sc-portfolio .cont-jobs .btn-portfolio {
    width: auto;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    padding: 1rem 1.5rem;
}




/*** Tablets <= ***/
@media (max-width: 992px) {}

/*** Celulares <= ***/
@media (max-width: 576px) {}