/* basic config*/

@font-face {
    font-family: Baskerville;
	src: url(/wp-content/themes/furfPress/fonts/Baskerville.woff2);
}

@font-face {
    font-family: Baskerville-SemiBold;
	src: url(/wp-content/themes/furfPress/fonts/Baskerville-SemiBold.woff2);
}

@font-face {
    font-family: Baskerville-Italic;
	src: url(/wp-content/themes/furfPress/fonts/Baskerville-Italic.woff2);
}


a:hover,
a:active,
a:focus,
input:hover,
input:active,
input:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
    outline: 0 none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.wrapper {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    height: 100%;
}

header,
.main,
footer {
    float: left;
    width: 100%;
}

p {
    font-family: 'Baskerville', sans-serif;
    font-weight: light;
}

strong {
    font-weight: 500 !important;
	font-family: 'Baskerville-SemiBold', 'Baskerville', sans-serif;
}

i {
    font-style: normal !important;
	font-family: 'Baskerville-Italic', 'Baskerville', sans-serif;
}

.container {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    clear: both;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    text-align: center;
}


/* fitvids*/

.fit-video {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.fit-video iframe {
    border: 0;
}


/* custom colors*/


/* custom*/

::-moz-selection {
    background: #e6c700;
    color: #000000;
}

::selection {
    background: #e6c700;
    color: #000000;
}

html {
    height: 100%;
}

html,
body {
    width: 100%;
    /* height: 100%;*/
    /* overflow: hidden;*/
}

body {
    background-color: #ffffff;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    float: left;
}

aside {
    /* width: 38vw;*/
    width: 20vw;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    z-index: 2;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 3s;
}

aside:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #f4f4f4;
    z-index: 4;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 3s;
    pointer-events: none;
}

aside h2 {
    font-family: 'Baskerville', serif;
    position: absolute;
    color: #f4f4f4;
    font-size: 32px;
    font-weight: lighter;
    left: 60px;
    bottom: 30px;
    transform-origin: bottom left;
    transform: rotate(-90deg) translateX(0%);
    padding: 0;
    margin: 0;
    z-index: -1;
}

aside header {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
    /* background-color: $white;*/
}

aside header:after {
    content: "";
    background-color: #f4f4f4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
    opacity: 0;
}

aside footer {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
    z-index: 7;
}

aside footer nav {
    font-family: 'Baskerville', sans-serif;
    padding: 30px;
    width: 100%;
    float: left;
}

aside footer nav .letter {
    position: relative;
    float: left;
    width: 26px;
    height: 34px;
    left: 0;
    background: transparent;
    margin: 0;
    display: inline-block;
    border: 2px solid #242c34;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
    cursor: pointer;
    clear: left;
    z-index: 20;
}

aside footer nav .letter:hover div {
    animation: bgPulse 2000ms ease infinite;
}

aside footer nav .letter:hover span {
    width: 16px;
}

aside footer nav .letter:hover span:after {
    width: 10px;
}

aside footer nav .letter div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #242c34;
    top: 6px;
    left: 6px;
    transform: rotate(-45deg);
}

aside footer nav .letter div:after,
aside footer nav .letter div:before {
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    border-radius: 50%;
}

aside footer nav .letter div:after {
    top: -3px;
}

aside footer nav .letter div:before {
    right: -3px;
}

aside footer nav .letter span {
    position: absolute;
    bottom: 5px;
    left: 3px;
    width: 10px;
    background: #242c34;
    height: 2px;
    border-radius: 1px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
}

aside footer nav .letter span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    background: inherit;
    border-radius: 1px;
    left: 0;
    top: -4px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
}

aside footer nav menu {
    padding: 0;
    margin: 0;
    transform: rotate(-90deg);
    transform-origin: top left;
    width: calc(100vh - 210px);
    position: relative;
	bottom: -10px;
}

aside footer nav menu .language {
    padding: 0;
    margin: 0 0 0 10px;
    border: 2px solid #242c34;
    float: left;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
    transition-delay: 1.3s;
}

aside footer nav menu .language div {
    float: left;
}

