
#capa img{
	width: 100%;
}
#marketing-digital, #aplicativos{
	width: 100%;
	background-color: #FFF;
	padding-top: 4%;
}
#marketing-digital.row {
    margin-bottom: -2px !important;
    overflow: hidden;
    display: block;
    position: relative;
}
#marketing-digital .col.s7{
	background: #000;
    z-index: 3;
    position: absolute;
    right: 33%;
    top: 24%;
    padding: 2%;
}
#marketing-digital .col.s7 p {
    font-size: 1.2em !important;
    color: #fff;
}
#marketing-digital .col.s5{
	float: right;
}

#aplicativos .col.s6{
	margin-top: 10%
}
.division{
	height: 5px;
	width: 100%;
	background-color: #a202c3;
}
#consultoria{
	height: 511px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
#consultoria img{
	width: 100%;
}
.page-footer .fab{
	font-size: 30px;
	color: #FFF;
	margin: 2% 5% 2% 0%;
	float: right;
}
.page-footer .fab:hover{
    color: #a202c3;
}
.page-footer a ~ a{
	margin-left: 15px;
}
nav{
	background-color: #a202c3 !important;
	height: 90px;
	line-height: 90px;
}
.grey.darken-4{
    background-color: #b857de !important;
    padding: 4% 0 0;
}

.black {
    background-color: #a202c3 !important;
}
#logo{   
	height: 50px !important;
    margin: 15px 17px 0px;
}
.columns{
	max-width: 1328px;
}

.title-rx {
    line-height: 1.3em;
    color: #a202c3;
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: unset;
	font-size: 1.8em; 
	margin-bottom: 20px;  
}
.title-wh {
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: unset;
    font-size: 1.8em; 
    margin-bottom: 20px;  
}
.jTpZix {
    color: rgb(118, 118, 118);
    margin-bottom: 32px;
    margin-top: 0px;
    max-width: unset;
    line-height: 1.6em;
    font-size: 1.2em;
}
.jTpZix-wh {
    color: #fff;
    margin-bottom: 32px;
    margin-top: 0px;
    max-width: unset;
    line-height: 1.6em;
    font-size: 1.2em;
}

.flip-card-back .jTpZix-wh {
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 20px;
}

.hands-inovation{
	width: 68%;
	margin-left: 15%;
	margin-bottom: -5px;

}
.parallax-container {
    padding-top: 73px;
}
.negocios{
	overflow: hidden;
    display: block;
    padding-top: 40px;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 85%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  min-height: 348px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #a202c3;
  color: white;
  transform: rotateY(180deg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 307px;
}

.offset-mnegocios{
	margin-left: 12.5% !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #a202c3;
  -webkit-box-shadow: 0 1px 0 0 #a202c3;
          box-shadow: 0 1px 0 0 #a202c3;
}
input:not([type]).validate + label:focus:not,
input[type=text]:not(.browser-default).validate + label:focus:not,
input[type=password]:not(.browser-default).validate + label:focus:not,
input[type=email]:not(.browser-default).validate + label:focus:not,
input[type=url]:not(.browser-default).validate + label:focus:not,
input[type=time]:not(.browser-default).validate + label:focus:not,
input[type=date]:not(.browser-default).validate + label:focus:not,
input[type=datetime]:not(.browser-default).validate + label:focus:not,
input[type=datetime-local]:not(.browser-default).validate + label:focus:not,
input[type=tel]:not(.browser-default).validate + label:focus:not,
input[type=number]:not(.browser-default).validate + label:focus:not,
input[type=search]:not(.browser-default).validate + label:focus:not,
textarea.materialize-textarea.validate + label:focus:not {

  color: #a202c3;
}
#contato .contac {
	padding-top: 5%;
}
#contato .contact {
    width: 64%;
}
#contato .contac .input-field>label{
	font-size: 1.3em;
}
.big{
	font-size: 1.8em;
    line-height: 1.2em;
    margin-left: 1.8em;
    margin-top: 15px;
}
.happysocial{
	width: 43%;
    display: block;
    float: right;
}
.social{
	float: right;
    display: block;
    inline-size: -webkit-fill-available;
}
.title-ft-wh{
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: unset;
    line-height: 1.4em;
    font-size: 1.6em;

}
.jTpZi-ft-wh {
	color: #fff;
    margin-top: 0px;
    max-width: unset;
    line-height: 1.5em;
    font-size: 1.2em;
}
.secgrey{
    position: relative;
    background-color: rgb(245, 245, 245);
    padding: 4% 0px;
    text-align: justify;
}
.secwhite{
    position: relative;
    padding: 4% 0px;
    text-align: justify;
    background-image: url(../imgs/row2.png); 
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#contato{
    position: relative;
    padding: 4% 0px;
    text-align: justify;
    background-image: url(../imgs/row2.png); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#contato .comercial{
    padding: 3% 2%;
}
blockquote {
    border-left: 5px solid #a202c3;
}

