/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-buttons div {
    width: 21px;
    height: 22px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 30px;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: all .3s ease;

}

.owl-prev {
    right: 50px
}


.owl-next {
    right: 20px;
}


.owl-buttons div.disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;

}





.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}



.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 15px 7px 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}

.owl-central {
    margin-top: 38px;
    margin-bottom: 30px
}

.owl-central h2 {
    font-size: 40px;
    color: #ec8b00;
    margin: 0px 0 20px 0;
    font-family: "Conv_segoeuilight", Arial, Helvetica, Sans-serif;
}

.owl-central h2 strong {
    font-family: "Conv_segoeuibold", Arial, Helvetica, Sans-serif;
}


.owl-central div.owl-item {
    padding: 0 0px;
    text-align: center
}

.owl-central .owl-buttons div {
    font-family: 'FontAwesome';
    text-align: center;
    color: #a8a8a8;
    font-size: 35px;
    top: 18px
}

.owl-central .owl-buttons .owl-prev {
    left: 0px;
}

.owl-central .owl-buttons .owl-prev:before {
    content: "\f104";
}

.owl-central .owl-buttons .owl-next {
    right: 0px;
}

.owl-central .owl-buttons .owl-next:before {
    content: "\f105";
}


.owl-central p a {
    color: #373435
}

.owl-central p a.btn-azul {
    color: #FFFFFF;
    margin-top: 15px
}

.owl-destaques {
    margin-top: 90px
}

.owl-destaques .owl-item {
    text-align: center
}

.owl-destaques img {
    padding-bottom: 15px;
    margin: 0 auto
}

.owl-destaques a {
    color: #0754a0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Conv_segoeuilight", Arial, Helvetica, Sans-serif;
    text-decoration: none;
}

.owl-destaques a:hover {
    color: #ec8b00
}

.owl-destaques a strong {
    font-size: 24px;
    display: block;
    font-family: "Conv_segoeuibold", Arial, Helvetica, Sans-serif;
}


.owl-destaques .owl-buttons div {
    color: #dfdfdf;
    top: 60px;
    background: none;
    font-size: 50px;
    font-family: 'FontAwesome';
}

.owl-destaques .owl-buttons .owl-prev:before {
    content: "\f053";
}


.owl-destaques .owl-buttons .owl-next:before {
    content: "\f054";
}


.owl-destaques .owl-buttons .owl-prev {
    left: 0px;
}

.owl-destaques .owl-buttons .owl-next {
    right: 0px;
}

.owl-destaques .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 30px 3px 0 3px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #fff;
    border: 1px #ffffff solid;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    border-radius: 50%
}

.owl-destaques .owl-controls .owl-page.active span,
.owl-destaques .owl-controls.clickable .owl-page:hover span {
    background: #dadada;
}



@media (max-width: 767px) {


    .owl-destaques .owl-pagination {
        display: none
    }

}

@media (min-width: 768px) {
    .owl-timeline div.owl-item {
        padding: 0 80px
    }


    .owl-central .owl-buttons .owl-prev {
        left: 15%;
    }

    .owl-central .owl-buttons .owl-next {
        right: 15%;
    }




}

@media (min-width: 992px) {

    .owl-destaques .owl-buttons .owl-prev {
        left: -20px;
    }

    .owl-destaques .owl-buttons .owl-next {
        right: -20px;
    }

    .owl-destaques .owl-item {
        padding: 0 10px;

    }


}

@media (min-width: 1200px) {

    .owl-destaques .owl-buttons .owl-prev {
        left: -50px;
    }

    .owl-destaques .owl-buttons .owl-next {
        right: -50px;
    }
}


/*
 * The following styles are for the large-screen horizontal navigation menu.
 * Through javascript the 'main' <ul> tag will then be assigned class 'rmlmenu'.
 */

.rmlmenu {
    margin: 0px 0 0 0;
    padding: 0;
}

.navbar-interna .rmlmenu {
    margin-top: 25px
}

.navbar-interna .rmlmenu ul {
    top: 97px
}

.rmlmenu li {
    display: inline-block;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    margin-left: 5px;
    /* The left margin of any (except the first) top menuitem */
}

.rmlmenu li:first-child {
    margin-left: 0;
}

.rmlmenu li.rmlmenu-margin-xl {
    margin-left: 150px;
}

.rmlmenu > li > a {
    text-decoration: none;
    padding: 16px 10px 26px 10px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #fff;
    /* The text color of any menuitem that is not selected */
    font-size: 16px;
    /* The size of the text of the top menuitems */
    text-transform: uppercase;
    font-family: "HelveticaBoldcondensed", Arial, Helvetica, Sans-serif;
    position: relative;
    background: url("../img/bg-menu-ie8.png") repeat
}

.rmlmenu ul.dropdown-menu li a {
    padding: 0
}

.rmlmenu > li:hover > a:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2abad4;
    content: '';
    position: absolute;
    left: 40%;
    bottom: 0
}

