@font-face {
    font-family: CODE2000;
    src: url('../fonts/CODE2000.eot'), url('../fonts/CODE2000.ttf') format('truetype'), url('../fonts/CODE2000.woff');
}


/*==================================

font-family: 'Poppins', sans-serif;

==================================== */


/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #222222;
    background-color: rgba(224, 224, 224, 1) !important;
    font-family: 'Poppins', sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    line-height: 1;
    padding: 0px;
    background: #E4E3E3 url(../images/body-bg.png) repeat-x center top;
}

#container {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 940px;
    height: 374px;
    padding: 0 0px 0 0px;
    float: left;
    border: 0px;
}

a.logo {
    width: 300px;
    height: 40px;
    float: left;
    background: url(../images/logo.png) no-repeat;
    margin-top: 45px;
    clear: left;
    margin-left: 10px;
}

#menuwrap {
    width: 630px;
    float: right;
    background: url(../images/menu-bg.png) no-repeat;
    margin-top: 45px;
    margin-left: 10px;
    margin-bottom: 30px;
}

ul#menu {
    width: auto;
    float: left;
    clear: right;
    margin-top: 0px;
    margin-left: 30px;
}

    ul#menu li, ul#menu li.select {
        width: auto;
        float: left;
        margin-right: 10px;
        position: relative;
        z-index: 100;
    }

        ul#menu li a, ul li.select a {
            width: auto;
            height: 42px;
            float: left;
            padding: 0 15px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9px;
            color: #717171;
            line-height: 40px;
            text-transform: uppercase;
            cursor: pointer;
        }

        ul#menu li:hover a, ul#menu li.select a {
            color: #fff;
            background: url(../images/menu-hover.png) repeat-x left bottom;
        }

        ul#menu li ul {
            width: 200px;
            float: left;
            margin: 0;
            position: absolute;
            left: 0;
            top: 40px;
            clear: left;
            background: #ededed url(../images/drop-down-bg.png) no-repeat center top;
            display: none;
            z-index: 80000;
        }

            ul#menu li ul li {
                width: 200px;
                height: 40px;
                float: left;
                margin: 0;
                border-top: #0081AA solid 1px;
                z-index: 0;
                background: none;
                color: #fff;
            }

                ul#menu li ul li a {
                    width: 200px;
                    height: 40px;
                    float: left;
                    padding: 0;
                    color: #717171;
                    text-indent: 20px;
                    background: none;
                    font-size: 11px;
                    line-height: 40px;
                }

        ul#menu li:hover ul li a {
            background: url(../images/li-bg.png) repeat-x;
            color: #fff;
        }

        ul#menu li ul li a:hover {
            background: url(../images/li-bg.png) no-repeat;
            color: #333;
        }

        ul#menu li ul li:first-child {
            border: 0;
        }

            ul#menu li ul li:first-child a {
                border: 0;
            }

        ul#menu li ul li ul {
            left: 201px;
            top: 0px;
        }

#conetnt {
    width: 970px;
    float: left;
    background: #f3f3f3;
    margin-top: 40px;
    padding-left: 10px;
    padding-bottom: 30px;
}

#footer {
   width: 100%;
    float: left;
    background: #010138;
    margin-top: 40px;
}

    #footer p {
        width: 370px;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
        margin-top: 30px;
        line-height: 22px;
        padding-bottom: 30px;
    }

        #footer p a {
            font-weight: bold;
            color: #158AAF;
        }

.main_wrap {
    width: 70%;
    margin: 0 auto;
}

ul.nav2 {
    width: auto;
    float: right;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-right: 0px;
}

    ul.nav2 li {
        width: auto;
        float: left;
        list-style: none;
    }

        ul.nav2 li.sep {
            width: auto;
            float: left;
            padding: 0 6px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #fff;
            line-height: 14px;
        }

        ul.nav2 li a {
            width: auto;
            float: left;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #fff;
            line-height: 14px;
        }

            ul.nav2 li a:hover {
                color: #158AAF;
            }