.consult{
	text-align: center;padding: 5% 0 2%;
}
#equipe{
	padding: 5% 0;
	background-image: url(../imgs/row2.png); 
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#equipe  .title-rx{
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: unset;
	line-height: 1.125em;
    font-size: 2em;  
}
#equipe  a {
    color: #a202c3;
}
#equipe  .jTpZix {
	font-size: 15px;
}
#equipe  h4 {
    font-size: 1.4em;  
}
.videos{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#quem-somos{
	padding: 5% 0;
}
/*h3:before {
    content: ":before ";
}*/

#quem-somos .title-rx:after {
    content: "";
    background-color: #a202c3;
    height: 10px;
    width: 90px;
    display: block;
    margin: 2% 7%;
}
.sobn{
	border-left: 1px solid #a202c3;
}
.sobn a  {
	float: left;
    width: 100px !important;
    height: 100px !important;
    text-align: center;
    margin: 0 25px 10px -50px !important;
    border-radius: 50%;
    color: #fff !important;
    border: 1px solid #a202c3;
    background: #a202c3;
}
.sobn i{
    line-height: 100px !important;
    font-size: 2.8em !important;

}
.sobn a:hover  {
    background: #611d6f;
}
.sobcontent{
	min-height: 250px
}
.sobcontent p{
	margin: 2% 7%;
    display: block;
    text-align: justify;
}

/** capa **/
#hero {
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
    display: block;
    width: 100%;
}
.scene {
    position: relative;
    overflow: hidden;
}
.scene, .layer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.layer div {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.background {
    background: url(../imgs/background.jpg) no-repeat 50% 100%;
    bottom: -20px;
    background-size: cover;
    position: absolute;
    width: 108%;
    left: -5%;
    top: -5%;
}
/*.triangles {
    background: url(../imgs/triangulo5.png) no-repeat 50% 100%;
    bottom: -20px;
    background-size: cover;
    position: absolute;
    width: 110%;
    left: -5%;
    top: -5%;
}*/
.depth-1.flake1 {
    display: block;
    position: absolute;
    left: 30%;
    bottom: 30%;
}
.da-thumbs { border-bottom: 1px solid #a202c3;}
.depth-1.flake2 {
    display: block;
    left: 15%;
    top: 25%;
}
.depth-1.flake3 {
    display: block;
    position: absolute;
    bottom: 20%;
    right: 40%;
}
#sites .revolucao{
	padding: 5% 0;
    background-image: url(../imgs/row1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	}
#sites .revolucao .revolution{
    width: 62%;
    margin-left: 19%;
}
#sites .revolucao .col.s6 {
        margin-top: 5%;
}
#sites .time{
	padding: 5% 0;
	min-height: 300px;
    background-image: url(../imgs/team2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	}
.sub-title{
	font-size: 2em;
	line-height: 2.8em;
}
.patreon-footer-ad .valign-wrapper {
    float: left;
    margin: 2% 1% 2% 2%;
}

@media (min-width: 1200px){
	.depth-1.flake1 {
	    display: block;
	    position: absolute;
	    left: 30%;
	    bottom: 20%;
	}
	.depth-1.flake2 {
        display: block;
        left: 15%;
        top: 25%;
	}
    #hero {
        height: 2080px !important;
        overflow: hidden;
    }
    .logo.skrollable.skrollable-between{
        margin-top: -42px; 
    }
}