.canalCallOut a:after{
    display: none;
}


.rmlmenu ul {
    display: none;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    background-color: #FFFFFF;
    border-top: 6px #2abad4 solid
}

.rmlmenu ul li {
    display: inline-block;
    float: none;
    background: none;
    margin: 0;
    padding: 16px 10px 26px 10px;
    max-width: 195px;
    vertical-align: top;
    text-align: left
}

.rmlmenu ul li p {
    /* All child menuitems that are not selected */
    display: block;
    color: #939393;
    font-size: 18px;
    white-space: normal;
    font-family: "HelveticaLightCondensed", Arial, Helvetica, Sans-serif;
    text-align: left;
    text-transform: none;
    line-height: 1.1;
    position: relative
}

.rmlmenu ul li a {
    color: #939393;
    white-space: normal;
    overflow: hidden;
    display: block;
}

.rmlmenu ul li p span {
    color: #2abad4;
    font-size: 15px;
    float: left;
    display: block;
    margin-right: 5px;
}

.rmlmenu ul li p span.fa {
    font-size: 21px;

}

.rmlmenu ul li strong,
.rmlmenu .canalri ul .negrito {
    font-size: 18px;
    color: #2abad4;
    font-family: "HelveticaBlackCondensed", Arial, Helvetica, Sans-serif;
    min-height: 60px;
    display: block;
    text-transform: uppercase;
    line-height: 27px
}


.rmlmenu ul li a:hover,
.rmlmenu ul li:hover > a,
.rmlmenu ul li.hover > a {

    background: none;
}

.rmlmenu li:hover > ul,
.rmlmenu li.hover > ul {
    display: block;
}

.rmlmenu ul ul {
    left: 169px;
    /* Left position of 2nd-level popup in relation to 1st-level */
    top: 0;
}

/*
 * The following styles are used when the navigation menu is reduced to a popup menu.
 * Through javascript the navigation container is assigned class 'rmlPopupPanel' and the
 * main <ul> tag is assigned class 'rmlpopupmenu'.
 */
.rmlPopupPanel {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 100%;
    /* The background color and possible border of the whole popup: */
    background: #f3f3f3;
    overflow-y: auto;
    border-left: 5px solid #29b6cf;
    -webkit-overflow-scrolling: touch;

}

.rmlPopupPanel h3 {
    margin: 0 0 0 -5px;
    padding: 10px 15px 10px 15px;
    font-size: 1.4em;
    /* The background color, text color and possible bottom border of the top 'Menu' titel */
    background: #29b3cd;
    color: #fff;
    border-bottom: 1px solid #686868;
}

.rmlpopupmenu {
    display: block;
    margin: 0;
    padding: 0 20px;
    /* The width of the popup */
    width: 260px;
}

.rmlpopupmenu li {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rmlpopupmenu li ul {
    margin: 0;
    padding: 0;
}

.rmlpopupmenu > li > a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 7px 13px 7px 15px;
    color: #a7b32c;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    font-family: "HelveticaLight", Arial, Helvetica, Sans-serif;

    text-align: right
}

.rmlpopupmenu li {
    position: relative
}


.rmlpopupmenu .dropdown-menu > li > a {
    padding: 7px 13px
}

.no-touch .rmlpopupmenu li:hover > a,
.rmlpopupmenu li.touchStart > a {
    /* The background color and text color of a popup menuitem when hovering over it */
    color: #fff;
    background: #707070;
}

.rmlpopupmenu ul li {
    display: none;
}

/*
When a submenu is opened, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/

.rmlpopupmenu.dl-subview li,
.rmlpopupmenu.dl-subview li.dl-subviewopen > a,
.rmlpopupmenu.dl-subview li.dl-subview > a {
    display: none;
}

.rmlpopupmenu.dl-subview li.dl-subview,
.rmlpopupmenu.dl-subview li.dl-subview ul,
.rmlpopupmenu.dl-subview li.dl-subviewopen,
.rmlpopupmenu.dl-subview li.dl-subviewopen > ul,
.rmlpopupmenu.dl-subview li.dl-subviewopen > ul > li {
    display: block;
}

.rmlpopupmenu.dl-subview li.dl-subviewopen > ul {
    position: static;
    float: none;
    width: auto;
    box-shadow: none;
    border: none;
    background: none
}

.rmlpopupmenu.dl-subview li.dl-subviewopen > ul li a {
    font-size: 16px;
    font-family: "HelveticaBlackCondensed", Arial, Helvetica, Sans-serif;
    color: #2abad4;
    text-align: right;
}

.rmlpopupmenu.dl-subview li.dl-subviewopen > ul li.rmlm-back a {
    /* The background color, text color and possible bottom border of a 'Back' popup menuitem */
    display: block;
    color: #a7b32c;
    font-size: 16px;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 7px 13px 7px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-family: "HelveticaLight", Arial, Helvetica, Sans-serif;
    text-align: right
}