a, a:hover, a:active, a:focus {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #222222;
    /*text-transform: capitalize;*/
}

p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul li {
        list-style: none;
    }

/*select,input,textarea,button{box-shadow:none;outline:0!important;}*/





html, body {
    height: 100%;
    z-index: 2;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}



/*=============Style css=========*/
.imgrel{
  display: block;
 margin-left: auto;
  margin-right: auto;
}
/*-------------------------------------
		2. Header
--------------------------------------*/
.headerRelatorio{
     position: relative;
      top: 0;
}

.footerrelatorio{
    position: relative;
      bottom: 0;
}

.top-area {
    position: absolute;
    width: 100%;
}

.wrapper {
    position: relative;
    z-index: -1;
}

.header-area {
    position: relative;
    width: 100%;
}

/*.sticky-wrapper */
.sticky-wrapper {
    position: relative;
    z-index: 2;
    transition: .7s;
}

.is-sticky .header-area {
}

    .is-sticky .header-area:after {
        position: absolute;
        content: '';
        background: rgba(77,78,84,1);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

.sticky-wrapper.is-sticky .main-menu .nav a:before {
    bottom: 17.6px;
}
/*.sticky-wrapper */

/*.logo*/
.logo a, .logo a:hover, .logo a:focus {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}

    .logo a span {
        color: #00d8ff;
        text-transform: capitalize;
    }

/*.logo*/

/*.main-menu*/
.main-menu {
    position: relative;
}

    .main-menu ul .nav .navbar-nav {
        text-align: right;
        float: none;
    }

    .main-menu .nav li {
        position: relative;
        padding: 16px 12px 0px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .main-menu .nav li a {
            padding: 11px 0 29px;
            color: #fff;
            font-size: 16px;
            text-transform: capitalize;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s;
            transition: all 0.25s ease-in-out 0s;
        }

            .main-menu .nav li.active a,
            .main-menu .nav li a:hover,
            .main-menu .nav li a:focus {
                color: #00d8ff;
                background-color: transparent;
            }

    .main-menu .nav a:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 2px;
        bottom: -2.4px;
        left: 0;
        background: transparent;
        -webkit-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .main-menu .nav li.active a:before,
    .main-menu .nav a:hover:before {
        background: #00d8ff;
        width: 100%;
    }

    /*.main-menu*/

    /* tooggle */
    .main-menu .navbar-toggle {
        margin-top: 5px;
        border: 1px solid;
        font-size: 16px;
        float: left;
    }

    .main-menu .navbar-toggle {
        color: #00d8ff;
    }

    .main-menu .navbar-default .navbar-toggle:focus,
    .main-menu .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }


.home-border {
    border-top: 2px solid #fff;
}



/*-------------------------------------
		3. 	About
--------------------------------------*/
.about-us {
    min-height: 500px;
}

    .about-us:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,122,207,.4);
    }

/*about-us-content*/
.about-us-content {
    margin: -175px 0 0 0;
}

.about-us h2 {
    color: #fff;
    font-size: 84px;
    text-transform: inherit;
    max-width: 800px;
    font-weight: 600;
    line-height: 1.22;
}

    .about-us h2 span {
        color: #2bdab5;
        margin-top: -11px;
    }

