@font-face {
    font-family: "Gotham";
    src: url('../fonts/Gotham/Gotham-Book.otf');
}

html,
body {
    font-family: 'Gotham', sans-serif;
    /*Specify your font name here*/
    --moz-text-size-adjust: 100%;
    --webkit-text-size-adjust: 100%;
    font-size: 1.25vw;
}

footer {
    font-size: 1vw;
    /*overflow-x: hidden;*/
}

p {
    font-size: 1.5vw;
}

#content,
#footer,
#header {
  overflow-x: hidden;
    overflow-y: hidden;
}

.pula-menu {
    padding-top: 0px;
    /* 100px overflow-x: hidden;*/
}

.img-foot {
    width: 10%;
    height: 10%;
}

.img-fluid-body-right {
    float: right;
    width: auto;
    height: 70%;
    transform: translate(0%, 25%);
    /*margin-top: auto;
    margin-bottom: auto;
    background-image: url("../img/Losangos/direita pequeno.svg");*/
}

.aj-bannerint{
    max-width: 20.666667% !important;
    padding: 0px;
	position: absolute;
    right: -16px;
    bottom: 94px;
}

.img-fluid-body-right-azul {
    float: right;
    width: 92%;
    height: 74%;
    transform: translate(-5%, 31%);
    /*
    width: auto;
    height: 5%;
    transform: translate(0%, 0%);
    */
}

.img-fluid-body-right-azul-2 {
    float: right;
    width: auto;
    height: 5%;
    transform: translate(0%, 0%);
}

.img-fluid-body-left {
    float: left;
    width: 20%;
    height: auto;
    /*transform: translate(0%, 8%);
    max-width: 100%;*/
    padding: 0px;
}

.img-fluid-body-cli {
    /*float: left;*/
    width: 15%;
    height: auto;
    transform: translate(0%, 0%);
    /*max-width: 100%;*/
    margin: 0% 1.88%;
}

.img-fluid-body-par {
    /*float: left;*/
    width: 50%;
    height: auto;
    margin: 2% 2%;
    /*max-width: 100%;*/
}

.img-fluid-body-par:hover {
    transition: transform .10s ease;
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.img-fluid-header {
    width: 20%;
    height: 10%;
    padding-right: 5%;
}

.img-fluid-body-left-azul {
    float: left;
    width: 60%;
    height: auto;
    padding-left: 5px;
    transform: translate(0%, 7%);
}

.table>tbody>tr:first-child>td {
    border: none;
}

.td-text {
    width: 75%;
    padding: 0%;
    float: center;
}

.td-img {
    width: 100%;
    padding: 0%;
    float: right;
}

.borderless td,
.borderless th {
    border: none;
}

.navbar-nav,
.mr-auto {
    flex: 1;
    margin: 0%!important;
    display: flex;
    font-size: 1.1vw;
    /*justify-content: space-between;
    margin: auto !important;*/
}

.navbar {
    max-height: 100px;
    font-size: 1vw;
        background-color: #fff;
}

.navbar.scrolled {
    background-color: white;
}

.navbar-brand {
    padding: 0 5px;
    height: 100px;
    line-height: 80px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 8px !important;
}

.nav-link {
    margin-left: 0%;
}

.nav-link.text-primary {
    color: #010442 !important;
}

.nav-link.text-primary.scroll-down {
    color: #010442 !important;
    text-shadow: white 0.1em 0.1em 0.2em;
}

.nav-link.text-primary.scroll-down:hover,
.nav-link.text-primary.scroll-down:focus {
    color: #0056b3 !important;
}

.navbar.transparent.navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0%, rgba(0, 0, 0, 0.00)), color-stop( 100%, rgba(0, 0, 0, 0.00)));
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.social {
    float: right;
    list-style: none;
    padding-right: 15px
}

.box {
    background-color: rgba(0, 141, 229, 255);
    /* margin-top: 50px;
   */
    padding: 5% 0px 0px 0px;
    /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
}