aside footer nav menu .language div label {
    font-family: "Baskerville", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 0 5px;
    line-height: 16px;
    font-weight: bolder;
    cursor: pointer;
    height: 16px;
    width: 50px;
    float: left;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    background-color: #242c34;
    color: #f4f4f4;
    position: relative;
}

aside footer nav menu .language div label:after {
    content: "en";
    margin: 0 0 0 10px;
    color: #242c34;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    text-align: center;
}

aside footer nav menu .language div input {
    display: none;
}

aside footer nav menu .language input[id*="language"]:checked+label {
    background-color: #f4f4f4 !important;
    color: #242c34 !important;
}

aside footer nav menu .language input[id*="language"]:checked+label:after {
    background-color: #242c34 !important;
    color: #f4f4f4 !important;
}

aside footer nav menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside footer nav menu ul li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    top: 0;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
}

aside footer nav menu ul li a {
    text-decoration: none;
    font-size: 13px;
    line-height: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #000000;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 300ms;
    padding: 0 10px;
    line-height: 20px;
    font-weight: bolder;
}

aside footer nav menu ul li a:hover,
aside footer nav menu ul li a.menuActive {
    /* margin: 0 10px;*/
    color: #f4f4f4;
}

aside footer nav menu ul li a:hover:before,
aside footer nav menu ul li a.menuActive:before {
    animation: in 0.3s ease 1 both, bgPulse 4000ms ease infinite;
}

aside footer nav menu ul li a.menuActive {
    pointer-events: none;
}

aside footer nav menu ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #007500;
    top: 0;
    margin-top: 0;
    animation: out 0.3s ease 1 both;
    z-index: -2;
}

aside footer nav menu ul li:nth-child(1) {
    transition-delay: 0.25s;
}

aside footer nav menu ul li:nth-child(2) {
    transition-delay: 0.5s;
}

aside footer nav menu ul li:nth-child(3) {
    transition-delay: 0.75s;
}

aside footer nav menu ul li:nth-child(4) {
    transition-delay: 1s;
}

.main {
    /* display: inline-block;*/
    display: block;
    /* float: right; // width: 62vw;*/
    /* width: 80vw;*/
    /* // height: 100vh;*/
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    /* height: 100%;*/
    /* overflow: auto;*/
}

.logo {
    position: fixed;
    width: 50%;
    max-width: 100px;
    height: auto;
    padding: 0;
    top: 30px;
    left: 30px;
    margin: 0;
    transform: translatex(0) translateY(0);
    transition: all cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.8s;
    z-index: 20;
}

.logo svg {
    stroke: transparent;
    fill: #000 !important;
}

.cover {
    width: 100%;
    height: 100%;
    /* padding:30px;*/
    /* border: 10px solid $white;*/
    /* border: 5px solid $white;*/
    padding: 0 0 30px 0;
}

.cover .grid-item {
    width: 50%;
    /* width: 25%;*/
    height: 40%;
}

.is-visible {
    opacity: 1 !important;
    margin-top: 0px !important;
}

.grid-item {
    cursor: pointer;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 1500ms;
    /* transform: perspective(300px) translate3d(0, 0, 0);*/
    backface-visiblity: none;
    transform-style: preserve-3d;
    position: relative;
    display: inline-block;
    /* padding: 0 30px 0 0;*/
    /* margin-top: 20px;*/
}

.grid-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    float: left;
    color: #242c34;
    font-family: 'Baskerville', sans-serif;
}

.grid-item a h4 {
	font-weight: normal;
    float: left;
    margin: 5px 0 3px;
    display: block;
    width: 100%;
    font-size: 14px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 1500ms;
}

.grid-item a p {
    float: left;
    margin: 2px 0;
    display: block;
    width: 100%;
    font-size: 12px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 1500ms;
}

.grid-item a span {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
}

.grid-item a span img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 1500ms;
    background: url(../img/loading.gif) center center #e6e8e6 no-repeat;
}

.testeRight {
    position: fixed !important;
    right: 0;
    bottom: 0;
}

.projects menu ul li .homeLink {
    color: #f4f4f4;
    pointer-events: none;
}

.projects menu ul li .homeLink:before {

    animation: in 0.3s ease 1 both, bgPulse 4000ms ease infinite;
}

.projects .main {
    width: 80vw;
    margin: auto 0 auto 20vw;
    right: 0;
}

