﻿html {
}

.BoxSuspenso {
    overflow: auto;
    position: fixed;
    top: 40%;
    left: 40%;
    margin-left: -150px;
    margin-top: -100px;
    padding: 10px;
    width: 600px;
    height: 300px;
    border: 10px solid #2f73ae;
    z-index: 1000;
    background-color: #ffffff;
    border: 10px solid #2f73ae;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    -moz-box-shadow: 0px 0px 20px #1a4160;
    -webkit-box-shadow: 0px 0px 20px #1a4160;
    box-shadow: 0px 0px 20px #1a4160;
}


body {
    min-width: 320px !important;
    position: relative;
    width: auto !important;
}

i {
    padding-right: 7px; 
}


a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

h2 {
    color: #878b8e;
}

h3 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

/* ==================== Códigos de título ==================== */

.title {
    padding: 3px 3px 3px 0px;
    margin: 15px 10px 15px 0px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

    .title .txt1 {
        font-size: 35px;
        color: #878b8e;
    }

    .title .txt2 {
        font-size: 35px;
        color: white;
    }

    .title .txt3 {
        font-size: 25px;
        color: #e69c36;
        text-transform: uppercase;
    }

    .title .txt4 {
        font-size: 17px;
        color: white;
        text-transform: uppercase;
    }

    .title span {
        display: inline-block;
        position: relative;
        padding-left: 37px;
        padding-right: 15px;
    }

    .title .txt1 span:before {
        content: '';
        display: block;
        width: 8px;
        height: 100%;
        background: #878b8e;
        position: absolute;
        left: 0;
        top: 0;
    }

    .title .txt2 span:before {
        content: '';
        display: block;
        width: 8px;
        height: 100%;
        background: white;
        position: absolute;
        left: 0;
        top: 0;
    }

    .title .txt3 span:before {
        content: '';
        display: block;
        width: 8px;
        height: 100%;
        background: #e69c36;
        position: absolute;
        padding-left: 0px;
        padding-right: 0px;
        left: 0;
        top: 0;
    }

    .title .txt4 span:before {
        content: '';
        display: block;
        width: 16px;
        height: 100%;
        background: white;
        position: absolute;
        padding-left: 0px;
        padding-right: 0px;
        left: 0;
        top: 0;
    }

/* ============== social link lateral =============== */

#social-bar {
    position: fixed;
    display: block;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    z-index: 1000;
    transition: all 0.3s ease;
}

    #social-bar a {
        display: block;
        text-align: center;
        padding: 15px;
        height: 60px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        #social-bar a:hover {
            background-color: #e69c36;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        }

.social-left {
    float: left;
    position: fixed;
    width: 50px;
    display: block;
    z-index: 1000;
}

.social-right {
    float: right;
    position: fixed;
    text-align: center;
    background: white;
    padding: 10px;
    height: 60px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all 0.3s ease;
    left: 50px;
    width: 175px;
    display: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.social-left:hover + .social-right {
    display: block;
}

.facebook-icon {
    top: -63px;
    display: block;
    float: left;
    position: relative;
}

.facebook {
    background: #3B5998;
    color: white;
}

.instagram-icon {
    display: block;
    float: left;
    position: relative;
}

.instagram {
    background: #e13764;
    color: white;
}

/* ============== botões gerais =============== */

.btn {
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}

    .btn:after {
        content: "";
        width: 120%;
        height: 130%;
        padding: 7px;
        border-radius: 10px;
        position: absolute;
        top: -15%;
        left: -10%;
        opacity: 0;
        transition: all 0.2s ease 0s;
        box-shadow: 0 0 0 2px #878b8e;
    }

    .btn:hover:after {
        opacity: 1;
        width: 110%;
        height: 110%;
        top: -5%;
        left: -5%;
    }

    .btn.dark {
        background: #2d93bd;
    }

    .btn.light {
        background: #e69c36;
        color: white;
    }

/* ============== cabecalho =============== */

#topo {
    width: 100%;
    height: 100px;
    background: white;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    min-width: 320px;
}

.nav {
    background: white;
}