@media (min-width: 900px){
	.depth-1.flake1 {
	    display: none;
	}
	.depth-1.flake2 {
    display: block;
    left: 15%;
    top: 25%;
	}
	.depth-1.flake3 {
    display: block;
    position: absolute;
    bottom: 20%;
    right: 40%;
	}
}
@media (min-width: 700px){
	.depth-1.flake1 {
	    display: none;
	}
	.depth-1.flake2 {
    display: block;
    left: 15%;
    top: 25%;
	}
	.depth-1.flake3 {
    display: none;
	}
}
@media (min-width: 400px){
	.depth-1.flake1 {
	    display: none;
	}
	.depth-1.flake2 {
    position: absolute;
    right: 40%;
    top: 40%;
	}
	.depth-1.flake3 {
    display: none;
	}
}
/* max 768px;*/
@media only screen and (max-device-width: 768px) {
	.row .col.s6 {
    	width: 94%;
        margin: 0px 3%;
	}
    .row .col.s6 .jTpZix-wh , .row .col.s5 .jTpZix-wh {
        text-align: justify;
    }
	.title-rx {	    
		line-height: 1.125em;
	    font-size: 24px;    
	}
	.jTpZix {
		line-height: 1.5em;
	    font-size: 18px; 
	}
    body{
        clear: both;
        /*width: 108%;*/
    }
    nav .sidenav-trigger {
        float: right;
    }
    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        font-size: 45px;
        line-height: 89px;
    }
    #hero{
        height: 375px !important;
        overflow: hidden;
    }
    .hero-content{
        margin-top: 10% !important;
    }
    .hands-inovation {
        width: 88%;
        margin-left: 7%;

    }
    #marketing-digital .col.s7 {
        right: 35%;
    }
    #aplicativos img{width: 90%;}
    #marketing-digital h3{
        color: #a202c3;
    }
    #marketing-digital p{
        color: rgb(118, 118, 118);
    }
    .title-wh {
        line-height: 1.2em;
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    #sites .time {
        min-height: 300px;
    }
    .offset-mnegocios {
        margin-left: 5% !important; 
    }
    #consultoria .col.m3 {
        width: 30%;
    }
    #consultoria {
        height: auto;
    }
    .flip-card-back {
        height: 283px;
    }
    #parceiros{
        display: none;
    }
    #contato .contact {
        width: 100%;
    }
    .big{
        display: none;
    }
    .col.s4.comercial{   
        padding-left: 37px;
    }
    .col.s4.comercial .title-ft-wh i{  
        display: none;
    } 
    .col.s4.comercial .title-ft-wh {  
        line-height: 1em;
        font-size: 1.2em;
    }
    .col.s4.comercial .jTpZi-ft-wh {
        color: #fff;
        margin-top: 0px;
        max-width: unset;
        line-height: 1.5em;
        font-size: 1em;
    } 
    .grey.darken-4 {min-height: 830px;}

    #logo {
        height: 50px !important;
        margin: 15px 0px 0px;
    }
    #aplicativos .row .col.s7 {
        width: 100%;
    }
    .sobn {
        margin-left: 25px;
    }
    .sobn a {
        width: 70px !important;
        height: 70px !important;
        margin: 0 25px 10px -36px !important;

    }
    .sobn i {
        line-height: 73px !important;
    }
    #quem-somos .title-rx:after {
       margin: 2% 20%;
       height: 6px;
    }
    .title-rx {     
        line-height: 2.125em;
        font-size: 22px;
    }
}