.box>.wrapper {
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.asymmetric {
    position: relative;
    background-color: rgba(0, 141, 229, 255);
    /*background-image: url("../img/Fotos e Mockups/desenhando.svg");*/
}

.asymmetric::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 141, 229, 255);
    transform-origin: top left;
    transform: skewY(deg);
    z-index: 0;
}

.asymmetric::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 141, 229, 255);
    transform-origin: bottom left;
    transform: skewY(3deg);
    z-index: -10;
}

.asymmetric-img {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: rgba(0, 141, 229, 255);*/
    padding: 0;
    padding-top: 7%;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: black 0.1em 0.1em 0.2em;
    overflow: hidden;
}

.pula-img {
    margin-top: 25%;
}

.text-gray {
    color: gray !important;
}

.linha-branca {
    /*border-color: white;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;*/
    border: none;
    height: 20px;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 141, 229, 255);
    margin-top: 0;
    border-bottom: 1px solid white;
    box-shadow: 0 20px 20px -20px gray;
    margin: -50px auto 10px;
}

.linha-preta {
    /*border-color: black;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;*/
    border: none;
    height: 20px;
    width: 100%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px 0px 0px 0px;
}

.form-control::-webkit-input-placeholder {
    color: white;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.bg-azul-tetis {
    background-color: rgba(0, 141, 229, 255);
}


/*
.container-fluid,

.col-2 {
    padding: 0;
}

.col {
    max-height: 100%;
}*/

.pic-cel {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    filter: drop-shadow(8px 8px 10px gray);
    transform: rotate(90deg);
    overflow: hidden;
    background-image: url("../img/Fotos e Mockups/celular-flat.svg");
    /* 
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px #000;
    margin: auto;
    -webkit-perspective: 100%;
    perspective: 100%;
     position: relative;

      background-size: 100% 100%;
      filter: drop-shadow(8px 8px 10px gray);
    */
}

.iframe-cel {
    position: inherit;
    width: 70%;
    height: auto;
    border: none;
    transform: translate(15%, 25%);
    /* transform-style: preserve-3d;
     border-radius: 10.5%;
    filter: drop-shadow(8px 8px 8px silver);
    overflow: hidden;
    object-fit: scale-down;
    perspective: 100cm;
     box-shadow: 0 0 1px 1px #000;
    -webkit-transform: translate(188px, 212px) scale(0.635) rotateZ(-17.9deg) rotateY(-2deg) rotateX(2deg) skewY(-1deg);
    translate(88px, 212px)  rotateY(2deg) rotateX(-2deg) skewY(1deg) rotateZ(27.5deg) rotate(29deg)   translateX(-30px) translateZ(50px)  rotate(90deg)  
    transform: scale(1) translate(-29%, 28%);
    transform: rotate(-90deg) translate(-29%, 28%);*/
}

.circle {
    border-radius: 50%;
    width: 70%;
    height: auto;
    position: inherit;
    margin-bottom: 10%;
}


/*
 * ==== hexagon
 */

.hexagon {
    width: 100%;
    min-height: 110px;
    margin-bottom: 9px;
    height: auto;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: rgba(0, 141, 229, 255); */
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	transition: all 0.5s ease-out 0s;
}

.hexagon:hover {
	transition: all 0.5s ease-out 0s;
    transition: transform .10s ease;
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.hexa,
.hexa div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 70%;
    height: 50%;
}

.hexa {
    width: 100%;
    height: auto;
}

.hexa div {
    width: 100%;
    height: 100%;
}

.hexa {
    transform: rotate(120deg);
}

.hex1 {
    transform: rotate(-60deg);
}

.hex2 {
    transform: rotate(-60deg);
}

.hex2:hover {
    transition: transform .10s ease;
    /*transform: scale(1);
     (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.parallax {
    background-image: url("../img/Fotos e Mockups/desenhando.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2%;
    padding-bottom: 26%;
    /* Full height 
    height: 100%;
    Create the parallax scrolling effect 
     background-attachment: fixed;
    */
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
	    height: 400px;
}

.icone {
    width: 100%;
    height: auto;
}

.form-control.is-blue {
    border-color: rgba(0, 141, 229, 255);
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 141, 229, 255);
    ;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 141, 229, 255);
}