.navbar-header {
}

.navbar-brand {
    padding: 15px 10px 10px 13px;
}

.navbar .brand {
    max-height: 40px;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-menu {
    display: block;
}

.logo {
    height: 60px;
}

.nav-login {
    padding-top: 5px;
    display: inline-block;
    float: right;
    height: 80px;
    position: relative;
}

.nav-buttons {
    display: inline-block;
    padding-left: 10px;
}

    .nav-buttons span {
        display: inline-flex;
        align-items: center;
    }

.navbar-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.navbar {
    height: 100px;
    background: white;
}

    .navbar .navbar-toggle {
        background: #2d93bd;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin-top: 32px;
        margin-bottom: 31px;
        margin-right: 21px;
    }

        .navbar .navbar-toggle:hover, .navbar_ .navbar-toggle:focus {
            background: #2d93bd;
        }

        .navbar .navbar-toggle .icon-bar {
            background: #fff;
        }


.navbar-btn {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    height: 75px;
    padding-left: 15px;
    padding-right: 15px;
}

    .navbar-btn:focus {
        background-color: #2d93bd;
        color: white;
    }

    .navbar-btn:hover {
        background-color: #878b8e;
        color: white;
    }


.credito {
    background-color: #878b8e;
    color: #2d93bd;
}


.acesso {
    background-color: #e69c36;
    color: white;
}


/* ============== Login  =============== */

/* Login Box */

#loginBox {
    position: absolute;
    top: 90px;
    right: 0;
    
    z-index: 29;
}

#loginButton {
    display: inline-block;
}

    #loginButton.active {
        border-radius: 3px 3px 0 0;
    }

        #loginButton.active span {
            background-position: 53px -76px;
            background-color: #2d93bd;
        }

#loginForm {
    width: 250px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    margin-top: -1px;
    background: #2d93bd;
}

    #loginForm fieldset {
        margin: 0 0 12px 0;
        display: block;
        border: 0;
        padding: 0;
    }

fieldset#body {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    margin: 0;
}

.new-user {
    padding-top: 7px;
    border-radius: 5px;
}

.btn-cadastro {
    width: 100%;
    padding: 8px 5px;
    background: #e69c36;
    background: -moz-linear-gradient(rgba(244, 158, 55, 1), rgba(244, 158, 55, 1));
    border-radius: 5px;
    border: none;
    box-shadow: inset 0 1px rgba(255,255,255,0.4), 0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease-out;
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

    .btn-cadastro:hover {
        box-shadow: inset 0 1px rgba(226, 180, 125, 0.2), inset 0 20px 30px rgba(196, 117, 30, 0.6);
    }

.no-boxshadow .btn-cadastro:hover {
    background: #594642;
}

#body p {
    margin: 0;
}

#body i {
    padding: 0 0 0 2px;
}

/* Form style */

.login-form {
    width: 300px;
    margin: 60px auto 30px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), inset 0 1px rgba(65, 137, 186, 1), inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: linear-gradient(#eeefef, #ffffff 10%);
}

    .login-form .field {
        position: relative;
    }

        .login-form .field i {
            left: 0px;
            top: 0px;
            position: absolute;
            height: 36px;
            width: 36px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
            color: #2d93bd;
            text-align: center;
            line-height: 42px;
            transition: all 0.3s ease-out;
            pointer-events: none;
        }

    .login-form .miss {
        position: relative;
        padding-top: 7px;
    }

        .login-form .miss i {
            box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
            color: #2d93bd;
        }

        .login-form .miss a {
            transition: all 0.3s ease-out;
        }

            .login-form .miss a:hover {
                color: #e69c36;
                transition: all 0.3s ease-out;
            }

    .login-form input[type=text],
    .login-form input[type=password] {
        font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        width: 100%;
        padding: 10px 18px 10px 45px;
        border: none;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
        border-radius: 3px;
        background: #f9f9f9;
        color: #777;
        transition: color 0.3s ease-out;
    }

    .login-form input[type=text] {
        margin-bottom: 10px;
    }

        .login-form input[type=text]:hover ~ i,
        .login-form input[type=password]:hover ~ i {
            color: #878b8e;
        }

        .login-form input[type=text]:focus ~ i,
        .login-form input[type=password]:focus ~ i {
            color: #e69c36;
        }

        .login-form input[type=text]:focus,
        .login-form input[type=password]:focus,
        .login-form button[type=submit]:focus {
            outline: none;
        }

    .login-form .submit {
        width: 65px;
        height: 65px;
        position: absolute;
        top: 30px;
        right: -13px;
        padding: 10px;
        z-index: 2;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1), inset 0 -3px 2px rgba(0,0,0,0.2);
    }

        .login-form .submit:after {
            content: "";
            width: 11px;
            height: 9px;
            position: absolute;
            top: -2px;
            left: 30px;
            background: #ffffff;
            box-shadow: 0 62px white, -32px 31px white;
        }