.about-btn {
    margin-top: 39px;
    letter-spacing: 1.2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.about-view {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    background: url(../images/tab-btn-hover.png) no-repeat;
    /*#00d8ff;*/
    border: 1px solid rgba(0, 117, 156, 1);
    width: 200px;
    height: 46px;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(14,15,18,.2);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.about-btn:hover .about-view {
    color: #fff;
    background: url(../images/tab-btn-hover.png) no-repeat;
    /*#00d8d5;*/
    box-shadow: 0 5px 20px rgba(14,15,18,.7);
    border: 1px solid rgba(0, 117, 156, 1);
}

.travel-mrt-0 {
    margin-top: 0px;
}
/*about-us-content*/

/*-------------------------------------
		4. 	simula-box
--------------------------------------*/
.single-simula-box {
    /*margin-top: -125px;*/
    background: #fff;
}
/*.tab-para p {
    font-size: 24px;
}*/
/* .desc-tabs */
.desc-tabs {
    border: transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

    .desc-tabs .nav-tabs {
        display: inline-block;
        border-right: 1px solid #fff;
    }

        .desc-tabs .nav-tabs > li.active > a {
            color: #fff;
            background: rgba(0, 117, 156, 1);
            /*#00d8ff;*/
            cursor: default;
            font-size: 20px;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
            text-transform: capitalize;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

            .desc-tabs .nav-tabs > li.active > a:focus,
            .desc-tabs .nav-tabs > li.active > a:hover {
                color: #565a5c;
                text-decoration: none;
            }

        .desc-tabs .nav-tabs > li > a {
            color: #fff;
            background: rgba(0, 117, 156, 1);
            /*#00d8ff;*/
            cursor: default;
            font-size: 20px;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
            text-transform: capitalize;
            padding: 17px 40px 17px 46px;
            border: 0;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

.single-simula-box .nav > li > a:focus,
.single-simula-box .nav > li > a:hover {
    color: #565a5c;
    background: #fff;
    border: 0;
    text-decoration: none;
}

.desc-tabs .nav-tabs > li > a > i {
    padding-right: 6px;
}
/* .desc-tabs */



/*===ab-select-box===*/
.tab-para {
    padding: 43px 42px 24px;
}

.single-tab-select-box h2 {
    color: #565a5c;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.dropdown-icon {
    position: relative;
}

    .dropdown-icon:after {
        position: absolute;
        content: "\f107";
        right: 0px;
        top: 0;
        font-size: 11px;
        /*18px;*/
        color: #aaa;
        background: #f9f9f9;
        font-family: "fontAwesome";
        pointer-events: none;
        border: 1px solid #d7d7d7;
        border-bottom: transparent;
        padding: 10px;
    }

.check-icon {
    position: relative;
}

    .check-icon:after {
        position: absolute;
        content: "\f073";
        right: 0px;
        top: 0;
        font-size: 18px;
        color: #aaa;
        background: #f9f9f9;
        font-family: "fontAwesome";
        pointer-events: none;
        border: 1px solid #d7d7d7;
        border-bottom: transparent;
        padding: 10px 8px;
    }
    /*travel-select-icon*/

    .dropdown-icon select, .check-icon input {
        color: #aaa !important;
        font-size: 14px !important;
        font-family: 'Poppins', sans-serif !important;
        /*text-transform: capitalize !important;*/
        height: 38px !important;
    }

    .dropdown-icon .form-control, .check-icon .form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        outline: 0 !important;
        box-shadow: none;
        /*border:1px solid #d7d7d7;*/
        border-radius: 0px;
        margin-bottom: 20px;
    }
/*.travel-select-icon .form-control*/


.travel-input-icon input {
    width: 100px;
    border: 1px solid #CCC;
    padding: 4px;
    font-family: Arial;
    font-size: 14px;
    text-align: right;
    height: 38px !important;
}

/* filter */
/*.travel-budget {
    margin-top: 38px;
}

    .travel-budget h3 {
        color: #565a5c;
        font-size: 20px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
    }*/
/*input[type="range"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
 background: #d7d7d7;
        border: medium none;
        border-radius: 0;
        height: 6px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        width: 90%!important;
        top: 1.3em !important;
}*/


.idade_filter {
    margin-top: 9px;
}

    .idade_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
        -webkit-tap-highlight-color: transparent;
        background: #d7d7d7;
        border: medium none;
        border-radius: 0;
        height: 6px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        /*width: 90%;*/
        top: 1.3em !important;
        min-width:100px;
        max-width:350px;
    }
    .steps-2 {
	border: 1px thin solid transparent; /*follows #slider2 style for sizing purposes */
	position: relative; 
	height: 30px;
	}
    .tick { 
		border: 1px solid transparent; /*follows slide handle style for sizing purposes*/
		position: absolute;
		width: 1.2em;
		margin-left: -.6em;
		text-align:center;
        font-size:small;
		left: 0;
	}
    .idade_filter .ui-slider-handle.ui-state-default.ui-corner-all {
        background: rgba(0, 117, 156, 1) none repeat scroll 0 0;
        border: 0px solid rgba(0, 117, 156, 1);
        /*#00d8ff;*/
        border-radius: 50%;
        height: 14px;
        width: 14px;
        outline: 0;
        cursor: pointer;
        z-index: 1;

    } 
   .idade_filter .ui-slider-handle{
       -ms-touch-action: none;
        touch-action: none;  
   } 
     /*.idade_filter >  input[type="range"] {
        background: rgba(0, 117, 156, 1) none repeat scroll 0 0;
        border: 0px solid rgba(0, 117, 156, 1);
        /*#00d8ff;*/
        border-radius: 50%;
        height: 14px;
        width: 14px;
        outline: 0;
        cursor: pointer;
        z-index: 1;
    }*/   

.tooltip_icon {
    fill: #f58025;
    width: 1.5em;
    height: 1.5em;
}

.idade_filter .ui-slider-range {
    background: #00d8ff none repeat scroll 0 0;

}

/*.idade_filter > input[type="range"] {
    background: #00d8ff none repeat scroll 0 0;

}*/


.slider-idade > input[type="text"] {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    /*letter-spacing: 5.5px;*/
    height: 40px;
    text-align: center;
    width: 60px;
    /*border: 1px solid black !important;*/
    border: 1px solid #CCC !important;
    font-family: 'Poppins', sans-serif;
}

.slider-idade label {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
}

.slider-idade > input[type="text"]:focus {
    outline: 0;
}
/*.slider-idade {letter-spacing: 2px;}*/
/*.slider-idade > input[type="submit"] {
    outline: 0;
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
}*/

/* .travel-btn */
.about-view.travel-btn {
    width: 180px;
    margin-right: 15px;
}


/*custom-input-group*/
.custom-input-group {
    position: relative;
}

    .custom-input-group i {
        position: absolute;
        color: #aaa;
        font-size: 16px;
        top: 25px;
        left: 40px;
    }

    .custom-input-group .form-control {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        padding-left: 63px;
        padding-right: 155px;
        font-size: 16px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border-color: #eee;
    }

    .custom-input-group .subscribe-btn {
        float: right;
        position: relative;
        z-index: 1;
        margin: 5px 5px;
    }
/*custom-input-group*/


/*-------------------------------------
        13.  Footer-copyright
--------------------------------------*/
.footer-copyright {
    background: #f9f9f9;
    padding: 0 0 60px;
}

.footer-content {
    padding: 120px 0;
}

/*single-footer-item*/
.single-footer-item {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

    .single-footer-item h2 {
        color: #565a5c;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 40px;
    }
/*single-footer-item*/

/*footer-logo*/
.footer-logo {
    padding-top: 76px;
}

    .footer-logo a, .footer-logo a:hover, .footer-logo a:focus {
        color: #565a5c;
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        font-weight: 600;
        margin: 14px 0px 0;
        padding: 10px 0 0 0;
    }

        .footer-logo a > span {
            color: #00d8ff;
            text-transform: capitalize;
        }

    .footer-logo p {
        color: #aaa;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
    }
/*footer-logo*/

/*single-footer-txt*/
.single-footer-txt p {
    margin-bottom: 8px;
}

    .single-footer-txt p a {
        color: #565a5c;
        font-size: 16px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

        .single-footer-txt p a:hover {
            -webkit-transition: scaleX(1.2);
            -moz-transition: scaleX(1.2);
            -ms-transition: scaleX(1.2);
            -o-transition: scaleX(1.2);
            transform: scaleX(1.2);
            color: #00d8ff;
        }
/*single-footer-txt*/

.footer-copyright hr {
    border-top: 1px solid #ebebeb;
}


/*===============================
         Scroll Top
===============================*/

#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index: 15;
    color: #fff;
    background: rgba(0, 117, 156, 1);
    border: 1px solid rgba(0, 117, 156, 1);
    /*#00d8ff;*/
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

    #scroll-Top .return-to-top:hover {
        background: rgba(0, 117, 156, 1);
        /*#2cdbb5;*/
        color: #fff;
        border-radius: 50%;
    }

.btn1-outline-secundary {
    color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn1-outline-primary {
    color: #007bff !important;
    border-color: #007bff !important;
}

.btn1-outline-secundary.focus, .btn1-outline-secundary:focus {
    box-shadow: 0px 0px 0px 0.2rem rgba(108,117,125,0.5) !important;
}

.btn1-outline-primary:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn1-outline-secundary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.25) !important;
}

.btn1-outline-primary.focus, .btn1-outline-primary:focus {
    box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.5) !important;
}

.btn {
    color: #212529;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.button1 {
    background-color: #4CAF50;
}
/* Green */
.button2 {
    background-color: #008CBA;
}
/* Blue */
.button3 {
    background-color: #f44336;
}
/* Red */
.button4 {
    background-color: #e7e7e7;
    color: black;
}
/* Gray */
.button5 {
    background-color: #555555;
}
/* Black */


.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-tap-highlight-color:transparent;
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }


/*Relatorio*/
#relatorio h2 {
    font-size: 24px;
    text-align: center;
}

#relatorio .resultados table {
    border: 1px solid #CCC;
    margin: 0 0 20px 0;
}

    #relatorio .resultados table tr th {
       border: none;
        padding: 15px 10px;
    }

    #relatorio .resultados table tr td {
        border: none;
        padding: 5px 10px;
        vertical-align: middle;
    }

    #relatorio .resultados table tr.total td {
        border: none;
        padding: 15px 6px;
        border-top: 1px solid #CCC;
        background: #f3f3f3;
    }

    #relatorio .resultados table tr.subTotal td {
        border: none;
        padding: 10px 10px;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        background: #f7f7f7;
    }
        
     #relatorio .resultados table tr.total1 td {
        border: none;
        padding: 15px 6px;
        border-top: 1px solid #CCC;
        background:none;
    }

    #relatorio .resultados table tr.subTotal1 td {
        border: none;
        padding: 10px 10px;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        background:none;
    }
fieldset {
    border: none;
}

p {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.frame-form-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C8C9CB;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    display: block;
    position: relative;
    z-index: 1;
}

#relatorio table th {
    background: none repeat scroll 0 0 rgba(0, 117, 156, 1);
    /*#333366;*/
    color: #FFFFFF;
    padding: 8px 5px;
    text-align: left;
    font-weight:normal;
}

.tdprint{
    background: none repeat scroll 0 0 rgba(0, 117, 156, 1) !important; 
    color: #FFFFFF !important;
    padding: 8px 5px !important;
    text-align: left !important;
    border: none;

}
#relatorio table th, table td {
    border: 1px solid #CCCCCC;
    line-height: 1.4em;
    padding: 5px;
}

#relatorio img {
    align-content: center;
    margin: auto;
    display: block;
}

.sumarioartigo {
    padding: 10px;
    margin-bottom: 20px;
}
.sumarioartigo1 {
    padding: 10px;
    margin-bottom: 10px;
}
.sumarioartigo3 {
    padding: 10px;
    margin-bottom: 20px;
}
.center {
    margin: auto !important;
    padding: 30px;
}

.item {
    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;
}

.resposta {
    width: 20%;  
 
}


#content .tableHelp img {
    margin-bottom: 0px;
}

#form-intro img.noText {
    right: 10px;
    top: -100px;
}

.assumesText {
    margin-top: 50px;
}

div, span, object, iframe, h1, h2, h3, img, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*========================Thank you=================*/
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;

}
