/* Space out content a bit */

body {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}


/* Custom page header */

.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}


/* Make the masthead heading the same height as the navigation */

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.header h5 {
    color: #fff;
}


/* Custom page footer */

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}


/* Customize container */

@media (min-width: 800px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow>hr {
    margin: 30px 0;
}


/* Main marketing message and sign up button */

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}


/*Custom banner*/

.jumbotron img {
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100px;
}


/* Supporting marketing content */

.marketing {
    margin: 40px 0;
}

.marketing p+h4 {
    margin-top: 28px;
}


/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}


/*Google mapas responsivo*/

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 400px;
    width: 100%;
    border: 0;
    position: absolute;
}


/*--contato--*/

.contact-form {
    padding: 2em 0;
}

.contact-left p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}

.contact-left ul {
    margin: 0 0 0 0;
    padding: 0;
}

.contact-left ul li {
    display: block;
    padding: .2em 0;
    font-size: 15px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

.contact-left ul li a {
    text-decoration: none;
    color: #555;
    transition: .5s all;
}

.contact-left ul li a:hover {
    color: #01553d;
    padding-left: 15px;
}

.contact-left ul li span {
    background: url(../../image/iconsprite.png)no-repeat -20px 0px;
    margin-right: 0.6em;
    display: inline-block;
    width: 12px;
    height: 13px;
    vertical-align: middle;
}

.contact-left ul li span.whats {
    background: url(../../image/iconsprite.png)no-repeat -70px 0px;
}

.contact-left ul li span.ph-no {
    background: url(../../image/iconsprite.png)no-repeat -32px 1px;
}

.contact-left ul li span.mail {
    background: url(../../image/iconsprite.png)no-repeat 1px 1px;
    width: 16px;
}

.contact-right form {
    text-align: right;
}

.contact-form-left p {
    font-size: 15px;
    color: #747474;
    line-height: 1.5em;
}

.contact-right input[type="text"] {
    border: 1px solid rgba(189, 189, 189, 0.5);
    width: 48.4%;
    margin: 0 5px 1em 0;
    outline: none;
    font-size: 13px;
    color: #5b5b5b;
    padding: 10px 12px;
    -webkit-appearance: none;
    float: left;
}

.contact-right input[type="email"] {
    border: 1px solid rgba(189, 189, 189, 0.5);
    margin: 0 .5em 1em 0.5em;
    outline: none;
    font-size: 13px;
    color: #5b5b5b;
    padding: 10px 12px;
    width: 32%;
    -webkit-appearance: none;
}

.contact-right textarea {
    border: 1px solid rgba(189, 189, 189, 0.5);
    outline: none;
    font-size: 13px;
    color: #5b5b5b;
    padding: 10px 12px;
    width: 97.5%;
    resize: none;
    height: 180px;
    -webkit-appearance: none;
}

.contact-right input[type="submit"] {
    border: 1px solid Red;
    padding: .7em 0;
    width: 22%;
    margin-top: 0.8em;
    font-size: 1.1em;
    color: Red;
    letter-spacing: 1px;
    outline: none;
    background-color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}

.contact-right input[type="submit"]:hover {
    background-color: #f44336;
    color: #C0C0C0;
}


/* Pop UP */

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-color: Blue;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    overflow: Auto;
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 99%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}


/*Botao Padrao quadrado*/

.botao a:link {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.botao a:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.botao a:hover,
a:active {
    background-color: red;
}


/* Botao links#C0C0C0 */

.btlink a:visited {
    background-color: #C0C0C0;
    color: black;
    padding: 2px 12px;
    text-align: left;
    text-decoration: none;
    display: inline-table;
    margin: 2px;
}

.btlink a:link {
    background-color: #C0C0C0;
    color: black;
    padding: 2px 12px;
    text-align: left;
    text-decoration: none;
    display: inline-table;
    margin: 2px;
}

.btlink a:hover,
a:active {
    background-color: red;
}


/* PhotoSwip */

.demo-gallery {
    width: 100%;
    height: auto;
    float: left;
}

.demo-gallery a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    display: block;
    float: left;
    margin: 0 12px 12px 0;
    width: 171px;
    line-height: 0;
}

a.demo-gallery__img--main {
    width: auto;
    height: auto;
}

.ukraine-flag {
    width: 21px;
    height: 14px;
    position: relative;
    background: #ffcc00;
    top: 1px;
    display: inline-block;
}