.btn-submit {
    width: 100%;
    height: 100%;
    margin-top: -1px;
    font-size: 1.4em;
    line-height: 1.75;
    color: white;
    border: none;
    border-radius: inherit;
    background: linear-gradient(rgba(42, 91, 124, 1), #2d93bd);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.35), inset 0 3px 2px rgba(255,255,255,0.2), inset 0 -3px 2px rgba(0,0,0,0.1);
    cursor: pointer;
}

    .btn-submit:hover,
    .btn-submit:focus {
        background: #2d93bd;
        transition: all 0.3s ease-out;
    }

    .btn-submit:active {
        background: #e69c36;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.3), inset 0 3px 4px rgba(0,0,0,0.3);
    }


/*========== Tela Contato ==========*/

#fale-conosco {
    display: block;
}

.modal-infos {
    padding-left: 10px;
    background-color: #2d93bd;
    color: white;
}

.info-dif {
    padding-top: 3px;
    color: #333;
    line-height: 18px;
}

.info-dif i {
    color: #2d93bd;
}

.local-fone {
    color: #2d93bd;
    font-weight: bold;
}

.botao-contato {
    text-align: right;
    position: relative;
}

.modal-send {
}
.modal-btn {
    color: #fff;
    background-color: #e69c36;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

    .modal-btn:after {
        content: "";
        width: 120%;
        height: 130%;
        padding: 7px;
        border-radius: 5px;
        position: absolute;
        top: -15%;
        left: -10%;
        opacity: 0;
        transition: all 0.2s ease 0s;
        box-shadow: 0 0 0 2px #2d93bd;
    }

    .modal-btn:hover:after {
        opacity: 1;
        width: 110%;
        height: 115%;
        top: -7%;
        left: -5%;
    }

    .modal-btn:hover {
        background: #2d93bd;
        color: white;
    }

/* ============== formulario =============== */

form .form-group {
    padding: 10px 0px 5px 0px;
    border-radius: 5px;
    position: relative;
}

form .form-control {
    margin-bottom: 10px;
}

/* ============== CTA =============== */

.cta:link, .cta:visited {
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 30px;
    border-radius: 15px;
    display: inline-block;
    transition: all .5s ease;
}

.cta {
    box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.5);
}

.cta-white {
    background: #e69c36;
    color: #000;
}

.cta:hover {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.7);
    transform: translateY(-3px);
}

.cta:active {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    transform: translateY(-1px);
}

.cta-bottom-animation-1 {
    animation: comeFromBottom 1s ease-out .8s;
}

.cta::after {
    content: "";
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    display: inline-block;
    z-index: -1;
    transition: all .5s ease;
}

.cta-white::after {
    background: #e69c36;
}

.cta-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}





/* ============== home =============== */

#main {
}

#home {
    position: relative;
    display: block;
    min-width: 320px;
    overflow: hidden;
}

.txt-container {
    border-left: 8px solid white;
    padding-left: 30px;
}

.button-container {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    text-align: center;
}

.slide-container {
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../Img/Slide.png");
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../Img/Slide.png");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    display: block;
    height: 95vh;
}



.caption {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -180px;
    text-align: left;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}