/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: rgba(0, 141, 229, 255);
}


/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: rgba(0, 141, 229, 255);
}


/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: rgba(0, 141, 229, 255);
}


/* Internet Explorer 10-11 */


/* Microsoft Edge */

.navbar-default .navbar-toggle .icon-bar {
    background-color: blue !important;
}

.img-fluid-body-left-azul2 {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 5px;
    transform: translate(-2%, 22%);
}

.box-inf-home .col-4, .box-inf-home .col-8{
	float:left;
}

.box-inf-home .col-12{
	    margin-top: 10px;
		clear:both;
}

.box-inf-home .col-6{
	margin-bottom:49px;
}

.nav-link {
    padding: 0.5rem 9px !important;
}

.navbar-nav{
	    margin-left: 43px !important;
}

.parallax:before{
    content: "";
    position: absolute;
    float: left;
    width: 100%;
    height:400px;
    background-color: rgba(0,0,0,0.5);
}

.txt-center{
	text-align:center;
}

.box-servi .img-fluid-body-right-azul-2{
    width: 213px !important;
    height: auto !important;
    position: absolute;
    right: 0px;
}

.box-servi .img-fluid-body-left{
    width: 213px !important;
    height: auto !important;
    position: absolute;
    left: 0px;
	bottom: -730px;
}

.box-servi:before{
	content: '';
    width: 200px;
    height: 200px;
    background-image: url(../img/Losangos/esquerda%20pequeno.svg);
    position: absolute;
    left: 0px;
    bottom: -45px;
    background-size: 100%;
}

.box-servi:after{
    content: '';
    width: 200px;
    height: 229px;
    background-image: url(../img/Losangos/direita%20pequeno.svg);
    position: absolute;
    right: -6px;
    top: 0px;
    background-size: 100%;
}


.box-servi p.text-primary {
    color: #010442 !important;
    font-size: 15px;
    line-height: 20px;
}

.box-servi{
	position:relative;
}

.box-empresa{
	background-color: rgba(0, 141, 229, 255);
    padding: 5% 0px 0px 0px;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
}

.box-empresa .container{
	    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
} 

.box-empresa:before{
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(../img/Losangos/direita%20pequeno.svg);
    position: absolute;
    left: 0px;
    bottom: -7px;
    background-size: 100%;
    transform: rotate(91deg);
}

.box-empresa:after{
    content: '';
    width: 200px;
    height: 229px;
    background-image: url(../img/Losangos/direita%20pequeno.svg);
    position: absolute;
    right: -6px;
    top: 24px;
    background-size: 100%;
}

.box-clientes{
	position:relative;
}

.box-clientes:before{
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(../img/Losangos/direita%20pequeno.svg);
    position: absolute;
    left: 0px;
    bottom: -7px;
    background-size: 100%;
    transform: rotate(91deg);
}

.box-clientes:after{
    content: '';
    width: 200px;
    height: 229px;
    background-image: url(../img/Losangos/direita%20pequeno.svg);
    position: absolute;
    right: -6px;
    top: 24px;
    background-size: 100%;
}

.box-empre-2{
	    max-width: 49% !important;
    flex: 20%;
	margin-top: 115px !important;
}

.box-empre-1{
    line-height: 8px;
    margin-left: 118px;
    margin-top: 56px !important;
    margin-bottom: 100px !important;
    border: 2px #fff solid;
    text-align: center;
    padding: 52px 17px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #fff;
    width: 250px !important;
    max-width: 250px !important;
    margin-right: 71px;
    height: 250px;
}

.box-clientes .img-fluid-body-cli {
float: left;
    width: auto;
    height: 50px;
    transform: translate(0%, 0%);
    max-width: 100%;
    margin: 2% 1%;
}

.box-clientes{
    padding-bottom: 106px;
}

.box-lista-c{
	    display: block !important;
    float: left;
    width: 100%;	
    margin-bottom: 55px;
}

.box-clientes .col.text-center.my-auto.h-25{
	    margin-bottom: 23px !important;
}

