@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html, 
body {
	height: 100%;
    min-height: 100%;
}

html { -webkit-font-smoothing: antialiased; }
body {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	color: black;
	overflow-x: hidden;
	background: white;
}

a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	
	-webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
	transition: .2s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}

a:active,
a:hover,
a:focus {
	outline: 0;  
	color: #1c1c1c;
	text-decoration: none;
    box-shadow: none;
}

a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

.button, .button:focus, .button:active {
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

h1 {
    font-family: 'Montserrat', serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    color: #16b0b8;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 strong {
	font-weight: 600!important;
}

h1 span {
    font-weight: 700;
}

h2 {
    font-family: 'Montserrat', cursive;
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h3 {
    width: auto!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p strong {
    font-weight: 700;
}





.SmallTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .3px;
    margin: 0;
    padding: 0;
}


.SmallTxt2 {
	line-height: 17px!important;
}

.MediumTxt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.MediumTxt2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.MediumTxtReal {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px!important;
    line-height: 23px!important;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.AlternativeTxt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px!important;
    letter-spacing: 1.0px;
    margin: 0;
    padding: 0;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.TextoResponsivo {
    text-align: justify;
}

.Titulo1 {
    display: inline-block;
    width: auto!important;
    background: #076187;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    color: #78BE9A!important;
    margin: 0 auto 0 auto;
    padding: 14px 16px;
}



.LabelGrey {
	display: flex;
	background: #d5d5d5;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 8px;
	color: #261c17;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 5px;
}

.LabelRed {
	display: flex;
	background: #890423;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 8px;
	color: white;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 15px 0 0;
	padding: 0 5px;
}

.LabelBlue {
	display: flex;
	background: #3E5C95;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #B5DCEB;
	letter-spacing: 7px;
	text-align: center;
	margin: 0 15px 0 0;
	padding: 8px 25px;
}

.Opacidade6 {
    opacity: 0.6;
}

.Opacidade5 {
    opacity: 0.5;
}

.Opacidade4 {
    opacity: 0.4;
}

.Opacidade3 {
    opacity: 0.3;
}

.Opacidade2 {
    opacity: 0.1;
}

.Opacidade1 {
    opacity: 0.1;
}

.Opacidade0 {
    opacity: 0.0;
}



.HeaderResponsive {
	text-align: center;
}

.TextoConteudo {
	text-align: justify;
}


.Line150 {
	width: 1px;
	height: 150px;
	margin: 0 auto;
}

.Line300 {
	width: 1px;
	height: 300px;
	margin: 0 auto;
}

.Line150Hor {
	width: 150px;
	height: 1px;
	margin: 0 auto;
}

.HideDiv {
	display: none!important;
	visibility: hidden!important;
}

.row {
	margin: 0!important;
	padding: 0!important;
}

.rowBlock {
	display: block;
}


.top100 {
	margin-top:100px!important;
}
.bottom100 {
	margin-bottom:100px!important;
}
.top90 {
	margin-top:90px!important;
}
.bottom90 {
	margin-bottom:90px!important;
}
.top80 {
	margin-top:80px!important;
}
.bottom80 {
	margin-bottom:80px!important;
}
.top70 {
	margin-top:70px!important;
}
.bottom70 {
	margin-bottom:70px!important;
}
.top60 {
	margin-top:60px!important;
}
.bottom60 {
	margin-bottom:60px!important;
}
.top50 {
	margin-top:50px!important;
}
.bottom50 {
	margin-bottom:50px!important;
}
.top40 {
	margin-top:40px!important;
}
.bottom40 {
	margin-bottom:40px!important;
}
.top30 {
	margin-top:30px!important;
}
.bottom30 {
	margin-bottom:30px!important;
}
.top20 {
	margin-top:20px!important;
}
.bottom20 {
	margin-bottom:20px!important;
}
.top10 {
	margin-top:10px!important;
}
.bottom10 {
	margin-bottom:10px!important;
}
.top5 {
	margin-top:5px!important;
}
.bottom5 {
	margin-bottom:5px!important;
}
.NoPadding {
	padding:0!important;
}
.NoMargin {
	margin:0!important;
}
.PaddingMenor {
    padding-left: 5px;
    padding-right: 5px;
}
.PaddingMenor_2 {
    padding-left: 8px;
    padding-right: 8px;
}
.PaddingOnlyRight {
    padding-left: 0;
    padding-right: 10px;
}
.NoMarginSide {
    margin-left: 0!important;
    margin-right: 0 !important;
}

.Borda {
	border: 1px solid red;
}





.tooltip {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	color: white!important;
}

.tooltip-inner {
    background: #12A7B8!important;
    opacity: 1!important;
    padding: 5px 10px;
	color: white!important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #12A7B8 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #12A7B8 !important;
	
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #12A7B8 !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #12A7B8 !important;
	margin-left: -1px!important;
}

.bs-tooltip-top { 
    margin-bottom: 15px!important; 
 }

 .bs-tooltip-right {
     margin-left: 15px!important;
 }

 .bs-tooltip-left {
     margin-right: 10px!important;
 }







.White {
	color: white;
}

.Black {
	color: black;
}


.Azul1 {
	color: #005c9f;
}

.Azul2 {
	color: #7fa7b8;
}

.Azul3 {
	color: #4AB2D9;
}

.Cinza {
	color: #666;
}

.Red1 {
	color: #de3c4f;
}

.Red2 {
	color: #9f1223;
}

.Verde1 {
	color: #12A7B8;
}

.Verde2 {
	color: #60E8F7;
}



.BackgroundDarkBlue {
	background: #031625;
}



.BackgroundLight1 {
	background: #f2f2f2;
}

.BackgroundLight2 {
	background: #f5f5f5;
}

.BackgroundLight3 {
	background: #f7f7f7;
}

.BackgroundLight4 {
	background: #EDF7F3;
}

.BackgroundLight5 {
	background: #FFECEB;
}

.BackgroundLight6 {
	background: #FFF1F0;
}

.BackgroundLight7 {
	background: #F6E6CF;
}

.BackgroundLight8 {
	background: #FAEFDF;
}

.BackgroundOffice1 {
	background: #6497B1;
}

.BackgroundOffice2 {
	background: #75A5BD;
}

.BackgroundOffice3 {
	background: #82ADC2;
}

.BackgroundOffice4 {
	background: #97BCCF;
}






.Produtos .owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    height: 50px;
    margin-top: -40px;
    text-align: center;
    pointer-events: none;
}

.Splash .owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-bottom: 15px;
}

.Produtos .owl-theme .owl-nav .owl-prev,
.Produtos .owl-theme .owl-nav .owl-next {
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
	height: 50px;
	opacity: 1;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 100%;
}

.Produtos .owl-theme .owl-nav .owl-prev {
    float: left;
	margin: 0 0 0 -50px;
	background: transparent!important;
    pointer-events: none;
}


.Produtos .owl-theme .owl-nav .owl-next {
    float: right;
	margin: 0 -50px 0 0;
	background: transparent!important;
	pointer-events: none;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	border: none;
	outline: none;
}


.Produtos .owl-theme .owl-nav .owl-prev:before {
	content: "";
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
    float: left;
	text-align: center;
	text-indent: 0;
	line-height: 50px;
    margin-top: -2px;
	margin-left: -2px;
	background: url("../svg/Carousel_Left.svg") center center no-repeat;
    background-size: 50px;
    pointer-events: auto;
}

.Produtos .owl-carousel .owl-nav button.owl-next {
    margin-right: -60px;
}

.Produtos .owl-carousel .owl-nav button.owl-prev {
    margin-left: -60px;
}

.Produtos .owl-theme .owl-nav .disabled {
    opacity: 0.2!important;
}

.Produtos .owl-theme .owl-nav .owl-next:before {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
    float: right;
	text-align: center;
	text-indent: 0;
    margin-top: -2px;
	margin-right: -2px;
	background: url("../svg/Carousel_Right.svg") center center no-repeat;
    background-size: 50px;
    pointer-events: auto;
}


.Produtos .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 5px 7px;
    background: #12A7B8;
    display: block;
    opacity: 0.5;
}


.Produtos .owl-theme .owl-dots .owl-dot.active span,
.Produtos .owl-theme .owl-dots .owl-dot:hover span {
    background: #12A7B8!important;
    opacity: .9!important;
}

.Produtos .owl-theme .owl-dots {
	margin-top: -20px;
}