.projects .main .column {
    width: 40vw;
    /* width: 100vh;*/
    /* float: left;*/
    display: block;
    padding: 0;
    position: relative;
    /* height: 100%;*/
    /* overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

.projects .main .column .grid-item {
    width: 100%;
    padding: 30px 30px 0 0;
    /* width: 40vw;*/
    /* padding: 15px 0;*/
}

.carousel-cell {
    /* margin-right: 10px;*/
}

.loading aside footer nav .letter {
    left: -100px;
}

.loading aside footer nav .language {
    margin-top: -100px;
}

.loading aside footer nav ul li {
    top: -50px;
}

.loading aside:after {
    background-color: #f4f4f4;
    width: 100%;
}

.loading .logo {
    /* width: 10%;*/
    position: fixed !important;
    animation: 0 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translatex(-50%) translateY(-50%);
    position: fixed;
    pointer-events: none;
}

.loading .logo svg {
    animation: pulse 1s ease alternate infinite !important;
}

.conquistas menu ul li a[href*='conquistas'] {
    color: #f4f4f4;
    pointer-events: none;
}

.conquistas menu ul li a[href*='conquistas']:before {

    animation: in 0.3s ease 1 both, bgPulse 4000ms ease infinite;
}

.conquistas .container {
    width: 100%;
}

.conquistas .container .column {
    width: 50vw;
    float: left;
    position: relative;
    padding: 30px 5vw;
}

.conquistas .container h3 {
    font-family: 'Baskerville-Italic', serif;
    color: #242c34;
    font-size: 42px;
    font-weight: lighter;
    float: left;
    text-align: left;
    display: block;
    margin: 20px 0;
    width: 100%;
}

.conquistas .container ol {
    list-style: none;
    font-family: 'Baskerville', sans-serif;
    font-size: 14px;
    font-weight: light;
    padding: 0;
    margin: 0 0 30px;
    float: left;
    position: relative;
}

.conquistas .container ol li {
    margin: 0 0 14px 0;
    position: relative;
    float: left;
    clear: left;
    color: #242c34;
    text-align: left;
    font-weight: lighter;
}

.conquistas .container ol li:hover {
    animation: colorPulse 1000ms ease infinite;
}

.conquistas .container ol li:hover:before {
    background-color: #242c34;
}

.conquistas .container ol li:before {
    content: '';
    position: absolute;
    left: -12px;
    width: 5px;
    height: 5px;
    background-color: #f4f4f4;
    top: 5px;
    border-radius: 50%;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 0.3s;
}

.servicos .clients-logos {
	background-repeat: no-repeat;
	width: 90%;
	height: 100px;
	background-size: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.servicos .services-section > h3 {
    font-family: 'Baskerville-Italic', serif;
    font-weight: lighter;
    font-size: 42px;
    padding-top: 0;
    margin-bottom: 0;
}

.servicos .umquarto{
	width: 25%;
	min-width: 300px;
	padding: 35px;
	float: left;
}

.servicos .umquarto h3{
	font-family: 'Baskerville', serif;
	color: #242c34;
	font-size: 24px;
	font-weight: lighter;
	float: left;
	text-align: center;
	display: block;
	margin: 20px 0;
	width: 100%;
}

.servicos .cases-section > h3 {
    font-family: 'Baskerville-Italic', serif;
    font-weight: lighter;
    font-size: 42px;
    padding-top: 0;
}

.servicos .umquarto-2{
	width: 50%;
	min-width: 300px;
	padding: 35px;
	float: left;
}

.servicos .umquarto-2 h3{
	font-family: 'Baskerville', serif;
	font-weight: lighter;
	font-size: 24px;
	padding-top: 0;
	margin-top: 0;
}

.servicos .tresquarto{
	width: 50%;
	min-width: 300px;
	padding: 35px;
	float: left;
}

.servicos .clients {
	width: 100%;
	min-width: 300px;
	padding: 35px;
	margin-top: 5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.servicos .clients h3{
	font-family: 'Baskerville-Italic', serif;
	font-weight: lighter;
	font-size: 42px;
	padding-top: 0;
	margin-top: 0;
}

.project .container .text,
.sobre .container .text {
    max-width: 520px;
}

.sobre menu ul li a[href*='sobre'] {
    color: #f4f4f4;
    pointer-events: none;
}

.sobre menu ul li a[href*='sobre']:before {

    animation: in 0.3s ease 1 both, bgPulse 4000ms ease infinite;
}

.sobre #conteudo {
    width: 100vw;
}

.sobre #conteudo span {
    position: fixed;
    top: 0;
    width: 20vw;
    height: 100vh;
    overflow: hidden;
}