/*
 * The following styles handle a default popup menu button that is constructed using 3 'block' spans
 * to show a 'hamburger' style menu button
 */
.rmlpopupmenu-button {
    display: none;
    float: right;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rmlpopupmenu-button span {
    color: #ffffff;
    font-size: 2.9em;
    display: block;
    padding: 10px 10px 14px 10px;
    width: 60px;
}

.no-touch .rmlpopupmenu-button span:hover {}

.rmlpopupmenu-button span span {
    padding: 0;
    width: 40px;
    height: 6px;
    margin: 4px 0 0 0;
    float: none;
    background: #333333;
}

/*
 * The following styles handle a popup menu button that contains text
 */
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    height: 4px
}

.rmlpopupmenuButtonText {
    margin: 0px 10px 0 0;
    padding: 0.6em 0.8em 0.7em 0.8em;
    line-height: 1.0em;
    color: #ffffff;
    background-color: #2abad4;
    vertical-align: top;
    border: none;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    border-radius: 10px;
}

.rmlpopupmenuButtonText:hover,
.rmlpopupmenuButtonText.touchStart,
.navbar-default .navbar-toggle:hover {
    color: #fff;
    background-color: #a7b32c;
}

.rmlmenu .dropdown-menu .dropdown-menu,
.rmlpopupmenu .dropdown-menu .dropdown-menu {
    display: block;
    top: 0;
    left: 0;
    border: none;
    position: static;
    box-shadow: none;
    text-align: left;
    background: none;
    width: 100%;
}

.rmlpopupmenu .dropdown-menu .dropdown-menu > li,
.rmlpopupmenu.dl-subview .dl-subviewopen.canalri > ul > li {
    display: list-item;
}

.rmlpopupmenu .dropdown-menu .dropdown-menu > li:first-child,
.rmlpopupmenu.dl-subview.canalri li.dl-subviewopen {
    display: none;
}


.rmlmenu .canalri ul .negrito {
    display: inline-block;
    position: absolute;
    max-width: 177px;
    text-align: left;
    left: auto
}

.rmlmenu .canalri .dropdown-menu .dropdown-menu li {
    display: list-item;
}

.rmlmenu .canalri .dropdown-menu .dropdown-menu {
    padding: 60px 15px 0 0px;
}

/* Maycon 

.rmlpopupmenu.dl-subview .dl-subviewopen.canalri > ul > li{
	min-height: 148px;
}



.rmlpopupmenu.dl-subview .dl-subviewopen.canalri > ul > li:nth-child(4){
	min-height: 84px;
}

.rmlpopupmenu.dl-subview .dl-subviewopen.canalri > ul > li.rmlm-back{
	min-height: 10px;
}
*/

.rmlmenu .canalri .dropdown-menu li {
    padding: 0;
    margin: 0;
}

/*
 * Popup menu is enabled on small screens
 */
@media only screen {
    .rmlmenu {
        display: none;
    }

    .rmlpopupmenuButton,
    .rmlpopupmenuButtonText {
        display: block;
    }

    .rmlpopupmenu li a p {
        display: none;
    }

    .canalri .dropdown-menu li {
        z-index: 99
    }

    .canalri .dropdown-menu .negrito {
        z-index: 9 !important
    }
}

/*
 * Full menu is enabled on screens of 1024 pixels and higher
 */
@media only screen and (min-width: 64em) {
    .rmlmenu {
        display: block;
        text-align: center;
        display: block;
        background-color: rgba(0, 0, 0, 0.50);
    }

    .rmlpopupmenuButton,
    .rmlpopupmenuButtonText {
        display: none;
    }

    .rmlpopupmenu li a p {
        display: block;
    }

    .rmlmenu ul li {

        max-width: 145px;
    }

    .rmlmenu .canalri ul {
        padding: 5px 20%
    }

}

@media (min-width: 1200px) {
    .rmlmenu li {
        margin-left: 18px;
    }

    .rmlmenu ul li {
        max-width: 175px;

    }

    .rmlmenu li:last-child a {
        color: #cdd625;
    }

    .rmlmenu > li:last-child:hover > a:after {
        display: none
    }

    .rmlmenu .canalri ul li {
        max-width: 225px;
    }

    .rmlmenu > li > a {
        padding: 16px 5px;
    }

    .rmlmenu ul li strong,
    .rmlmenu .canalri ul .negrito {
        font-size: 19px;
    }

    .rmlmenu .canalri ul {
        padding: 5px 19%
    }



}

@media (min-width: 1440px) {


    .rmlmenu .canalri ul {
        padding: 5px 23%
    }



}

@media (min-width: 1600px) {


    .rmlmenu .canalri ul {
        padding: 5px 25%
    }



}

@media (min-width: 1900px) {


    .rmlmenu .canalri ul {
        padding: 5px 28%
    }



}