.text-blue {
	color:rgba(0, 141, 229, 255) !important;
}

.bo-banner:before{
    content: "";
    position: absolute;
    float: left;
    width: 100%;
    margin-top: -50px;
    height: 400px;
    background-color: rgba(0,0,0,0.5);
	    padding-bottom: 44px;
}

.bo-banner{
	    height: 400px;
}

.container {
    width: 81%;
}

.box-formi .col-5{
	float:left;
}

.box-formi .col-7{
	float:left;
}

.gg-list i{
    background-color: #007bff;
    color: #fff;
    font-size: 24px;
    padding: 16px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    float: left;
    margin-right: 14px;
}

.b-cont-i strong{
	    color: #007bff;
    font-size: 19px;
}

.b-cont-i{
	    float: left;
    width: 82%;
}

.b-cont-i a{
	    color: #000;
    font-size: 16px;
    margin-top: -3px;
    float: left;
}

.gg-list{
	
    float: left;
    width: 100%;
    margin-bottom: 21px;
}

.b-cont-i p{
	    color: #000;
    font-size: 16px;
    margin-top: 0px;
}

.form-control {
    height: calc(2.3em + 0.75rem + 2px) !important;
}

.box-formi{
	    margin-top: 30px;
}

#submitButton{
	    float: right;
    width: 152px;
}

#submitButton {
    float: right;
    width: 65px;
    height: 40px;
}
 
.page-footer .form-control {
    height: 40px !important;
}

.parallax .font-weight-bold.text-white{
	    margin-top: -74px;
}

.b-home .parallax .font-weight-bold.text-white {
    margin-top: -76px;
	    font-size: 26px !important;
}

.contato .formul-cont #submitButton {
    float: right;
    width: auto;
    height: auto;
	    font-size: 13px;
}

.box-parcieo{
	    width: 50%;
    margin: 0px auto;
}

.box-parcieo a{
	    float: left;
    width: 50%;
	margin-top:30px;
	margin-bottom:50px;
}

.box-parcieo a img{
	width:90%;
}

.box-parcieo a img.advanc{
	margin-top:23px;
}

.page-footer .form-control {
    height: 40px !important;
}

.bo-banner .col{
	    max-width: 80%;
}

@media (min-width: 2000px) {
	.parallax h3.font-weight-bold.text-white{
			font-size:45px !important;
	}
	
	.bo-banner {
		height: 560px;
	}
	
	.bo-banner:before {
		margin-top: -96px;
    height: 593px;
	}

}

@media (min-width: 1723px) {
	.bo-banner {
		height:525px;
	}

	.bo-banner:before{
		margin-top: -96px;
    height: 593px;
	}

}

@media (min-width: 1685px) {
	.box-empre-1 {
		width: 300px !important;
		max-width: 360px !important;
		margin-right: 71px;
		height: 360px;
	}
}

@media (min-width: 1495px) {
	.parallax:before {
		height: 567px;
	}
	
	.box-empre-1 {
		width: 300px !important;
		max-width: 300px !important;
		margin-right: 71px;
		height: 300px;
	}
	
	.text-blue {
		font-size: 27px !important;
		line-height: 26px !important;
	}
	
	#submitButton {
		float: right;
		width: 65px;
		height: calc(2.3em + 0.75rem + -24px) !important;
		line-height: 19px;
	}
	
	.img-fluid-body-right-azul {
		float: right;
		width: 66%;
		height: 74%;
		transform: translate(-5%, 31%);
	}
	
	#submitButton {
    float: right;
    width: 65px;
    height: 41px !important;
	}
}

@media (min-width: 1380px) {
	.box-empre-1 {
    width: 280px !important;
    max-width: 280px !important;
	height: 280px !important;
	}
	
	.page-footer .form-control {
    height: 40px !important;
}
}

@media (min-width: 1199px) {
	.page-footer .form-control {
		height: 40px !important;
	}
}

@media (max-width: 1199px) {
	.bo-banner {
		height: 400px;
		padding-top: 100px;
	}
}