.sobre #conteudo span:nth-child(1) {
    left: 0;
}

.sobre #conteudo span:nth-child(1) img {
    object-position: 0% 50%;
}

.sobre #conteudo span:nth-child(2) {
    right: 0;
}

.sobre #conteudo span:nth-child(2) img {
    object-position: 100% 50%;
}

.sobre #conteudo span img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.logo2 {
    position: absolute;
}

.inside aside {
    width: 100px;
}

.inside aside:hover header,
.inside aside:hover footer {
    left: 0;
}

.inside aside:hover header {
    transition-delay: 0.1s;
    max-width: 100px;
}

.inside aside:hover header:after {
    opacity: 1;
}

.inside aside:hover footer {
    /* transition-delay: 0.2s*/
}

.inside aside:hover footer nav ul li {
    top: 0;
    transition: top cubic-bezier(0.1, 1, 0.2, 1) 300ms;
}

.inside aside:hover footer nav .language {
    margin-top: 0;
    transition-delay: 0.3s;
}

.inside aside:after {
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 2s;
}

.inside aside header {
    animation: bgPulse 5000ms ease infinite;
    left: -90px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
}

.inside aside header:hover {
    /* animation-play-state: paused;*/
}

.inside aside footer {
    left: -90px;
}

.inside aside footer nav {
    padding: 36px;
}

.inside aside footer nav .letter {
    transition-delay: 0.5s;
}

.inside aside footer nav .language {
    margin-top: -100px;
    transition-delay: 0s;
}

.inside aside footer nav ul li {
    top: -100px;
    transition-delay: 0;
    transition: top cubic-bezier(0.1, 1, 0.2, 1) 0s;
}

.inside aside footer nav ul li:nth-child(1) {
    transition-delay: 0.07s;
}

.inside aside footer nav ul li:nth-child(2) {
    transition-delay: 0.14s;
}

.inside aside footer nav ul li:nth-child(3) {
    transition-delay: 0.21s;
}

.inside aside footer nav ul li:nth-child(4) {
    transition-delay: 0.28s;
}

.inside .logo {
    width: 100%;
    top: 0;
    left: 0;
}

.inside .logo svg {
    animation: 0;
    fill: #000 !important;
}

.project .container .text,
.sobre .container .text,
.conquistas .container .text {
    text-align: left;
    margin: 25vh auto;
    display: inline-block;
}

.project .container .text h1,
.sobre .container .text h1,
.conquistas .container .text h1 {
    font-family: 'Baskerville-Italic', serif;
    color: #242c34;
    font-weight: lighter;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 42px;
}

.project .container .text p,
.sobre .container .text p,
.conquistas .container .text p {
    font-family: 'Baskerville', sans-serif;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    float: left;
    width: 100%;
}

