@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

/* Style for our header texts
* --------------------------------------- */

h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}

.gradiente {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.intro {
    color: #fff;
    width: 80%;
    margin: auto;
}

.intro h2 {
    margin-bottom: 30px;
}


/** ------------------ SECTION 0 ------------------ **/

#section0 {
    background: url("../img/wallpaper2.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}


/* Centered texts in each section
* --------------------------------------- */

.section {
    text-align: center;
}


/* Fixed header and footer.
* --------------------------------------- */

#header {
    position: fixed;
    width: 100%;
    z-index: 9;
}

#header {
    top: 0px;
}

#footer {
    bottom: 0px;
    padding-bottom: 30px;
}

.wrapper {
    display: block;
}


/***** Sidebar *****/

.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 999;
    background: #333;
    color: #fff;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
}

.sidebar.active {
    left: 0;
}

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #444;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.dismiss:hover,
.dismiss:focus {
    background: #555;
    color: #fff;
}

#nomeDesigner {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.sidebar .logo {
    border-bottom: 1px solid #444;
    transition: all .3s;
}

.sidebar .logo a {
    display: inline-block;
    width: 172px;
    height: 34px;
    background: url(../img/thaize.jpg) left top no-repeat;
    border: 0;
    text-indent: -999999px;
}

.sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 1px solid #444;
    transition: all .3s;
}

.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    border: 0;
    color: #fff;
}

.sidebar ul li a:hover:not(#nomeDesigner),
.sidebar ul li a:focus,
.sidebar ul li.active>a:hover,
.sidebar ul li.active>a:focus {
    outline: 0;
    background: #555;
    color: #fff;
    text-decoration: none;
}

.sidebar ul li a i {
    margin-right: 5px;
}

.sidebar ul li.active>a,
a[aria-expanded="true"] {
    background: #444;
    color: #fff;
}

.sidebar ul ul a {
    background: #444;
    padding-left: 30px;
    font-size: 14px;
}

.sidebar ul ul li.active>a {
    background: #555;
}

.sidebar a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar .to-top {
    padding: 20px;
    text-align: center;
}

.sidebar .dark-light-buttons {
    padding: 10px 20px 30px 20px;
    text-align: center;
}


/* sidebar light */

.sidebar.light {
    background: #fff;
    color: #888;
}

.sidebar.light .dismiss {
    background: #ddd;
    color: #888;
}

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus {
    background: #ccc;
    color: #888;
}

.sidebar.light .logo {
    border-color: #eee;
}

.sidebar.light .logo a {
    background-image: url(../img/logo-dark.png);
}

.sidebar.light ul.menu-elements {
    border-color: #eee;
}

.sidebar.light ul li a {
    color: #888;
}

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active>a:hover,
.sidebar.light ul li.active>a:focus {
    background: #ccc;
    color: #888;
}

.sidebar.light ul li.active>a,
.sidebar.light a[aria-expanded="true"] {
    background: #ddd;
    color: #888;
}

.sidebar.light ul ul a {
    background: #ddd;
}

.sidebar.light ul ul li.active>a {
    background: #ccc;
}

.sidebar.light a.btn-customized-3 {
    background: #ddd;
    color: #888;
}

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #ccc;
    color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark {
    background: #555;
}

.sidebar.light a.btn-customized-4.btn-customized-light {
    background: #eee;
}

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #ccc;
    color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #ccc;
    color: #fff;
}

#redeSocias {
    display: flex;
    width: 50%;
    margin-left: 20%;
    font-size: 22px;
    justify-content: space-between;
}

#redeSocias a {
    color: white;
}


/***** Dark overlay *****/

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.open-menu {
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 997;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}


/***** Buttons *****/

a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #663399;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #663399;
    background: rgba(102, 51, 153, 0.7);
    border: 0;
    color: #fff;
    box-shadow: none;
}

a.btn-customized-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding: .75rem 1.5rem;
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #ccc;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    color: #555;
    box-shadow: none;
}

a.btn-customized-3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .75rem 1.5rem;
    background: #444;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #555;
    border: 0;
    color: #fff;
    box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
    margin-right: 5px;
}

a.btn-customized-4 {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    padding: 0;
    background: #444;
    border: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
    text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
    background: #222;
}

a.btn-customized-4.btn-customized-light {
    background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #555;
    border: 0;
    color: #fff;
    box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #555;
    border: 0;
    color: #fff;
    box-shadow: none;
}


/** ---------------------- SECTION 1 ---------------------- **/

#section1,
#section2 {
    width: 75%;
    margin: auto;
    background: rgba(0, 0, 0, 0.001)
}

html {
    scroll-behavior: smooth;
}

.sidebar-menu {
    width: 19%;
}

.main-content,
.banner-bg {
    width: 81%;
}

.quem-sou-eu-h1 {
    border-left: 6px solid #663399;
}

.quem-sou-eu-h1 h3 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.5px;
    padding-left: 25px;
    font-family: Montserrat;
    line-height: 1;
    color: rgb(33, 37, 41);
}

.quem-sou-eu-h1 p {
    font-size: 16px;
    font-family: "Montserrat";
    padding-left: 25px;
    margin: 5px 0 0 0;
    text-align: left;
}

.image img {
    width: 77%;
    border-radius: 3px;
}

.coiso {
    width: 100%;
    position: absolute;
    top: 25px !important;
    bottom: -25px !important;
    left: 25px !important;
    right: -25px !important;
    content: "";
    z-index: -1;
    border: 10px solid #663399;
    border-radius: 3px;
}

