﻿
#loading-masterpage .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0.7;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#loading-masterpage .animation {
    position: fixed;
    margin: 0 auto;
    font-size: 50px;
    color: #3c8dbc;
    top: 20%;
    left: 0px;
    width: 100%;
    z-index: 1041;
    text-align: center;
}


#loading-masterpage .mensagem {
    font-size: 16px;
    font-weight: normal;
}

body {
    padding-right: 0 !important;
    color: #fff;
}

.foto-rs1 {
    width: 23px;
}

.foto-rs2 {
    width: 25px;
}

#desktop {
    display: block;
}

#mobile {
    display: none;
}

.iconesdestaque {
    width: 16%;
    float: left;
    margin: 0 10px 0px 0px;
}

.label-warning {
    background-color: #f39c12 !important;
    font-size: 14px;
}

.label-success {
    background-color: #00a65a !important;
    font-size: 14px;
}

.label-primary {
    background-color: #3c8dbc !important;
    font-size: 14px;
}

.label-danger {
    background-color: #dd4b39 !important;
    font-size: 14px;
}

.label-descricao {
    font-size: 18px;
    font-weight: bold;
    color: #3c8dbc !important;
}

.label-informacao {
    font-size: 16px;
    margin-left: 20px;
}

.label-situacao {
    background-color: #777 !important;
    font-size: 14px;
}

.desktop {
    display: block;
}

.p-title h2 {
    text-align: center;
    font-size: 1.7em;
}

.nav-tabs-custom-Gray > .tab-content {
    background: #F6F6F6;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.nav-tabs-custom-Gray > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: rgba(221, 221, 221, 0.26);
    color: #444;
}

/*.navbar-static-top {
    float: right;
    right: 8%;
}*/

/*ALTERAÇÕES FEITAS*/

header {
    height: 140px;
}

.home.main-banner {
    background: url(../Img/fundo.png) no-repeat;
    background-size: 100% 90%;
    height: 475px;
}

.main-banner {
    background: url(../Img/menu-alt.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.toolbar {
    width: 100%;
    height: 40px;
    display: block;
    padding-top: 16px;
}

    .toolbar:first-child {
        border-bottom: 1px solid #fff;
    }

    .toolbar li {
        display: inline-block;
        list-style: none;
        margin-right: 20px;
    }

        .toolbar li a {
            color: #fff;
        }

    .toolbar .contato, .toolbar .toolbar-menu {
        float: right;
        margin-right: 15px;
    }

    .toolbar .logo {
        width: 162px;
        display: inline-block;
        position: relative;
    }

        .toolbar .logo img {
            width: 100%;
            vertical-align: top;
        }

    .toolbar .toolbar-menu {
        display: inline-block;
    }

.specific-button {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
    color: #fff;
}

    .specific-button:hover, .specific-button:active, .specific-button:focus {
        color: #fff;
    }


#myCarousel {
    margin-top: 3%;
    padding-bottom: 6%;
}

.carousel-inner {
    width: 73%;
    height: 100%;
    left: 14%;
}

    .carousel-inner > .item > img {
        width: 35%;
        float: right;
    }

#myCarousel .item .slide-text, #myCarousel .item img {
    /*width: 50%;*/
    display: inline-block;
    vertical-align: top;
}

#myCarousel .carousel-indicators {
    bottom: 4%;
}

.item .slide-text p {
    line-height: 3vh;
    margin-bottom: 5%;
}

.banner-footer {
    height: 85px;
    text-align: center;
}

.destaques, .quemSomos {
    color: #848484;
    /*margin: 0 0 3% 20%;*/
}

    .destaques h3, .quemSomos h3 {
        border-left: 2px solid #ccc;
        padding-left: 10px;
        margin-bottom: 3%;
    }

    .destaques strong, .quemSomos strong, .page-footer strong {
        color: #4a88a2 !important;
        text-transform: uppercase;
    }

.itens {
    display: inline-block;
    vertical-align: top;
    margin: 0 16% 0 0;
    position: relative;
}

    .itens ul {
        padding: 0;
    }

    .itens li {
        list-style: none;
        margin-bottom: 12%;
    }

.page-footer .itens li {
    margin-bottom: 0;
}

.quemSomos-text, .quemSomos-img {
    display: inline-block;
    vertical-align: top;
}

.quemSomos-img {
    width: 42%;
}

    .quemSomos-img img {
        width: 90%;
    }

.quemSomos-text {
    margin-left: 4%;
}

.main-footer {
    text-align: center;
    padding: 15px;
    color: #fff;
}

.unstyled {
    color: #000;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-teal {
    background-color: #39cccc !important;
    font-size: 18px;
}

.box-invis {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid rgba(210, 214, 222, 0);
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.21);
}

.btn-select {
    background-color: rgba(255, 28, 0, 0.6);
    border-color: #d73925;
    color: white;
}

    .btn-select:focus,
    .btn-select.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-select:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

.users-list-small > li {
    width: 14%;
    float: left;
    padding: 10px;
    text-align: center;
    color: #fff;
}


.quebra-palavras {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.modal-xl {
    width: 90%;
    max-width: 1400px;
}

.valores {
    text-align: right;
}

#loading-masterpage .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 0.7;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#loading-masterpage .animation {
    position: fixed;
    margin: 0 auto;
    font-size: 50px;
    color: #3c8dbc;
    top: 20%;
    left: 0px;
    width: 100%;
    z-index: 1041;
    text-align: center;
}


#loading-masterpage .mensagem {
    font-size: 16px;
    font-weight: normal;
}