.slide-container .caption .txt1 {
    font-size: 56px;
    text-shadow: 3px 3px 6px #000000;
    padding-bottom: 20px;
}

.slide-container .caption .txt2 {
    font-size: 25px;
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px #000000;
    letter-spacing: 1px;
}

    .slide-container .caption .txt2 span {
        display: inline-block;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

.slide-container .caption .txt3 {
    font-size: 20px;
    padding-bottom: 25px;
    text-shadow: 2px 2px 4px #000000;
    letter-spacing: 2px;
}

    .slide-container .caption .txt3 span {
        display: inline-block;
        background: #39ae99;
        text-shadow: none;
        font-size: 20px;
        padding: 5px 35px;
        vertical-align: top;
        margin-left: 25px;
    }


/* ============== produtos =============== */

#produtos {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

.cta-container {
    position: relative;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 20px;
}

#home a, #home a:focus, #home a:active, #home a:visited {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease 0s;
}

    #home a:hover {
        text-shadow: 1px 1px 1px #c4751e;
        transition: all 0.3s ease 0s;
    }

.action-btn {
    background: #e69c36;
    color: white;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}


    .action-btn:after {
        content: "";
        width: 120%;
        height: 140%;
        padding: 7px;
        border-radius: 5px;
        position: absolute;
        top: -15%;
        left: -10%;
        opacity: 0;
        transition: all 0.2s ease 0s;
        box-shadow: 0 0 0 2px #2d93bd;
    }

    .action-btn:hover:after {
        opacity: 1;
        width: 110%;
        height: 125%;
        top: -13%;
        left: -5%;
    }


    .action-btn:focus {
        background-color: #2d93bd;
        color: white;
    }

    .action-btn:hover {
        background-color: #2d93bd;
        color: white;
    }

#produtos {
    min-height: 90vh;
}


/* ============== tabs (desktops) =============== */

#vertical-tabs {
    display: block;
}


.vertical-tab {
    display: table;
    margin-left: -15px;
    margin-right: -15px;
}

.menu-produto {
    display: table-cell;
    min-width: 28%;
}

.vertical-tab .nav-tabs {
    border-bottom: none;
}

    .vertical-tab .nav-tabs li {
        float: none;
        background-color: #2d93bd;
        border-radius: 10px 0px 0px 10px;
        border-right: 8px solid #e69c36;
        vertical-align: top;
    }

        .vertical-tab .nav-tabs li a {
            display: block;
            margin: 10px 0px 10px 0px;
            padding: 16px 16px 16px 16px;
            font-size: 16px;
            font-weight: 600;
            color: white;
            background: #2d93bd;
            border-radius: 10px 0px 0px 10px;
            position: relative;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

            .vertical-tab .nav-tabs li a:hover,
            .vertical-tab .nav-tabs li.active a {
                border-radius: 10px 0px 0px 10px;
                border: 1px solid #e69c36;
                background: #e69c36;
                color: #fff;
                -webkit-transition: all 0.1s ease 0s;
                -moz-transition: all 0.1s ease 0s;
                -o-transition: all 0.1s ease 0s;
                transition: all 0.1s ease 0s;
            }

                .vertical-tab .nav-tabs li.active a:after {
                    content: "";
                    width: 38px;
                    height: 38px;
                    background: linear-gradient(225deg,#e69c36 49%, transparent 50%);
                    background: -webkit-linear-gradient(225deg,#e69c36 49%, transparent 50%);
                    position: absolute;
                    top: 50%;
                    left: -15px;
                    transform: translateY(-50%) rotate(-135deg);
                    -webkit-transition: all 0.5s ease 0s;
                    -moz-transition: all 0.5s ease 0s;
                    -o-transition: all 0.5s ease 0s;
                    transition: all 0.5s ease 0s;
                }

.vertical-tab .tab-content {
    min-width: 72%;
    display: table-cell;
    padding: 15px 40px 15px 0px;
    margin-left: 10px;
    font-size: 15px;
    color: #5d6870;
    letter-spacing: 1px;
    line-height: 25px;
    vertical-align: top;
}

.tab-description {
}

.vertical-tab .details {
    padding: 10px 10px 10px 37px;
}

.details i {
    color: #2d93bd;
}

.vertical-tab .tab-content h3 {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    color: #878b8e;
    font-size: 30px;
    border-bottom: 1px solid #2d93bd;
    text-transform: none;
    font-weight: normal;
}


/* ============== accordion (telas pequenas) =============== */

#small-tabs {
    display: none;
}


.small-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0px 10px 10px 0px;
    border: none;
    border-left: 8px solid #e69c36;
}

#accordion .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: #e69c36;
    border-radius: 0px 10px 10px 0px;
    padding: 14px 40px 14px 30px;
    position: relative;
    transition: all 0.5s ease 0s;
}

    #accordion .panel-title a.collapsed {
        background: #2d93bd;
        color: white;
        border-radius: 0px 10px 10px 0px;
        transition: all 0.5s ease 0s;
    }

        #accordion .panel-title a:after,
        #accordion .panel-title a.collapsed:after {
            content: "\f106";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 20px;
            position: absolute;
            border-radius: 0px 10px 10px 0px;
            top: 10px;
            right: 20px;
        }

        #accordion .panel-title a.collapsed:after {
            content: "\f107";
        }