.project .container .text p img,
.sobre .container .text p img,
.conquistas .container .text p img {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.project .container .text p a,
.sobre .container .text p a,
.conquistas .container .text p a {
    position: relative;
    color: #008cbc;
    text-decoration: none;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    /* text-shadow: 0 1px 0 $white, 0 2px 0 $white;*/
}

.project .container .text p a:before,
.sobre .container .text p a:before,
.conquistas .container .text p a:before {
    content: "";
    background: url(../img/line.svg) repeat-x transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 3px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 300ms;
    z-index: -1;
}

.project .container .text p a:after,
.sobre .container .text p a:after,
.conquistas .container .text p a:after {
    content: "";
    background: #008cbc;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    z-index: -1;
}

.project .container .text p a:hover,
.sobre .container .text p a:hover,
.conquistas .container .text p a:hover {
    color: #db2f27;
}

.project .container .text p a:hover:after,
.sobre .container .text p a:hover:after,
.conquistas .container .text p a:hover:after {
    width: 0%;
}

.project .container .text p a:hover:before,
.sobre .container .text p a:hover:before,
.conquistas .container .text p a:hover:before {
    width: 100%;
    animation: zig 1s linear infinite;
}

.project .container .img,
.sobre .container .img,
.conquistas .container .img {
    /*float: left;*/
    display: inline-block;
    margin: 15px auto;
    /*display: block;*/
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 1500ms;
    position: relative;
    overflow: hidden;
}

.project .container .img:last-child,
.sobre .container .img:last-child,
.conquistas .container .img:last-child {
    margin: 15px auto 30px;
}

.project .container .img:hover,
.sobre .container .img:hover,
.conquistas .container .img:hover {
    /* transform-style: preserve-3d;*/
    /* z-index: 5; // box-shadow: 0 66px 75px -10px rgba(0, 0, 0, .2);*/
    opacity: .75;
}

.project .container .img:hover:before,
.sobre .container .img:hover:before,
.conquistas .container .img:hover:before {
    opacity: 1;
    transform: scale(1, 1);
}

.project .container .img:before,
.sobre .container .img:before,
.conquistas .container .img:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    margin: -25px;
    top: 50%;
    left: 50%;
    background: url(../img/zoom.svg) no-repeat transparent;
    z-index: 2;
    opacity: 0;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    transform: scale(0, 0);
}

.project .container .img img,
.sobre .container .img img,
.conquistas .container .img img {
    width: 100%;
    height: auto;
    display: block;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 800ms;
}

.project .stick article:after,
.sobre .stick article:after,
.conquistas .stick article:after {
    position: fixed !important;
    bottom: auto !important;
    top: 0 !important;
    z-index: 7 !important;
    opacity: 1 !important;
}

.project .stick article:before,
.sobre .stick article:before,
.conquistas .stick article:before {
    pointer-events: all !important;
    opacity: 1 !important;
}

.project .stick section,
.sobre .stick section,
.conquistas .stick section {
    /* width: 0vw;*/
}

.project .main,
.sobre .main,
.conquistas .main {
    /* float: left;*/
    width: 100vw;
    height: 100vh;
}

.project .main article,
.sobre .main article,
.conquistas .main article {
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}

.project .main article .wrapper,
.sobre .main article .wrapper,
.conquistas .main article .wrapper {
    margin-bottom: 20px;
}

.project .main article,
.sobre .main article,
.conquistas .main article {
    z-index: 6;
    float: left;
    background-color: #ffffff;
    position: relative;
}

.project .main article:after,
.sobre .main article:after,
.conquistas .main article:after {
    content: "";
    background-color: #f4f4f4;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    z-index: 1;
    opacity: 0;
}

.project .main article:before,
.sobre .main article:before,
.conquistas .main article:before {
    content: attr(data-title);
    font-family: 'Baskerville', serif;
    position: fixed;
    top: 0;
    z-index: 8;
    left: 50%;
    width: 700px;
    transform: translateX(-50%);
    font-size: 2rem;
    color: #242c34;
    font-weight: light;
    height: 100px;
    line-height: 100px;
    pointer-events: none;
    opacity: 0;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    text-align: center;
}

.project .main article img,
.sobre .main article img,
.conquistas .main article img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    position: absolute;
}

.project .main article .arrow,
.sobre .main article .arrow,
.conquistas .main article .arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 12px;
    text-decoration: none;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background-color: #ffffff;
    z-index: 2;
    border: 0;
    cursor: pointer;
}

.project .main article .arrow:hover,
.sobre .main article .arrow:hover,
.conquistas .main article .arrow:hover {
    /* margin-left: -25px;*/
}

.project .main article .arrow:hover svg,
.sobre .main article .arrow:hover svg,
.conquistas .main article .arrow:hover svg {
    width: 30px;
    margin: 20px 0 0 0;
}

.project .main article .arrow:hover svg rect,
.sobre .main article .arrow:hover svg rect,
.conquistas .main article .arrow:hover svg rect {
    width: 28px;
}