@media (max-width: 1024px) {
    footer,
    body {
        font-size: 4vw;
    }
    header {
        font-size: 4vw;
    }
    .img-foot {
        width: 20%;
        height: 20%;
    }
    .footer-copyright {
        font-size: 2vw;
    }
    button.navbar-toggler {
        width: 10%;
        height: 10%;
        font-size: 3vw;
    }
    .img-fluid-header {
        width: 30%;
        height: 30%;
        padding-right: 15%;
    }
    .featurette-heading {
        width: 50%;
        height: 50%;
    }
    .img-fluid-body-right {
        float: right;
        width: 100%;
        height: 100%;
        /*transform: translate(0%, 20%);*/
    }
    .img-fluid-body-right-azul {
        float: right;
        width: 80%;
        height: 40%;
        /*transform: translate(0%, 0%);
        float: right;
    width: auto;
    height: 5%;
        */
    }
    .img-fluid-body-right-azul-2 {
        float: right;
        width: 30%;
        height: auto;
        /*transform: translate(0%, 0%);
        float: right;
    width: auto;
    height: 5%;
        */
    }
    .img-fluid-body-left-azul {
        float: left;
        width: 90%;
        height: 90%;
        padding-left: 0px;
        transform: translate(0%, 45%);
    }
    .img-fluid-body-left {
        float: left;
        width: 100%;
        height: 100%;
        transform: translate(0%, 0%);
    }
    .tabre-responsive {
        max-width: 100%;
        font-size: 4vw;
    }
    .featurette-heading {
        width: 100%;
        font-size: 3vw;
    }
    .td-text {
        width: 70%;
        padding: 0%;
        font-size: 3vw;
    }
    .navbar {
        max-height: 900px;
        font-size: 2.5vw;
    }
    .navbar-brand {
        padding: 0 15px;
        height: 80px;
        line-height: 80px;
    }
    .navbar-toggle {
        /* (80px - button height 34px) / 2 = 23px */
        margin-top: 23px;
        padding: 9px 10px !important;
    }
    .navbar-nav,
    .mr-auto {
        flex: 1;
        margin: auto !important;
        display: flex;
        justify-content: space-between;
        font-size: 3vw;
    }
    .form-control,
    h4,
    h5,
    h3 {
        font-size: 2vw;
    }
    p,
    .btn {
        font-size: 2vw;
    }
    .pula-menu {
        padding-top: 0px;
    }
    .pic-cel {
        filter: drop-shadow(1px 1px 2px gray);
        /*
        width: 100%;
        height: 100%;
        background-image: url("../img/Fotos e Mockups/celular-flat.svg");
        background-size: 100% 100%;
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 50px #000;
        margin: auto;
        -webkit-perspective: 100%;
        perspective: 100%;
         position: relative;
    
          background-size: 100% 100%;
          filter: drop-shadow(8px 8px 10px gray);
        */
    }
    .iframe-cel {
        position: inherit;
        width: 70%;
        height: auto;
        border: none;
        transform: translate(15%, 80%);
    }
    .pula-img {
        margin-top: 30%;
    }
    .parallax {
        background-image: url("../img/Fotos e Mockups/desenhando.svg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 17%;
        padding-bottom: 25%;
        /* Full height 
       
        Create the parallax scrolling effect 
        background-attachment: fixed;
        height: 100%;*/
    }
    .asymmetric-img {
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
        background-repeat: no-repeat;
        background-size: cover;
        /*background-color: rgba(0, 141, 229, 255);
       
        */
        padding: 0;
        padding-top: 15%;
        padding-bottom: 15%;
        margin-bottom: 20%;
        background-repeat: no-repeat;
        background-size: cover;
        text-shadow: black 0.1em 0.1em 0.2em;
        overflow: hidden;
    }
	
	
	.bo-banner {
		padding-top: 114px !important;
		margin-bottom: 0px !important;
	}
	
	.b-home .parallax .font-weight-bold.text-white {
    margin-top: 70px;
}
}

@media (max-width: 991px) {
	.parallax {
		padding-top: 8%;
		padding-bottom: 10%;
	}
	
	.box-inf-home .col-6{
		width: 100% !important;
		max-width: 100% !important;
		display: block;
		flex: 0 0 100%;
	}
	
	.page-footer .col-6{
		flex: 100% !important;
		max-width: 100%;
	}
	
	.page-footer .form-row{
		    margin-top: -45px;
		margin-bottom: 23px;
	}
	
	.page-footer .btn.btn-outline-light{
		margin-top: -116px;
	}
	
	.page-footer .form-group.col-6{
		    width: 72% !important;
		max-width: 72%;
		flex: 72% !important;	
	}
	
	#submitButton {
		float: right;
		width: 65px;
		height: 41px;
	}
	
}