#accordion .panel-body {
    font-size: 14px;
    color: #8b8b8c;
    background: #fff;
    line-height: 25px;
    padding: 20px 25px 5px 25px;
    border: none;
    border-left: 8px solid #e69c36;
    transition: all 0.5s ease 0s;
}


/* ============== sobre =============== */

#sobre {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(-90deg, rgba(42, 91, 124, 0.4), rgba(42, 91, 124, 1)), url(../Img/Fundo.png);
    background-image: linear-gradient(-180deg, rgba(42, 91, 124, 0.4), rgba(42, 91, 124, 1)), url(../Img/Fundo.png);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    display: block;
}

.about {
    padding-left: 40px;
}

.about-us {
    padding-bottom: 25px;
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    line-height: 25px;
    vertical-align: top;
}

.lcheck {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .lcheck li {
        display: block;
        text-align: left;
        padding-bottom: 10px;
        color: #5d6870;
        text-decoration: none;
        position: relative;
        line-height: 20px;
    }

.about .lcheck li {
    color: white;
}

.lcheck li span {
    font-weight: bold;
    padding-right: 5px;
}

/* ============== rodape =============== */

#rodape {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2d93bd;
    width: 100%;
    left: 0px;
    bottom: 0px;
    display: block;
    position: relative;
}

.navbar-fixed-bottom {
    position: fixed;
}

#fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: olive;
    height: 40px;
}


.foot-info {
    border-left: 8px solid white;
    margin-top: 20px;
    color: white;
}

.txt-info {
    padding-bottom: 5px;
}

.foot-info span {
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 3px;
}

.foot-text {
    padding-left: 33px;
}

.rodape-img {
    width: 200px;
}

.about-logos {
    position: relative;
    float: right;
}

.logo_wrapper {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 20px 0 0 20px;
}

.logo-rodape {
    height: 60px;
}

.direitos {
    color: white;
    float: right;
    position: relative;
    padding-top: 10px;
    font-size: 13px;
}

.social-rodape_wrapper {
    display: block;
    vertical-align: top;
}

.social-rodape {
    display: inline-block;
    margin: 0;
    padding-top: 15px;
    list-style: none;
}

    .social-rodape li {
        display: inline-block;
        margin: 0;
    }

        .social-rodape li:first-child {
            padding-right: 25px;
        }

        .social-rodape li a {
            display: block;
            text-decoration: none;
            font-size: 22px;
            color: #fff;
            text-align: center;
            line-height: 22px;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

            .social-rodape li a:hover {
                color: #e69c36;
            }


/* =============== Tela: Recuperação de Senha =============== */

#rec-senha {
    background-color: white;
    position: relative;
    display: block;
    min-height: 90vh;
    padding-bottom: 20px;
}