.project .main article .arrow svg,
.sobre .main article .arrow svg,
.conquistas .main article .arrow svg {
    height: 11px;
    width: 15px;
    fill: #242c34;
    margin: 10px 0 0 8px;
    transform: rotate(-90deg);
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 300ms;
}

.project .main article .arrow svg rect,
.sobre .main article .arrow svg rect,
.conquistas .main article .arrow svg rect {
    width: 14px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 300ms;
}

#modal {
    visibility: hidden;
    display: none;
}

.modal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 7;
    pointer-events: none;
}

.modal .modal-bg {
    background-color: transparent;
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 26px;
    height: 35px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 1000ms;
    z-index: 10;
    pointer-events: none;
    /* border-radius: 20px;*/
}

.modal .btnClose {
    width: 26px;
    height: 34px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #f4f4f4;
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    transition: all cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
    cursor: pointer;
    /* border-radius: 5px; transform: scale(.8);*/
    z-index: 20;
}

.modal .btnClose:hover {
    animation: bgPulse 2000ms ease infinite;
}

.modal .btnClose:after,
.modal .btnClose:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #242c34;
    width: 24px;
    height: 3px;
    margin: -2px 0 0 -12px;
    transform-origin: center;
}

.modal .btnClose:after {
    transform: rotate(-45deg);
}

.modal .btnClose:before {
    transform: rotate(45deg);
}

.modal .container {
    position: absolute;
    z-index: 12;
    transform: translateX(-50%) translateY(100%);
    pointer-events: none;
    transition-delay: 0s;
    bottom: 0;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 0.5s;
    max-width: 520px;
}

.modal .container p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    position: relative;
    margin: 60px 0;
    top: 500px;
    transition-delay: 0.5s;
    font-family: 'Baskerville', sans-serif;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
}

.modal .container p span {
    /*position: absolute;
    width: 6px;
    height: 6px;
    animation: bgPulse 2000ms ease infinite;
    top: 6px;
    left: 50%;
    transform: rotate(-45deg);
    margin-left: -3px;*/
        position: relative;
    transition: none;
    width: 100%;
    height: 100%;
    animation: none;
    top: auto;
    left: auto;
    transform: none;
    float: left;
    margin: 0;
}

.modal .container p span:after,
.modal .container p span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    border-radius: 50%;
}

.modal .container p span:after {
    top: -3px;
    left: 0px;
}

.modal .container p span:before {
    right: -3px;
}

.modal .container p:nth-child(1) {
    transition-delay: 0.25s;
}

.modal .container p:nth-child(2) {
    transition-delay: 0.5s;
}
.contato menu ul li a[href*='contato'] {
    color: #f4f4f4;
    pointer-events: none;
}

.contato menu ul li a[href*='contato']:before {

    animation: in 0.3s ease 1 both, bgPulse 4000ms ease infinite;
}
.contato .main {
    width: 100%;
    height: 100vh;
}

.contato .main .column {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.contato .main #map {
    border: 0;
    width: 100%;
    height: 100%;
}

.contato .main #map .leaflet-left {
    right: 10px !important;
    left: auto !important;
}

.contato #conteudo {
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.contato #conteudo p {
    font-family: 'Baskerville', sans-serif;
    font-weight: lighter;
    width: 100%;
    padding: 15px 30px;
    margin: 0 auto;
    max-width: 520px;
    font-size: 15px;
    line-height: 20px;
    color: #242c34;
    position: relative;
    left: -100%;
    animation: mapContent 0.5s forwards;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    animation-delay: 1.1s;
}

.contato #conteudo p a {
    position: relative;
    color: #008cbc;
    text-decoration: none;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    /* text-shadow: 0 1px 0 $white, 0 2px 0 $white;*/
}

.contato #conteudo p a:before {
    content: "";
    background: url(../img/line.svg) repeat-x transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 3px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 300ms;
    z-index: -1;
}

.contato #conteudo p a:after {
    content: "";
    background: #008cbc;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    z-index: -1;
}

.contato #conteudo p a:hover {
    color: #db2f27;
}

.contato #conteudo p a:hover:after {
    width: 0%;
}

.contato #conteudo p a:hover:before {
    width: 100%;
    animation: zig 1s linear infinite;
}

.contato #conteudo p a.social {
    text-decoration: none;
    background-color: #242c34;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
}