/* max 411px*/
@media only screen and (max-device-width: 414px) {
    body{
        clear: both;
        /*width: 108%;*/
    }
    nav .brand-logo {
        left: 38%;
    }
    nav .sidenav-trigger {
        float: right;

    }
    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        font-size: 45px;
        line-height: 89px;
    }
    .sub-title{display: none;}
    #hero{height: 240px !important;}
    .hero-content{
        margin-top: 30% !important;
    }
    .hands-inovation {
        width: 88%;
        margin-left: 7%;

    }
    #marketing-digital .col.s7 {
    /* z-index: 3; */
    position: relative;
    right: 0; 
    width: 100%;
    margin-top: -14px;
    padding: 4% 6%;
    text-align: justify;
    background-image: url(../imgs/row2.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    }
    #aplicativos{
        background-image: url(../imgs/apps.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: transparent;
    }
    #aplicativos .col.s5{
        display: none;

    }
    #marketing-digital h3{
        color: #a202c3;
    }
    #marketing-digital p{
        color: rgb(118, 118, 118);
    }
    .row .col.s4 {
    width: 99%;
    }
    .title-wh {
        line-height: 1.2em;
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    #sites .time {
        min-height: 200px;
    }
    .offset-mnegocios {
        margin-left: 0% !important; 
    }
    #consultoria {
        height: auto !important;
    }
    #consultoria img {
        width: 82% !important;
    }
    #consultoria .flip-card-back {
        width: 82%  !important;
        float: none !important;
        margin: 0px auto !important;
        right: 36px !important;

    }
    #consultoria .col.m3{
        width: 100%  !important;
    }
    #parceiros{
        display: none;
    }
    .revolucao img{
        display: none;
    }
    #contato .contact {
        width: 100%;
    }
    #contato  .row .col.s5 {
        width: 100%;        
    }
    .big{
        display: none;
    }
    .col.s4.comercial{   
        margin-top: 9%;
    }
    .grey.darken-4 {min-height: 428px;}
    .happysocial {
        width: 20%;
        display: block;
        float: left;
    }
    .social {
        float: none;
        margin: 4% 0%;
        inline-size: -webkit-fill-available;
    }
    #logo {
        height: 50px !important;
        margin: 15px 43px 0px;
    }
    #aplicativos .row .col.s7 {
        width: 100%;
    }
    .sobn {
        margin-left: 25px;
    }
    .sobn a {
        width: 70px !important;
        height: 70px !important;
        margin: 0 25px 10px -36px !important;

    }
    .sobn i {
        line-height: 73px !important;
    }
    #quem-somos .title-rx:after {
       margin: 2% 20%;
       height: 6px;
    }
    .title-rx {     
        line-height: 2.125em;
        font-size: 22px;
    }
    #marketing-digital .col.s5 {width: 100% !important;}
    #marketing-digital .col.s5 .hands-inovation{width: 100% !important; margin-left: 0% !important;}
}
@media only screen and (min-device-width: 1024px) {
    body{
        clear: both;
        /*width: 108%;*/
    }
    nav .sidenav-trigger {
        float: right;
    }
    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        font-size: 45px;
        line-height: 89px;
    }
    #hero{
        height: 475px !important;
        overflow: hidden;
    }
    .hero-content{
        margin-top: 10% !important;
    }
    .hands-inovation {
        width: 88%;
        margin-left: 7%;

    }
    #marketing-digital .col.s7 {right: 35%; padding: 3% 5%; } 
    #aplicativos img{width: 90%;}

    #marketing-digital p{
        color: rgb(118, 118, 118);
    }
    .title-wh {
        line-height: 1.2em;
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    #sites .time {
        min-height: 200px;
    }
    .offset-mnegocios {
        margin-left: 7% !important; 
    }
    #consultoria .col.m3 {
        width: 30%;
    }
    #consultoria {
        height: auto;
    }
    .flip-card-back {
        height: 319px;
    }
    #parceiros{
        display: none;
    }
    
    #logo {
        height: 50px !important;
        margin: 15px 43px 0px;
    }

    .sobn {
        margin-left: 25px;
    }
    .sobn a {
        width: 70px !important;
        height: 70px !important;
        margin: 0 25px 10px -36px !important;

    }
    .sobn i {
        line-height: 73px !important;
    }
    #quem-somos .title-rx:after {
       margin: 2% 20%;
       height: 6px;
    }
    .title-rx {     
        line-height: 2.125em;
        font-size: 1.6em;
    }
    #equipe .row .col.s5 {
        width: 100%;
    } 
}