#contato {
    background-color: white;
    position: relative;
    display: block;
    min-height: 90vh;
    padding-bottom: 25px;
}

#rec {
    width: 100%;
}

    #rec label {
        text-align: left;
        color: #2d93bd;
    }

.recover {
    border-top: 1px solid #2d93bd;
    padding-top: 20px;
}

.recover .row {
    padding-left: 15px;
    padding-right: 15px;

}

#cadastro {
    display: block;
}

#pagamento {
    height: 5px;
    width: 100%;
    position: relative;
    display: block;
}

.form-maior {
    width: 55%;
    text-align: left;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.form-menor {
    width: 44%;
    padding-left: 5px;
    position: relative;
    display: inline-block;
}

.form1 {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.select1_inner {
    background: #fff;
    height: 40px;
    position: relative;
}

.form-control {
    display: inline-block;
}

.compra-btn {
    background: #e69c36;
    color: white;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}


    .compra-btn:after {
        content: "";
        width: 120%;
        height: 140%;
        padding: 7px;
        border-radius: 5px;
        position: absolute;
        top: -15%;
        left: -10%;
        opacity: 0;
        transition: all 0.2s ease 0s;
        box-shadow: 0 0 0 2px #2d93bd;
    }

    .compra-btn:hover:after {
        opacity: 1;
        width: 107%;
        height: 123%;
        top: -13%;
        left: -3%;
    }


    .compra-btn:focus {
        background-color: #2d93bd;
        color: white;
    }

    .compra-btn:hover {
        background-color: #2d93bd;
        color: white;
    }



/* =============== Formulário Especial =============== */

.input-pagamento {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

    .input-container .icon {
        padding: 15px;
        background: #2d93bd;
        color: white;
        min-width: 50px;
        text-align: center;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .input-field:focus {
        border: 2px solid #2d93bd;
    }

.btn {
    background-color: #2d93bd;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    .btn:hover {
        opacity: 1;
    }

/* =============== Para o Topo =============== */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../img/totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../img/totop.png) no-repeat left bottom;
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}


/* =============== media queries =============== */

@media screen and (max-width: 1200px) {
            .form-maior, .form-menor {
        width: 100%;
        padding: 0;
    }

}

@media screen and (min-width: 991px) {
    #rec {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    #rec {
        width: 75%;
    }
}

@media screen and (max-width: 991px) {
    .navbar-btn {
        font-size: 12px;
        height: 75px;
    }

    .nav-buttons {
        padding-left: 5px;
    }

    #vertical-tabs {
        display: none;
    }

    #small-tabs {
        display: block;
    }

}