@media (max-width: 769px) {
    .pula-menu {
        padding-top: 0px;
    }
    .img-foot {
        width: 20%;
        height: 20%;
    }
    .footer-copyright {
        font-size: 2vw;
    }
    .pula-img {
        margin-top: 30%;
    }
    .pic-cel {
        filter: drop-shadow(1px 1px 2px gray);
        /*
        width: 100%;
        height: 100%;
        background-image: url("../img/Fotos e Mockups/celular-flat.svg");
        background-size: 100% 100%;
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 50px #000;
        margin: auto;
        -webkit-perspective: 100%;
        perspective: 100%;
         position: relative;
    
          background-size: 100% 100%;
          filter: drop-shadow(8px 8px 10px gray);
        */
    }
    .iframe-cel {
        position: inherit;
        width: 70%;
        height: auto;
        border: none;
        transform: translate(15%, 80%);
    }
    .parallax {
        background-image: url("../img/Fotos e Mockups/desenhando.svg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 7%;
        padding-bottom: 5%;
        /* Full height 
        height: 100%;
        Create the parallax scrolling effect 
         background-attachment: fixed;
        */
    }
    .asymmetric-img {
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
        background-repeat: no-repeat;
        background-size: cover;
        /*background-color: rgba(0, 141, 229, 255);*/
        padding: 0;
        padding-top: 25%;
        background-repeat: no-repeat;
        background-size: cover;
        text-shadow: black 0.1em 0.1em 0.2em;
        overflow: hidden;
    }
	
	.box-empre-2 {
		max-width: 100% !important;
		flex: 100%;
		margin-top: -55px !important;
		text-align: center;
		padding-bottom: 56px;
	}
	
	#submitButton {
		float: right;
		width: 73px;
		height: 40px;
	}
	
	.page-footer .btn-outline-light {
		color: #f8f9fa;
		border-color: #f8f9fa;
		padding: 6px 22px;
		margin-top: -81px !important;
	}
	
	.box-empre-1 {
		border: 2px #fff solid;
		text-align: center;
		padding: 48px 17px;
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		background-color: #fff;
		width: 200px !important;
		max-width: 200px !important;
		flex: 200px;
		height: 200px;
		margin: 0px auto !important;
		display: block;
	}
	
	.box-empre-2 {
		max-width: 100% !important;
		flex: 100%;
		margin-top: 28px !important;
		text-align: center;
		padding-bottom: 56px;
	}
	
	.box-empresa h2{
		margin-top: 10px;
		margin-bottom: 35px;
	}
	
	.box-empre-1 h3 {
		font-size: 15px !important;
	}
	
	.box-empre-1 p {
		font-size: 15px !important;
	}
	
	.bo-banner:before {
		height: 416px;
	}
	
	.bo-banner {
		height: 300px;
	}
	
	.asymmetric-img{
		    padding-top: 15%;
		padding-bottom: 0% !important;
		margin-bottom: 19px;
	}
	
	.bo-banner {
		height: 350px;
	}
	
	.img-fluid-body-right-azul {
		float: right;
		    width: 90%;
		height: 74%;
		transform: none;
	}
	
	.aj-bannerint {
		bottom: 0px;
	}
	
	.box-parcieo {
    width: 66%;
    margin: 0px auto;
	}
	
	.box-parcieo a img.advanc {
    margin-top: 8px;
	}
	
	.box-formi .col-5 {
		float: left;
		width: 100%;
		max-width: 100%;
	}
	
	.box-formi .col-7 {
		float: left;
		width: 100%;
		max-width: 100%;
	}
	
	.box-formi .form-control {
		height: 40px !important;
		font-size: 15px !important;
	}
	
	.box-formi .col-6{
		max-width: 100%;
		flex: 100%;
	}
	.contato .formul-cont #submitButton {
    float: right;
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 8px 26px;
}
	
}

