@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;
}
.contentBlur{
    filter: blur(4px);
}
#content,
#footer,
#header {
    overflow-x: 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");*/
}

.img-fluid-body-right-azul {
    float: right;
    width: 60%;
    height: 40%;
    transform: translate(-20%, 28%);
    /*
    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: 10%;
    height: 10%;
    padding-right: 3%;
}

.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: transparent;
}

.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: #fff !important;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.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(27, 83, 145, 1);
    /* 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(27, 83, 145, 1);
    /*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(27, 83, 145, 1);
    transform-origin: top left;
    transform: skewY(deg);
    -webkit-transform-origin: top left;
    -webkit-transform: skewY(deg);
    z-index: 0;
}

.asymmetric::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 83, 145, 1);
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    z-index: -10;
}

.asymmetric-img {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
    -webkit-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;
}
.asymmetric-video {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0 87%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 87%);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: rgba(0, 141, 229, 255);*/
    padding: 0;
    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(27, 83, 145, 1);
    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(27, 83, 145, 1);
}


/*
.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: 60%;
    height: auto;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-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;
}

.hexagon:hover {
    transition: transform .10s ease;
    transform: scale(1.2);
    -webkit-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: 5%;
    /* Full height 
    height: 100%;
    Create the parallax scrolling effect 
     background-attachment: fixed;
    */
}
.videoRes{
    max-width: 100%;
}

.icone {
    width: 100%;
    height: auto;
    margin: auto;
}
.btn-skuldtec{
    background-color:rgba(27, 83, 145, 1);
}
.form-control.is-blue {
    border-color: rgba(27, 83, 145, 1);
    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(27, 83, 145, 1);
    ;
}

.form-control::-webkit-input-placeholder {
    color: rgba(27, 83, 145, 1);
}


/* WebKit, Blink, Edge */

.form-control:-moz-placeholder {
    color: rgba(27, 83, 145, 1);
}


/* Mozilla Firefox 4 to 18 */

.form-control::-moz-placeholder {
    color: rgba(27, 83, 145, 1);
}


/* Mozilla Firefox 19+ */

.form-control:-ms-input-placeholder {
    color: rgba(27, 83, 145, 1);
}


/* Internet Explorer 10-11 */


/* Microsoft Edge */

.navbar-default .navbar-toggle .icon-bar {
    background-color: blue !important;
}
h1{
    font-size: 1.25rem;
}
@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,
    h1 {
        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%);
        -webkit-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;
    }
}

@media (max-width: 720px) {
    .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%);
        -webkit-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;
    }
}

@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;
        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%);
        -webkit-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;
    }
}