.ukraine-flag:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 7px;
    left: 0;
    top: 0;
    background: #0066cc;
}

.demo-gallery figure {
    display: none;
}

.demo-gallery__title {
    line-height: 14px;
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
    width: 100%;
    float: left;
}

.share-buttons h2 {
    text-align: center;
    border: 0;
}

.share-buttons {
    text-align: center;
    position: relative;
    margin: 0 0 24px;
}

.share-buttons a {
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    color: #FFF;
    text-decoration: none;
    background: #5AAF63;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

.share-buttons a:hover {
    opacity: 0.7;
}

#tweet {
    background: #0096c4;
}

#like {
    background: #3b5998;
}

#gplus {
    background: #d34836;
}

@media screen and (max-width: 1920px) {
    .row--wide {
        max-width: 800px;
    }
    .row--wide img {
        float: none;
    }
    .img-desc {
        margin-left: 0;
    }
    .section {
        margin-top: 132px;
    }
    .row--docs {
        max-width: 800px;
        padding-left: 30px;
    }
    .section--head {
        margin-top: 0;
        padding: 30px 0;
    }
    .docs {
        margin-top: 48px;
    }
    .docs-menu {
        position: relative;
        margin: 15px 0;
        left: 0;
        top: 0;
    }
    .docs-menu ul {
        position: relative;
    }
    .docs-menu__ad {
        display: none;
    }
    .row--nav {
        font-size: 24px;
        line-height: 1.1;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .fa-whatsapp {
        margin-top: 16px;
    } */
}

@media screen and (max-width: 1680px) {
    .row--wide {
        max-width: 800px;
    }
    .row--wide img {
        float: none;
    }
    .img-desc {
        margin-left: 0;
    }
    .section {
        margin-top: 132px;
    }
    .row--docs {
        max-width: 800px;
        padding-left: 30px;
    }
    .section--head {
        margin-top: 0;
        padding: 30px 0;
    }
    .docs {
        margin-top: 48px;
    }
    .docs-menu {
        position: relative;
        margin: 15px 0;
        left: 0;
        top: 0;
    }
    .docs-menu ul {
        position: relative;
    }
    .docs-menu__ad {
        display: none;
    }
    .row--nav {
        font-size: 24px;
        line-height: 1.1;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 530px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 1600px) {
    .row--wide {
        max-width: 800px;
    }
    .row--wide img {
        float: none;
    }
    .img-desc {
        margin-left: 0;
    }
    .section {
        margin-top: 132px;
    }
    .row--docs {
        max-width: 800px;
        padding-left: 30px;
    }
    .section--head {
        margin-top: 0;
        padding: 30px 0;
    }
    .docs {
        margin-top: 48px;
    }
    .docs-menu {
        position: relative;
        margin: 15px 0;
        left: 0;
        top: 0;
    }
    .docs-menu ul {
        position: relative;
    }
    .docs-menu__ad {
        display: none;
    }
    .row--nav {
        font-size: 24px;
        line-height: 1.1;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 490px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 1440px) {
    .row--wide {
        max-width: 800px;
    }
    .row--wide img {
        float: none;
    }
    .img-desc {
        margin-left: 0;
    }
    .section {
        margin-top: 132px;
    }
    .row--docs {
        max-width: 800px;
        padding-left: 30px;
    }
    .section--head {
        margin-top: 0;
        padding: 30px 0;
    }
    .docs {
        margin-top: 48px;
    }
    .docs-menu {
        position: relative;
        margin: 15px 0;
        left: 0;
        top: 0;
    }
    .docs-menu ul {
        position: relative;
    }
    .docs-menu__ad {
        display: none;
    }
    .row--nav {
        font-size: 24px;
        line-height: 1.1;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 410px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 1400px) {
    .row--wide {
        max-width: 800px;
    }
    .row--wide img {
        float: none;
    }
    .img-desc {
        margin-left: 0;
    }
    .section {
        margin-top: 132px;
    }
    .row--docs {
        max-width: 800px;
        padding-left: 30px;
    }
    .section--head {
        margin-top: 0;
        padding: 30px 0;
    }
    .docs {
        margin-top: 48px;
    }
    .docs-menu {
        position: relative;
        margin: 15px 0;
        left: 0;
        top: 0;
    }
    .docs-menu ul {
        position: relative;
    }
    .docs-menu__ad {
        display: none;
    }
    .row--nav {
        font-size: 24px;
        line-height: 1.1;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 390px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 1280px) {
    .row--wide {
        max-width: 800px;
    }
    .row--wide img {
        float: none;
    }
    .img-desc {
        margin-left: 0;
    }
    .section {
        margin-top: 132px;
    }
    .row--docs {
        max-width: 800px;
        padding-left: 30px;
    }
    .section--head {
        margin-top: 0;
        padding: 30px 0;
    }
    .docs {
        margin-top: 48px;
    }
    .docs-menu {
        position: relative;
        margin: 15px 0;
        left: 0;
        top: 0;
    }
    .docs-menu ul {
        position: relative;
    }
    .docs-menu__ad {
        display: none;
    }
    .row--nav {
        font-size: 24px;
        line-height: 1.1;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 330px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 1000px) {
    .row--wide {
        max-width: 800px;
    }
    .row--wide img {
        float: none;
    }
    .img-desc {
        margin-left: 0;
    }
    .section {
        margin-top: 132px;
    }
    .row--docs {
        max-width: 800px;
        padding-left: 30px;
    }
    .section--head {
        margin-top: 0;
        padding: 30px 0;
    }
    .docs {
        margin-top: 48px;
    }
    .docs-menu {
        position: relative;
        margin: 15px 0;
        left: 0;
        top: 0;
    }
    .docs-menu ul {
        position: relative;
    }
    .docs-menu__ad {
        display: none;
    }
    .row--nav {
        font-size: 24px;
        line-height: 1.1;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 180px;
        right: 200px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 650px) {
    h1 {
        font-size: 40px;
    }
    .block__ui-separated .col-50 {
        position: relative;
        top: 0;
    }
    .block__ui-separated img {
        max-width: 100%;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 450px) {
    .col-50:nth-child(1) {
        margin-right: 0;
    }
    .row--wide img {
        margin-bottom: 6px;
    }
    .col-50 {
        width: 100%;
        margin-bottom: 12px;
    }
    .row {
        padding: 0 18px;
    }
    .docs .highlight,
    .codepen-embed {
        padding-left: 18px;
        padding-right: 18px;
        margin-left: -18px;
    }
    .section {
        margin-top: 88px;
    }
    .docs {
        margin-top: 32px;
    }
    .section--head {
        margin-top: 0;
        padding: 24px 0;
    }
    .row--nav {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 810px) {
    .row--nav {
        font-size: 18px;
        line-height: 26px;
    }
    .demo-gallery {
        max-width: 50px;
    }
    .demo-gallery a {
        width: 120px;
        margin: 0 4px 4px 0;
    }
    a.demo-gallery__img--main {
        width: 164px;
    }
    .section--head p {
        font-size: 18px;
        line-height: 24px;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 100px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 700px) {
    .row--nav {
        font-size: 18px;
        line-height: 26px;
    }
    .demo-gallery {
        max-width: 50px;
    }
    .demo-gallery a {
        width: 120px;
        margin: 0 4px 4px 0;
    }
    a.demo-gallery__img--main {
        width: 164px;
    }
    .section--head p {
        font-size: 18px;
        line-height: 24px;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 50px;
        right: 65px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 490px) {
    .demo-gallery a {
        width: 100px;
        margin: 0 4px 4px 0;
    }
    a.demo-gallery__img--main {
        width: 137px;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 30px;
        right: 20px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 450px) {
    .demo-gallery a {
        width: 95px;
        margin: 0 1px 1px 0;
    }
    a.demo-gallery__img--main {
        width: 127px;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 50px;
        right: 25px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 390px) {
    .demo-gallery a {
        width: 81px;
        margin: 0 1px 1px 0;
    }
    a.demo-gallery__img--main {
        width: 109px;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 30px;
        right: 20px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

@media screen and (max-width: 360px) {
    .demo-gallery a {
        width: 81px;
        margin: 0 1px 1px 0;
    }
    a.demo-gallery__img--main {
        width: 109px;
    }
    /* .whatsapp-link {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 30px;
        right: 20px;
        background-color: #25d366;
        color: #fff;
        border-radius: 100px;
        text-align: center;
        font-size: 30px;
        box-shadow: 1px 1px 2px #888;
        z-index: 1000;
    }
    .fa-whatsapp {
        margin-top: 7px;
    } */
}

.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.fa-whatsapp {
    margin-top: 16px;
}