/*Globais*/

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
form,
legend,
hr,
input,
textarea,
select,
checkbox {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	vertical-align: top;
	text-align: left;
}
/* defaults */

hr {
	border: 0px solid;
	height: 1px;
	background-color: #234084;
}

input,
textarea
 {
	border: 1px solid #c0c0c0;
}

checkbox {
	border: 0px solid #222222;
	padding: 0px;
}

select {
	display: inline;
	font-size: 10px;
	color: #444444;
	font-weight: bold;
	/*overflow: hidden;*/
	height: 18px;
        border: 1px solid #c0c0c0;
}

.video-article .widget-content{
	height:65px;
}
.bt-video{
	border-radius: 0 0 5px 5px;
}
.border-radius-0{
	border-radius:0;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*init */

html {
}


body {
	font-family: 'Open Sans', HelveticaNeueLTPro, sans-serif;
}


.temp-break {
	min-width: 1024px;
	overflow: visible;
}

.box-l {
	float: left;
}

.box-r {
	float: right;
}

.bg-0 {
	background-color: white;
	color: #04518c;
}

.bg-1 {
	background-color: #04518c;
	color: white;
	background: #04518c;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04518c), color-stop(100%, #023c63));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #04518c 0%, #023c63 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#04518c', endColorstr='#023c63', GradientType=0);
	/* IE6-8 */
}



.bg-3 {
	background-color: #4b4b4b;
	color: white;
	background: #4b4b4b;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #3f3f3f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4b4b4b 0%, #3f3f3f 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#3f3f3f', GradientType=0);
	/* IE6-8 */
}

.bg-4 {
	background-color: #adadad;
	color: #4b4b4b;
}

.bg-5 {
	background: #bdccd4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #bdccd4 0%, #a5b4b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdccd4), color-stop(100%,#a5b4b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bdccd4 0%,#a5b4b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdccd4', endColorstr='#a5b4b7',GradientType=0 ); /* IE6-8 */
}

.c-0 {
	color: white;
}

.c-1 {
	color: #04518c !important;
}

.c-2 {
	color: #234084 !important;
}

.c-3 {
	color: #4b4b4b;
}

.c-4 {
	color: #adadad;
}

.hidden {
	display: none;
}

.oppacity-0 {
	opacity: 0;
}

.pad-0 {
	padding: 0px !important;
}

.pad-l-0 {
	padding-left: 0px !important;
}

.pad-t-0 {
	padding-top: 0px !important;
}

.pad-r-0 {
	padding-right: 0px !important;
}

.pad-l-15 {
	padding-left: 15px !important;
}

.pad-r-15 {
	padding-right: 15px !important;
}

.pad-t-15 {
	padding-top: 15px !important;
}

.pad-b-15 {
	padding-bottom: 15px !important;
}
.pad-15 {
	padding: 15px !important;
}

.pad-1 {
	padding: 5px;
}

.pad-l-5 {
	padding-left: 5px !important;
}

.pad-r-5 {
	padding-right: 5px !important;
}

.pad-t-5 {
	padding-top: 5px !important;
}

.pad-b-5 {
	padding-bottom: 5px !important;
}
.pad-5 {
	padding: 5px !important;
}

.root {
	margin: 0 auto;
	margin-top: 0;
	padding: 0;
}

.block {
	display: block !important /;
}

.wrapper {
	position: relative;
}

.bottom {
	bottom: 0 !important;
	position: absolute !important;
}

.right {
	right: 0 !important;
	position: absolute !important;
}

.form-center{
    display:block;
    margin: 0 auto;
    max-width: 400px;
}
.form-center p{
    margin-bottom:1em;
    margin-top:0.5em;
}

.form-center textarea, input[type=text]{
    width: 100%; !important;
    margin-bottom: 1em;
    color: #4b4b4b;
    font-weight:600;
}

input[type=submit]{
    width: auto; !important;
        background:#234084;
        color:#ffffff;
        padding: 5px;
}

input[type=reset]{
    width: auto; !important;
        background:#234084;
        color:#ffffff;
        padding: 5px;
        margin-top:1em;
}


.border-b-1-g{
    border-bottom: 1px dashed #adadad !important;
}




/*
/* Laptop/Tablet (1024px)
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

/* Tablet Portrait (768px)
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

/* Phone Landscape (480px)
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

/* Phone Portrait (320px)
@media only screen and (max-width: 320px) {
        #bar_top { width: 100%; }
        #cont_news { width: 100%; }
        #cont_services { width: 100%; }
        #service_top { width: 100%; }
        #menu_top { width: 100%; }
        #logo { width: 100%; }
        #data { width: 100%; }
        #ad_top { width: 100%; }
        #box9 { width: 100%; }
        #tempo { width: 100%; }
        #indicadores { width: 100%; }
}

*/


/* Temporary styles */
a.temp-a {
	/*text-decoration: none;*/
	color: black !important;
    text-transform:uppercase;
    font-weight:700;
    font-size:16px;
}


@media screen and (min-width: 100px) and (max-width: 743px) {

    
    .xs-m-0 {
        margin: 0;
    }    
    
    
.xs-left-7 {
        left:7px !important;
}
    
.sm-bg-0 {
	background-color: white;
	color: #04518c;
}
.video-article .widget-content{
	height:100px !important;
}
.xs-bg-1 {
	background-color: #04518c;
	color: white;
	background: #04518c;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04518c), color-stop(100%, #023c63));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #04518c 0%, #023c63 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#04518c', endColorstr='#023c63', GradientType=0);
	/* IE6-8 */
}

.xs-bg-2 {
	background-color: #234084;
	color: white;
	background: #234084;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #234084), color-stop(100%, #0089bf));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #234084 0%, #0089bf 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#234084', endColorstr='#0089bf', GradientType=0);
	/* IE6-8 */
}

.xs-bg-3 {
	background-color: #4b4b4b;
	color: white;
	background: #4b4b4b;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #3f3f3f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4b4b4b 0%, #3f3f3f 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#3f3f3f', GradientType=0);
	/* IE6-8 */
}

.xs-bg-4 {
	background-color: #adadad;
	color: #4b4b4b;
}

.xs-bg-5 {
	background: #bdccd4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #bdccd4 0%, #a5b4b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdccd4), color-stop(100%,#a5b4b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bdccd4 0%,#a5b4b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdccd4', endColorstr='#a5b4b7',GradientType=0 ); /* IE6-8 */
}

.xs-c-0 {
	color: white;
}

.xs-c-1 {
	color: #04518c;
}

.xs-c-2 {
	color: #234084 !important;
}

.xs-c-3 {
	color: #4b4b4b;
}

.xs-c-4 {
	color: #adadad;
}
-
.xs-hidden {
	display: none;
}

.xs-oppacity-0 {
	opacity: 0;
}

.xs-pad-0 {
	padding: 0px !important;
}

.xs-pad-l-0 {
	padding-left: 0px !important;
}

.xs-pad-t-0 {
	padding-top: 0px !important;
}

.xs-pad-r-0 {
	padding-right: 0px !important;
}

.xs-pad-l-15 {
	padding-left: 15px !important;
}

.xs-pad-r-15 {
	padding-right: 15px !important;
}

.xs-pad-t-15 {
	padding-top: 15px !important;
}
.xs-pad-t-30 {
	padding-top: 30px !important;
}

.xs-pad-b-15 {
	padding-bottom: 15px !important;
}
.xs-pad-15 {
	padding: 15px !important;
}

.xs-pad-1 {
	padding: 5px;
}

.xs-pad-l-5 {
	padding-left: 5px !important;
}

.xs-pad-r-5 {
	padding-right: 5px !important;
}

.xs-pad-t-5 {
	padding-top: 5px !important;
}

.xs-pad-b-5 {
	padding-bottom: 5px !important;
}
.xs-pad-5 {
	padding: 5px !important;
}

}



@media screen and (min-width: 744px) and (max-width: 989px) {
    .sm-bg-0 {
	background-color: white;
	color: #04518c;
}

.sm-bg-1 {
	background-color: #04518c;
	color: white;
	background: #04518c;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #04518c), color-stop(100%, #023c63));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04518c 0%, #023c63 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #04518c 0%, #023c63 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#04518c', endColorstr='#023c63', GradientType=0);
	/* IE6-8 */
}

.sm-bg-2 {
	background-color: #234084;
	color: white;
	background: #234084;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #234084), color-stop(100%, #0089bf));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #234084 0%, #0089bf 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #234084 0%, #0089bf 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#234084', endColorstr='#0089bf', GradientType=0);
	/* IE6-8 */
}

.sm-bg-3 {
	background-color: #4b4b4b;
	color: white;
	background: #4b4b4b;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #3f3f3f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b4b4b 0%, #3f3f3f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #4b4b4b 0%, #3f3f3f 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#3f3f3f', GradientType=0);
	/* IE6-8 */
}

.sm-bg-4 {
	background-color: #adadad;
	color: #4b4b4b;
}

.sm-bg-5 {
	background: #bdccd4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #bdccd4 0%, #a5b4b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdccd4), color-stop(100%,#a5b4b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdccd4 0%,#a5b4b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bdccd4 0%,#a5b4b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdccd4', endColorstr='#a5b4b7',GradientType=0 ); /* IE6-8 */
}

.sm-c-0 {
	color: white;
}

.sm-c-1 {
	color: #04518c;
}

.sm-c-2 {
	color: #234084 !important;
}

.sm-c-3 {
	color: #4b4b4b;
}

.sm-c-4 {
	color: #adadad;
}

.sm-hidden {
	display: none;
}

.sm-oppacity-0 {
	opacity: 0;
}

.sm-pad-0 {
	padding: 0px !important;
}

.sm-pad-l-0 {
	padding-left: 0px !important;
}

.sm-pad-t-0 {
	padding-top: 0px !important;
}

.sm-pad-r-0 {
	padding-right: 0px !important;
}

.sm-pad-l-15 {
	padding-left: 15px !important;
}

.sm-pad-r-15 {
	padding-right: 15px !important;
}

.sm-pad-t-15 {
	padding-top: 15px !important;
}

.sm-pad-b-15 {
	padding-bottom: 15px !important;
}
.sm-pad-15 {
	padding: 15px !important;
}

.sm-pad-1 {
	padding: 5px;
}

.sm-pad-l-5 {
	padding-left: 5px !important;
}

.sm-pad-r-5 {
	padding-right: 5px !important;
}

.sm-pad-t-5 {
	padding-top: 5px !important;
}

.sm-pad-b-5 {
	padding-bottom: 5px !important;
}
.sm-pad-5 {
	padding: 5px !important;
}

}
div#modalWhatsapp > .modal-dialog > .modal-content {
    color: black;
    background-color: white;
}

.mediaVideo .mw-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

/**/


.primary-slide .owl-next, .primary-slide .owl-prev {
    border-radius: 0px 0px 5px 5px !important;
}
.primary-slide .owl-next:before, .primary-slide .owl-prev:before {
    color:#fff !important;
}