.toolbar-faq {
    background: url('../Img/fundo_faq.png') no-repeat;
    background-size: 100%;
    padding: 2% 0 5% 0;
    height: 615px;
}

.faq {
    display: inline-block;
    vertical-align: top;
    /*padding-top: 4%;*/
}

    .faq #form0 input:focus, .faq #form0 input:active, .faq #form0 textarea:focus, .faq #form0 textarea:active {
        box-shadow: inset 0 0 3px 2px rgba(110, 187, 226, 0.90);
    }


    .faq:first-child {
        /*width: 48%;*/
        border-right: 2px solid transparent;
        border-image: linear-gradient(to bottom, rgba(110, 187, 226, 0.30), rgba(7, 22, 185, 0.25));
        border-image-slice: 1;
    }

    .faq:last-child {
        padding-left: 5%;
    }

    .faq:first-child .faq-title, #form0 {
        width: 60%;
        margin: 0 8% 0 28%;
    }

    .faq .faq-title h1 {
        font-weight: normal;
        border-left: 2px solid #fff;
        padding-left: 10px;
        font-size: 2em;
    }

    .faq .faq-title p {
        margin: 5% 0 5% 0;
    }

    .faq #form0 input, .faq #form0 .faq-message {
        border-radius: 26px;
        width: 100%;
        padding: 2% 10% 2% 4%;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        outline: none;
        resize: none;
    }

.faq-button {
    border-radius: 26px;
    border: 1px solid #3b79e9;
    color: #3b79e9;
    margin-left: 4%;
    background: #fff;
    outline: none;
}

.faq #form0 .faq-button:hover {
    background: #f3f3f3;
}

.faq #form0 .faq-button::after active {
    background: #fff;
}

.faq #form0 input::-webkit-input-placeholder {
    color: #fff;
}

#form0 .codNumber {
    padding: 5px 0px 6px 11px !important;
}

.page-footer {
    padding: 5% 0 5% 0;
}

    .page-footer .footer-image, .page-footer .footer-list {
        display: inline-block;
        vertical-align: top;
    }

    .page-footer .footer-image {
        margin-left: 16%;
        width: 75%;
    }

        .page-footer .footer-image img {
            width: 78%;
            margin-top: 8%;
        }

    /*.page-footer .footer-list {
        width: 68%;
    }*/

    .page-footer .footer-list .itens {
        width: 19%;
        margin-right: 5%;
    }

.footer-list .itens ul li, .footer-list .itens ul li a {
    color: #848484;
    margin-top: 4%;
}

.icon-footer {
    width: 20%;
    display: inline-block;
}

@media (min-width:200px) and (max-width:767px) {

    header {
        height: auto;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .p-carousel {
        font-size: 6px;
    }

    .desktop {
        display: none;
    }

    .home.main-banner {
        padding-bottom: 7%;
        height: auto;
    }

    .main-banner {
        background-size: 100% 100%;
        height: 200px;
    }

    .toolbar {
        font-size: 0.85em;
    }

        .toolbar .contato li {
            float: right;
            right: 4%;
        }

        .toolbar .toolbar-menu {
            left: 0;
            font-size: 8px;
        }

            .toolbar .toolbar-menu li {
                margin-right: 7px;
            }

        .toolbar .logo {
            width: 19%;
            left: 9%;
        }

            .toolbar .logo img {
                width: 100%;
            }

    #myCarousel {
        height: 42vh;
        width: 100%;
    }

        /*#myCarousel .item .slide-text, #myCarousel .item img {
        width: 50%;
    }*/

        #myCarousel .item .slide-text h2 {
            font-size: 1.2em;
            color: #4a88a2 !important;
        }

        #myCarousel .item .slide-text p {
            font-size: 0.8em;
            line-height: 13px;
            color: #333 !important;
        }

    .banner-footer {
        height: 10vh;
    }

        .banner-footer h3 {
            font-size: 1.2em;
            font-weight: bold;
        }

        .banner-footer h4 {
            font-size: 1.0em;
            font-weight: bold;
        }

    #myCarousel2 {
        margin-bottom: 5%;
    }

        #myCarousel2 .item {
            display: inline-block;
            left: 16%;
        }

            #myCarousel2 .item img {
                height: 10vh;
            }

    .destaques, .quemSomos {
        color: #848484;
        margin: 0 0 3% 10%;
    }

        .destaques h3, .quemSomos h3 {
            border-left: 2px solid #ccc;
            padding-left: 10px;
            margin-bottom: 5%;
            font-size: 1.4em;
        }

    .itens:last-child {
        bottom: 0;
    }

    .quemSomos-text, .quemSomos-img {
        display: block;
    }

    .quemSomos-img {
        float: right;
    }

    .implant {
        float: right;
        margin: 0 8% 0 0;
    }

    .toolbar-faq {
        background-size: cover;
    }

    .faq {
        display: block;
    }

        .faq:first-child {
            width: 100%;
            border-right: none;
        }

        .faq:last-child {
            padding-left: 30%;
        }

        .faq .faq-title, #form0, .faq-body {
            margin-left: 10% !important;
        }

            .faq .faq-title h1 {
                font-size: 1.5em;
            }

    .page-footer .footer-list .itens {
        width: 43%;
    }

        .page-footer .footer-list .itens:last-child, .page-footer .footer-list .itens:nth-child(3) {
            bottom: 0;
        }
}

@media(min-width:320) and (max-width:568) {
}

@media (min-width:768px) and (max-width:991px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
    .iconesdestaque {
        width: 15%;
        margin: 0 10px 30px 0px;
    }

    .foto-rs1 {
        width: 32px;
    }

    .foto-rs2 {
        width: 35px;
    }
}