h4 {
    font-size: 24px;
    font-family: Montserrat;
}

p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    font-weight: 400;
}

.col-lg-8 ul li {
    margin: 0px 0px 10px 0px;
    width: 50%;
    float: left;
}

.col-lg-8 ul {
    font-family: "Montserrat";
}

.col-lg-8 ul li label {
    font-weight: 700;
    font-size: 13px;
    color: #000;
    min-width: 58px;
    display: inline-block;
}

.btnContact {
    width: 15% !important;
}

.footersobre button,
.btnContact {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #663399 !important;
    font-weight: 600 !important;
    font-family: "Montserrat" !important;
    padding: 12px 35px !important;
    border-radius: 3px !important;
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#portifoliosection ul li {
    float: left;
    display: block;
    margin: 0 40px 0 0;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    font-weight: 400;
}

#portifoliosection ul li a {
    padding: 0;
    background: transparent;
    text-decoration: none;
    border-radius: 0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

#portifoliosection .active {
    color: #663399 !important;
}

.portifoliosection img {
    height: 175px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.portifoliosection {
    position: relative;
    z-index: 2;
    width: 30%;
    float: left;
    transition: all .2s ease;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5;
    border-radius: 5px;
}

.margin-portifolio {
    margin-left: 46px;
}

.ola {
    background: linear-gradient(to right, #663399 4px, transparent 4px) 0 0, linear-gradient(to right, #663399 4px, transparent 4px) 0 100%, linear-gradient(to left, #663399 4px, transparent 4px) 100% 0, linear-gradient(to left, #663399 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, #663399 4px, transparent 4px) 0 0, linear-gradient(to bottom, #663399 4px, transparent 4px) 100% 0, linear-gradient(to top, #663399 4px, transparent 4px) 0 100%, linear-gradient(to top, #663399 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    border-radius: 3px;
}

.hiddenInformation {
    position: absolute;
    color: #000;
    width: 50%;
    background-color: rgba(128, 128, 128, 0.7);
    border-radius: 10px;
    text-align: center;
    left: 60px;
    top: 250px;
    z-index: 1;
    font-family: Montserrat;
    transition: all .2s ease;
}


/* Tela de projetos */

header {
    background-color: #fbfbfb;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #3f3f3f;
    text-align: center;
    padding: 35px 0 35px 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover!important;
    margin-bottom: 60px;
}

.project-image {
    width: 100%;
    height: 260px;
    border-radius: 3px;
}

.h1-project {
    font-size: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    font-family: "Montserrat";
    margin-bottom: 20px;
}

.p-project {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 13px;
}

.card-body {
    padding: 12px;
}

.card-body h4 {
    font-weight: bold;
    font-size: 1.28571429em;
    margin-top: -0.21425em;
    line-height: 1.28571429em;
}

.card-body p {
    font-size: 11px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.68);
}

.card-footer {
    padding: .75em 1em;
    border-top: 1px solid rgba(0, 0, 0, .05)!important;
}

.btnSaibaMais {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0 .25em 0 0;
    padding: .76571429em 1.4em .76571429em;
    font-size: 13;
    text-transform: none;
    font-weight: 600;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    background-color: #2185d0;
    color: #fff;
    text-shadow: none;
    background-image: none;
    float: right;
}

.contatoForm input,
.contatoForm textarea {
    border-radius: 5px;
    font-family: "Montserrat";
}

.tinyImgView {
    max-width: 22%;
    /* max-height: 50px; */
    border-radius: 7px;
    width: 22%;
    margin: 0 5px 0 5px;
    height: 80px;
}

.imgActive {
    border-bottom: 3px solid #663399;
    transition: all .3s ease;
}

.tinyImgView img {
    width: 100%;
    border-radius: 5px;
    height: 72px;
    cursor: pointer;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    color: #777777;
    font-size: 14px;
}

.slide {
    display: flex;
}

.portifolio-imagens img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
}

#section2 .fp-tableCell {
    vertical-align: inherit;
}

.projeto {
    margin-top: 60px;
    border-radius: 5px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: inherit;
    border-color: inherit;
    font-size: 30px;
    color: rgb(153, 76, 230, 0.4);
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.fp-controlArrow.fp-next {
    right: 43px;
    width: 0;
    border-width: inherit;
    border-color: inherit;
    font-size: 30px;
    color: rgb(153, 76, 230, 0.4);
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover {
    color: #663399;
}

.projeto.col-lg-3 {
    margin-left: 40px;
    margin-right: 40px;
}

.fp-controlArrow {
    top: 40%;
}

.portifolio-titulo {
    text-align: left;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.portifolio-termino {
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
}

.portifolio-termino i {
    color: #663399;
    padding-right: 5px;
}

.portifolio-descricao {
    text-align: justify;
}

.portifolio-titulo:hover {
    color: #663399;
}

.slick-next {
    right: 10px !important;
}

.slick-prev {
    left: 10px !important;
    z-index: 99;
}

.slick-next:before,
.slick-prev:before {
    color: #663399 !important;
}

.slick-slide {
	padding: 0 8px;
	box-sizing: border-box;
}

.modal{
    width: 333px !important;
    height: 700px !important;
    padding: 0 !important;
}

.img-car{
    cursor: pointer;
}    

.modal a.close-modal {
    top: 3.5px !important;
    right: 3.5px !important;
}