@media (max-width: 600px) {
	.page-footer .form-control{
			margin-top: 13px;
	}

	#submitButton {
		float: right;
		width: 68px;
		height: 35px;
		margin-top: 13px;
	}
	
	.page-footer .form-row {
		margin-top: -45px;
		margin-bottom: 8px;
	}
	
	.box-inf-home .col-4, .box-inf-home .col-8 {
		float: left;
		max-width: 100%;
	}
	
	.page-footer .btn-outline-light {
		color: #f8f9fa;
		border-color: #f8f9fa;
		padding: 6px 22px;
		margin-top: -58px !important;
	}
	
	.d-flex.flex-row{
		    display: block !important;
	}
	
	.box-clientes .img-fluid-body-cli {
		/* float: left; */
		width: 42%;
		height: auto;
		transform: translate(0%, 0%);
		/* max-width: 100%; */
		text-align: center;
		margin: 7% 2%;
	}
	
	h6, .h6 {
		font-size: 12px;
	}
	
	h2, .h2 {
		font-size: 12px;
	}
	
	.form-control, h4, h5, h3 {
		font-size: 14px;
	}
	
	#submitButton {
		float: right;
		width: 68px;
		height: 41px;
		margin-top: 12px;
	}
	
	.page-footer .btn-outline-light {
		margin-top: -39px !important;
	}
	
	p, .btn {
		font-size: 13px;
	}
	
	.page-footer .form-row {
		margin-top: -36px;
		margin-bottom: 13px;
	}
	
	.form-control, h4, h5, h3 {
		font-size: 18px;
	}

	
	h6, .h6 {
		font-size: 15px;
	}
	
	.bo-banner {
		height: 364px;
	}
	
	.bo-banner:before {
		height: 455px;
	}
	
	.parallax{
		height: 332px;
	}
	
	.b-home .parallax .font-weight-bold.text-white {
		margin-top: 75px;
	    font-size: 15px;
	}
	
	#submitButton {
		float: right;
		width: 68px;
		height: 41px;
		margin-top: 12px;
	}
	
	.bo-banner .col.my-auto{
		 display:none;
	}

	.col-6{
			flex: 100%;
		max-width: 100%;
	}
	
	.img-fluid-body-left-azul2{
		    margin-top: -80px;
		margin-bottom: 22px;
	}
	
	.bo-banner .my-auto{
		    width: 100% !important;
		flex: 100%;
		max-width: 100%;
	}
	
	.bo-banner .col{
		    padding-right: 50px;
	}
	
	.bo-banner .col {
		padding-right: 40px;
	}

	.img-fluid-body-par {
		width: 72%;
		height: auto;
		margin: 2% 2%;
	}

	.bo-banner .col {
		max-width: 100%;
		margin-top: 6px;
	}

	.iframe-cel {
		position: inherit;
		width: 83%;
		height: auto;
		border: none;
		transform: translate(2%, 7%);
		margin-bottom: 25px;
	}

	.col-2.bo-img-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.icone {
		width: 61%;
		height: auto;
		margin: 0px auto;
		display: block;
		float: left;
    margin-left: -23px;
	}

	.col-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bg-azul-tetis {
		background-color: rgba(0, 141, 229, 255);
		padding: 6% 12% 4% 12% !important;
	}

	.b-home .hexagon {
		width: 77%;
	}

	.bo-banner:before {
		margin-top: -88px;
	}
	
	.b-analy .bo-banner .col {
		max-width: 100%;
		margin-top: -44px;
	}
	
	.bg-azul-tetis .col-2.my-auto{
		display:none;
	}
	
	.bg-azul-tetis  .col-4.my-auto{
		width: 100%;
		display: block;
		flex: 100%;
		max-width: 100%;
	}
	
	.aj-uuu{
		margin-top: 7% !important;
	}
	
	.fg-h5{
		    margin-top: 23px !important;
		margin-bottom: 28px;
	}
	
	.box-deskg{
		display:none;
	}
	
	.bg-yy-ico{		
    max-width: 100%; 
    flex: 100%;
	}
	
	.bg-yy-ico img{
		width: 81% !important;
		height: auto;
		float: left;
	}
	
	.lead {
    font-size: 19px;
	}
	
	.box-parcieo {
		width: 90%;
		margin: 0px auto;
	}
	
	.box-parcieo a img.advanc {
		margin-top: 11px;
	}
	
	.b-home .parallax .font-weight-bold.text-white {
		margin-top: 75px;
		font-size: 19px !important;
		line-height: 23px;
	}
}