@media screen and (min-width: 768px) {

    .nav-menu .nav {
        margin-top: 13px;
        float: right;
    }

        .nav-menu .nav li {
            margin-right: 5px;
            margin-left: 5px;
            text-shadow: none;
        }

    .navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover {
        border-top: 8px solid #2d93bd;
        background-color: white;
        color: #2d93bd;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }


    .nav-menu .nav li a, .nav-menu .nav li a:focus {
        border-top: 8px solid #2d93bd;
        padding: 18px 15px 12px 15px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        text-shadow: none;
        color: #2d93bd;
        font-size: 11px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

        .nav-menu .nav li a:hover {
            border-top: 8px solid #878b8e;
            background-color: white;
            color: #878b8e;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .nav-menu .nav li a:focus {
            background-color: white;
            text-decoration: none;
        }

        .nav-menu .nav li a:active {
            border-top: 8px solid #2d93bd;
            background-color: white;
            color: #2d93bd;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

    .button-container {
        margin-top: 15vmin;
    }

}


@media all and (max-width: 767px) {

    #social-bar {
        display: none;
    }


    .btn {
        margin-bottom: 20px;
    }


    .navbar .nav li {
        padding-left: 5px;
        background: white;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    }

        .navbar .nav li a {
            background-color: white;
            color: #2d93bd;
            margin: 5px 0 5px 0;
            border-right: 8px solid #2d93bd;
            text-align: right;
            cursor: pointer;
            -webkit-transition: background 1s ease;
            -moz-transition: background 1s ease;
            -o-transition: background 1s ease;
            transition: background 1s ease;
        }

    .navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #2d93bd;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }


    .navbar .nav li a:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #2d93bd;
        -webkit-transition: background 1s ease;
        -moz-transition: background 1s ease;
        -o-transition: background 1s ease;
        transition: background 1s ease;
    }

    .about-logos {
        position: relative;
        float: left;
    }

    .logo_wrapper {
        padding: 30px 20px 0 0;
    }

    .direitos {
        text-align: left;
        float: left;
        padding-right: 0px;
    }

    .button-container {
        margin-top: 10vmin;
    }

}

@media all and (min-width: 480px) and (max-width: 767px) {

    body {
        font-size: 13px;
    }

    h3 {
        font-size: 22px;
    }

    .title .txt1 {
        font-size: 32px;
    }

    .title .txt2 {
        font-size: 32px;
    }

    .title .txt3 {
        font-size: 20px;
    }

    .title .txt4 {
        font-size: 14px;
    }

    .slide-container {
        height: 630px;
    }

        .slide-container .caption .txt1 {
            font-size: 48px;
        }

        .slide-container .caption .txt2 {
            font-size: 23px;
        }

        .slide-container .caption .txt3 {
            font-size: 17px;
        }

    .modal-box .modal-dialog .modal-content .modal-body .title {
        margin: 0 0 5px 0;
        font-size: 10px;
    }

    #sobre {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .about-us {
        font-size: 14px;
    }

    #accordion .panel-body {
        font-size: 13px;
    }


}


@media all and (max-width: 479px) {

    body {
        font-size: 12px;
    }

    h3 {
        font-size: 20px;
    }

    .title .txt1 {
        font-size: 30px;
    }

    .title .txt2 {
        font-size: 30px;
    }

    .title .txt3 {
        font-size: 17px;
    }

    .title .txt4 {
        font-size: 13px;
    }

    .slide-container {
        height: 540px;
    }

        .slide-container .caption .txt1 {
            font-size: 45px;
        }

        .slide-container .caption .txt2 {
            font-size: 20px;
        }

        .slide-container .caption .txt3 {
            font-size: 15px;
        }

    .modal-box .modal-dialog .modal-content .modal-body .title {
        margin: 0 0 5px 0;
        font-size: 10px;
    }

    #sobre {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-us {
        font-size: 12px;
    }

    #accordion .panel-body {
        font-size: 12px;
    }


    @media only screen and (min-width: 421px) and (max-width: 479px) {
        .navbar-btn {
            font-size: 10px;
            height: 50px;
            padding: 10px;
            margin-top: 18px;
        }

        .vertical-tab {
            border-right: none;
        }

            .vertical-tab .nav-tabs {
                display: block;
                margin: 0 -10px;
                border-right: none;
            }

                .vertical-tab .nav-tabs li {
                    margin-bottom: 10px;
                }

                    .vertical-tab .nav-tabs li:last-child {
                        margin-bottom: 0;
                    }

                    .vertical-tab .nav-tabs li a {
                        padding: 10px;
                    }

                    .vertical-tab .nav-tabs li.active a:after {
                        display: none;
                    }

            .vertical-tab .tab-content {
                display: block;
                padding: 15px 0;
            }

                .vertical-tab .tab-content h3 {
                    font-size: 18px;
                }
    }




    @media only screen and (max-width: 420px) {

        .navbar .navbar-toggle {
            margin-right: 10px;
        }

        .navbar-btn {
            font-size: 9px;
            height: 45px;
            padding: 10px;
            margin-top: 20px;
        }

        .navbar-brand img {
            padding-top: 13px;
            width: 75px;
        }

        .logo_wrapper img {
            width: 125px;
        }
    }

    @media only screen and (max-width: 319px) {
        body {
            background: white;
            min-width: 320px;
        }

        .navbar-logo {
            display: none;
        }
    }

    /* ================= Keyframes ================= */

    @keyframes comeFromBottom {
        0% {
            opacity: 0;
            transform: translateY(40px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}