.contato #conteudo p > a.social ~ a.social {
    margin-left: 30px;
}

.contato #conteudo p a.social[title*="facebook"]:hover {
    background: #3B5998;
}

.contato #conteudo p a.social[title*="instagram"]:hover {
    background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

.contato #conteudo p a.social img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.contato #conteudo p a.social:before,
.contato #conteudo p a.social:after {
    content: none;
}

.contato #conteudo p:nth-child(1) {
    animation-delay: 1.1s;
}

.contato #conteudo p:nth-child(2) {
    animation-delay: 1.2s;
}

.contato #conteudo p:nth-child(3) {
    animation-delay: 1.3s;
}

.contato #conteudo p:nth-child(4) {
    animation-delay: 1.4s;
}

.contato .wpforms-confirmation-container-full{
    background: none;
    border: none;
    padding: 0;
}

.contato .wpforms-confirmation-container-full p{
    padding: 0;
    font-size: 20px;
    line-height: 1.2em;
}

.contato div.wpforms-container-full .wpforms-form button[type=submit], .contato div.wpforms-container-full .wpforms-form button[type=submit]:hover, .contato div.wpforms-container-full .wpforms-form button[type=submit]:active{
    background-color: #000;
}

.contato div.wpforms-container-full .wpforms-form textarea, .contato .main div.wpforms-container-full .wpforms-form input{
    background: #000;
    color: #FFF;
    padding: 13px !important;
    border: 2px solid #000;
    border-radius: 1px;
    font-size: 12px;
    width: 50%;
}

.contato div.wpforms-container-full .wpforms-form .wpforms-field-label{
    font-size: 15px;
    word-spacing: 2px;
    display: block;
}

#map {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

#map:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #db2f27;
    pointer-events: none;
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 500ms;
    animation: mapReveal 0.5s forwards;
    animation-delay: 1.05s;
}

#modal:checked+div.modal {
    z-index: 14;
}

#modal:checked+div.modal .modal-bg {
    background-color: #242c34;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
    pointer-events: all;
}

#modal:checked+div.modal .btnClose {
    pointer-events: all;
    opacity: 1;
    width: 35px;
    height: 35px;
    margin-left: -4px;
    transform: scale(1);
}

#modal:checked+div.modal .container {
    transition: all cubic-bezier(0.1, 1, 0.2, 1) 2s;
    transition-delay: 0.3s;
    transform: translateX(-50%) translateY(50%);
    pointer-events: all;
    bottom: 50%;
    left: 50%;
    opacity: 1;
}

#modal:checked+div.modal .container p {
    top: 0;
}

.js-loop2 {
    transform: rotate(180deg);
}

.js-loop2 .grid-item {
    transform: rotate(180deg);
}

::scrollbar {
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

@keyframes pulse {
    0%,
    100% {
        fill: #242c34;
    }
    20% {
        fill: #db2f27;
    }
    40% {
        fill: #e6c700;
    }
    60% {
        fill: #007500;
    }
    80% {
        fill: #008cbc;
    }
}

@keyframes colorPulse {
    0%,
    100% {
        color: #db2f27;
    }
    25% {
        color: #e6c700;
    }
    50% {
        color: #007500;
    }
    75% {
        color: #008cbc;
    }
}

@keyframes bgPulse {
    0%,
    100% {
        background-color: #db2f27;
    }
    25% {
        background-color: #e6c700;
    }
    50% {
        background-color: #007500;
    }
    75% {
        background-color: #008cbc;
    }
}

@keyframes zoomIn {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
}

@keyframes mapReveal {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes mapContent {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

@keyframes in {
    0% {
        width: 0;
        left: 0;
        right: auto;
    }
    100% {
        left: 0;
        right: auto;
        width: 100%;
    }
}

@keyframes zig {
    to {
        background-position: 42px 0;
    }
}

@keyframes logoFix {
    to {
        position: absolute !important;
    }
}

@keyframes out {
    0% {
        width: 100%;
        left: auto;
        right: 0;
    }
    100% {
        width: 0;
        left: auto;
        right: 0;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.debug {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: red;
    color: white;
    text-align: center;
    z-index: 1000;
}