@media (max-width: 480px) {
    .pula-menu {
        padding-top: 0px;
    }
    .img-foot {
        width: 20%;
        height: 20%;
    }
    .footer-copyright {
        font-size: 2vw;
    }
    .pula-img {
        margin-top: 30%;
    }
    .pic-cel {
        filter: drop-shadow(1px 1px 2px gray);
        /*
        width: 100%;
        height: 100%;
        background-image: url("../img/Fotos e Mockups/celular-flat.svg");
        background-size: 100% 100%;
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 50px #000;
        margin: auto;
        -webkit-perspective: 100%;
        perspective: 100%;
         position: relative;
    
          background-size: 100% 100%;
          filter: drop-shadow(8px 8px 10px gray);
        */
    }
    .iframe-cel {
        position: inherit;
        width: 70%;
        height: auto;
        border: none;
    }
    .parallax {
        background-image: url("../img/Fotos e Mockups/desenhando.svg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 7%;
        padding-bottom: 5%;
        /* Full height 
        height: 100%;
        Create the parallax scrolling effect 
         background-attachment: fixed;
        */
    }
    .asymmetric-img {
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
        background-repeat: no-repeat;
        background-size: cover;
        /*background-color: rgba(0, 141, 229, 255);*/
        padding: 0;
        padding-top: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        text-shadow: black 0.1em 0.1em 0.2em;
        overflow: hidden;
    }
	
	.box-empre-1 p {
		font-size: 20px !important;
	}
	
	.box-empre-1 h3 {
		font-size: 22px !important;
		margin-top: 7px;
	}
	
	.bo-banner {
		height: 400px;
	}
	
	.bo-banner:before {
		height: 536px;
	}
	
	.box-servi:after{
		    opacity: 0.4;
	}
	
	.page-footer .row.bg-azul-tetis{
			padding: 4% 10% 4% 10% !important;
	}
	.parallax {
		height: 220px;
	}

	.bo-banner .col {
		max-width: 100%;
		margin-top: 8px;
	}
	
	button.navbar-toggler {
		margin-top: 8px;
		margin-bottom: -6px;
	}
	
	.img-fluid-body-left-azul2 {
		margin-top: -68px;
		margin-bottom: 62px;
	}
	
	.box-parcieo {
		width: 100%;
		margin: -17px auto 0px;
	}
	
	.box-parcieo a img {
		width: 100%;
	}

	.jutt{
			margin-right: -53px;
	}
	
	.img-ytrr{		
		width: 43%;
		height: auto;
		transform: translate(0%, 0%);
		margin-bottom: -34px;
		margin-left: -89px;
	}
	
	.bg-yy-ico img {
    width: 93% !important;
	}
	
	.iframe-cel {
    position: inherit;
    width: 83%;
	}
	
	
	.b-home .parallax .font-weight-bold.text-white {
		margin-top: 41px;
		font-size: 16px !important;
		line-height: 20px;
	}
	
	.b-home .col-8.text-center.my-auto{
		    padding: 0px !important;
    max-width: 100%;
    flex: 100%;
	}
	
	.b-home .parallax .col-2{
		display:none;
	}

}

@media (max-width: 400px) {
	.col-6 {
		flex: 95%;
		max-width: 95%;
	}
}

