@font-face {
  font-family: 'Humanist521BT-Roman';
  src: url('../fontes/Humanist521BT-Roman.eot?#iefix') format('embedded-opentype'), 
  url('../fontes/Humanist521BT-Roman.woff') format('woff'), 
  url('../fontes/Humanist521BT-Roman.ttf')  format('truetype'), 
  url('../fontes/Humanist521BT-Roman.svg#Humanist521BT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Humanist521BT-Light';
  src: url('../fontes/Humanist521BT-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fontes/Humanist521BT-Light.woff') format('woff'), 
  url('../fontes/Humanist521BT-Light.ttf')  format('truetype'), 
  url('../fontes/Humanist521BT-Light.svg#Humanist521BT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Humanist521BT-Bold';
  src: url('../fontes/Humanist521BT-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fontes/Humanist521BT-Bold.woff') format('woff'), 
  url('../fontes/Humanist521BT-Bold.ttf')  format('truetype'),
  url('../fontes/Humanist521BT-Bold.svg#Humanist521BT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'robotocondensed';
    src: url('../fontes/roboto-condensed-webfont.eot');
    src: url('../fontes/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/roboto-condensed-webfont.woff2') format('woff2'),
        url('../fontes/roboto-condensed-webfont.woff') format('woff'),
        url('../fontes/roboto-condensed-webfont.ttf') format('truetype'),
        url('../fontes/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
reset
*/

*{
    margin: 0;
    padding: 0;
    outline: none;

}

body, input, textarea, select, iframe, hr{
	font-family: 'Humanist521BT-Roman';
    font-size: 16px;
	border: none;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #575757;
}
input::-moz-placeholder, textarea:-moz-placeholder { /* Firefox 19+ */
  color: #575757;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #575757;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #575757;
}



.Cont1300{
	width: 1300px;
	margin: 0 auto;
	
}

.Cont1200{
	width: 1200px;
	margin: 0 auto;
	
}

.Cont1100{
	width: 1100px;
	margin: 0 auto;
	
}

.Cont980{
	width: 980px;
	margin: 0 auto;
	
}

.Box-Header{
	width: 100%;
	float: left;
	position: relative;
	z-index: 99;
	
}

.Header-Top{
	width: 100%;
	float: left;
	background: -moz-linear-gradient(left, rgba(71,108,175,0.9) 0%, rgba(57,72,109,0.9) 50%, rgba(3,168,229,0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(71,108,175,0.9) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.9) 100%);
	background: linear-gradient(to right, rgba(71,108,175,0.9) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6476caf', endColorstr='#e603a8e5',GradientType=1 );
}

.CondTop{
	float: right;
	margin-right: 7px;
}


.ItemT{
	float: left;
	color: #ffffff;
	font-size: 13px;
	padding: 11px 22px 12px;
	letter-spacing: 0.7px;
	opacity: 0.9;
}

.ItemT a{
	color:#ffffff;
	text-decoration: none;
}

.Aovivo:before{
	float: left;
	content: '';
	width: 4px;
	height: 4px;
	margin: 5px;
	background-color: #66CC66;
	border-radius: 50%;
	 -webkit-animation: pisca 2s alternate infinite linear;
    -webkit-transition: 1s;
}
	
@keyframes pisca{	

0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}

}

.ItemT a:hover{
	opacity: 0.7;
	
}

.Header-Medium{
	width: 100%;
	float: left;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 43px -9px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 43px -9px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 43px -9px rgba(0, 0, 0, 0.2);
	
}

.Sub{
	width: 100%;
	float: left;
}


.ContLogo{
	width: 216px;
    height: 65px;
    float: left;
    margin: 13px 55px 10px 0;
}


.ContLogo .Logo{
	font-size: 0;
    width: 100%;
    height: 100%;
    float: left;
	background-image: url('../images/Logo.png');
}

.ContMenu, .Menu{
	float: left;
	
}

.Ulmenu{
	float: left;
}

.TxtMenu, .TxtMenu2{
	float: left;
	list-style: none;
	position: relative;
}


.AMenu{
	color: #40649F;
    font-size: 20px;
    padding: 32px 33px 34px;
    float: left;
	text-decoration: none;
	letter-spacing: 0.3px;
	position: relative;

}

.TxtMenu:hover .AMenu{
	background: rgb(57,76,106);
	background: -moz-linear-gradient(left, rgba(57,76,106,1) 0%, rgba(63,83,116,1) 100%);
	background: -webkit-linear-gradient(left, rgba(57,76,106,1) 0%,rgba(63,83,116,1) 100%);
	background: linear-gradient(to right, rgba(57,76,106,1) 0%,rgba(63,83,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394c6a', endColorstr='#3f5374',GradientType=1 );
	-webkit-box-shadow: 0px 2px 0px 0px rgba(57,75,105,1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(57,75,105,1);
	box-shadow: 0px 2px 0px 0px rgba(57,75,105,1);
	color: #ffffff;
}

.AMenu2{
	color: #3F649F;
    font-size: 20px;
    padding: 6px 17px 8px;
    float: left;
    /*margin: 25px 0 23px 24px;*/
    margin: 25px 1px 23px 24px;
    border: 1px solid #3F649F;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	
}


@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.AMenu2:hover{
	-webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	background: rgb(57,76,106);
	background: -moz-linear-gradient(left, rgba(57,76,106,1) 0%, rgba(63,83,116,1) 100%);
	background: -webkit-linear-gradient(left, rgba(57,76,106,1) 0%,rgba(63,83,116,1) 100%);
	background: linear-gradient(to right, rgba(57,76,106,1) 0%,rgba(63,83,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394c6a', endColorstr='#3f5374',GradientType=1 );
	color: #ffffff;
	
}

.ContRedes{
	float: right;
	margin-right: 20px;
}

.FaceT{
	width: 25px;
	height: 70px;
	float: left;
	margin: 0 3px;
}
.FaceT:hover{
	opacity: 0.7;
	
}

.ContFone{
	display: none;
	text-align: center;
    height: 70px;
    width: 22%;
    float: right;
	max-width: 110px;
}


/*FIM CABEÇALHO*/

.Conteudo{
	width: 100%;
	float: left;
	
}


.Banner{
	width: 100%;
	float: left;
	height: 700px;
	margin-top: -128px;
	position: relative;
	overflow: hidden;
}

#owl-Banner .owl-stage-outer{
	position: fixed !important;
	
}

#owl-Banner .item{
	width: 100%;
	height: 700px;
	float: left;
	position: relative;
	overflow: hidden;
	
}


#owl-Banner .item img{
	position: relative;
	object-fit: cover;
    width: 100%;
    height: 100%;

}

.text{
	text-align: center;
    position: absolute;
	max-width:80%;
	left: 0;
	right: 0;
	bottom: 230px;
	margin: auto;
	z-index: 3;
	 font-family: 'Humanist521BT-Light';
}

.Cent{
	float: right;
}

.P1{
	font-size: 52px;
	color: #ffffff;
	letter-spacing: 1.5px;
	 font-family: 'Humanist521BT-Light';
}

.P2{
	font-size: 25px;
	color: #ffffff;
	letter-spacing: 0.2px;
	font-family: 'Humanist521BT-Light';
}

.BtnB{
	width: 16px;
	height: 8px;
	background-image: url('../images/Baixo.png');
    display: inline-block;
	margin-top: 20px;
	cursor: pointer;
}


.active .P1{
    animation: 3s fadeInUp;
}

.active .P2 {
    animation: 4s fadeInUp;
}

.active .BtnB {
    animation: 3s fadeInUp;
}


.Bloco{
	width: 100%;
	float: left;

}

.Bra{
	width: 100%;
	float: left;
	position: relative;
	background-color: #ffffff;
	z-index: 9;
}


.ContVid{
	width: 100%;
	float: left;
	margin: 95px 0 90px;
	
}

.ContTxtVid{
	display: table-cell;
	vertical-align: middle;
	width: 350px;
	height: 365px;
	padding: 0 60px 0 20px
	
}
.AlinhaEsquerda {
    padding: 0 20px 0 60px;
}

.VidYou{
	width: 650px;
	height: 365px;
	position: relative;
	display: table-cell;
}

.TVid{
	width: 100%;
	float: left;
	font-size: 29px;
	color: #2F6C97;
	margin-bottom: 15px;
	letter-spacing: 0.3px;
	font-weight: normal;
	
}

.TxtVid{
    width: 100%;
    float: left;
    font-size: 19px;
    color: #8a8a8a;
    line-height: 26px;
	letter-spacing: 0.2px;
	
}

.BtnPlay{
	text-align: center;
    background-color: #2F6C97;
    border-radius: 3px;
    float: left;
    padding: 9px 48px 10px 22px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
    background-image: url(../images/Play.png);
    background-position: 92% center;
    background-repeat: no-repeat;
	letter-spacing: 0.3px;
}

.BtnPlay:hover{
	background-color: #3A4B73;
	
}

.ContT{
	width: 100%;
	float: left;
	text-align: center;
	padding: 40px 0 45px;
}

.TPrinc{
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	letter-spacing: 0.3px;
	font-weight: normal;
	position: relative;
}

.BlocoM{
	background-image: url('../images/BgMeio.jpg');
	background-attachment: fixed;
	
}

.BgMeio{
	width: 100%;
	float: left;
	background: -moz-linear-gradient(left, rgba(71,108,175,0.9) 0%, rgba(57,72,109,0.9) 50%, rgba(3,168,229,0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(71,108,175,0.9) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.9) 100%);
	background: linear-gradient(to right, rgba(71,108,175,0.9) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6476caf', endColorstr='#e603a8e5',GradientType=1 );
	
}


.ItemC2{
	width: 100%;
	float: left;
	cursor: pointer;
	position: relative;
	margin-bottom: 25px;
}

.ItemC2 figure{
	width: 100%;
	float: left;
	filter: brightness(400%);
	-webkit-filter: brightness(400%);
	text-align: center;
}


.TxtC2{
	width: 100%;
	float: left;
}

.NC2{
	width: 100%;
    float: left;
	text-align: center;
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 0.3px;
    padding: 18px 0 10px;
    font-weight: normal;
}


.EC2{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #ffffff;
    font-family: 'robotocondensed';
    opacity: 0.9;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}

.BtnC2 {
    width: 100%;
    float: left;
    padding: 22px 0;
	text-align: center;
}

.BtnC2 span {
    display: inline-block;
    padding: 8px 15px 9px;
    font-size: 14px;
    color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.20);
    letter-spacing: 0.5px;
    border-radius: 5px;
    text-decoration: none;
}

.ItemC2:hover .BtnC2 span{
	background-color: #ffffff;
	color: #2F6C97;
	
}

.BlocoP{
	background: rgb(245,245,245);
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 68%, rgba(235,235,235,1) 100%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 68%,rgba(235,235,235,1) 100%,rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 68%,rgba(235,235,235,1) 100%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#7db9e8',GradientType=0 );
	
}

.ContT2{
	width: 100%;
	float: left;
	padding: 54px 0 18px;
	text-align: center;
}

.TPrinc2{
	color: #3F649F;
	font-size: 29px;
	font-weight: normal;
	width: 100%;
	float: left;
	text-align: center;
}

.TxtTP{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #7A7A7A;
	font-style: italic;
	font-family: "robotocondensed";
	letter-spacing: 0.3px;
	
}

.ItemP{
	width: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #ffffff;
	border-radius: 8px;
	margin: 20px 0 50px;
	padding: 0 5px;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	background: rgb(246,246,246);
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.07);
	box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.07);
}

.ItemP:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.ItemP:hover .BtnCont{
	background-color: #0699d2;
	
}

.CTPlano, .ItemList, .ItemList2{
	width: 100%;
	float: left;
}

.ItemList2{
	text-align: center;
}

.ItemList{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #E8E8E8;
	
}

.ItemList:nth-last-child(1){
	border: none;
}

.TPlano{
	width: 90%;
	padding: 22px 5% 20px;
	font-size: 22px;
	text-align: center;
	color: #2E6C97;
	font-family: "Humanist521BT-Bold";
	
}

.LinhaP{
	width: 100%;
	float: left;
	font-size: 15px;
	color: #818181;
	font-style: italic;
	letter-spacing: 0.2px;
	font-family: 'robotocondensed';
	padding: 13px 0 15px;
	text-align: center;
}



.LinhaP2{
	width: 100%;
	float: left;
	font-size: 17px;
	color: #2F6C97;
	padding: 17px 0;
	text-align: center;
	letter-spacing: 0.3px;
}

.LinhaP2 b{
	font-size: 26px;
	
}

.BtnCont{
	padding: 10px 22px 11px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 17px;
	display: inline-block;
	background-color: #2F6C97;
	letter-spacing: 0.5px;
	margin: 17px 0 10px;
}

.Rec{
	position: absolute;
	right: -8px;
	top: 4px;
	width: 121px;
	height: 24px;
	background-image: url('../images/Rec.png');
	
}

.Rec:before{
	content: '';
	width: 0;
	position: absolute;
	height: 20px;
	top: 0;
	right: 0;
	background-color: #FF7E53;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
	
}

.Rec span{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    color: #565656;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 3.5px 0;
}

.ItemP:hover .Rec:before{
	width: 100%;
	
}


.ContLig{
	width: 100%;
	float: left;
	padding: 100px 0;
	background-image: url('../images/BgLigamos.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}

.ContTxtLig{
	width: 370px;
	float: left;
	padding: 17px 0 110px 130px;
	background-image: url('../images/Fle.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 78px;
}

.TLig{
	width: 100%;
	float: left;
	font-size: 33px;
	color: #3F649F;
	letter-spacing: 0.3px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 24px;
	
}

.TxtLig{
	width: 100%;
	float: left;
	font-family: 'robotocondensed';
	font-size: 18px;
	color: #7D7D7D;
	font-style: italic;
	
}

.ContFormLig{
	width: 100%;
	float: left;
	max-width: 380px;
	
}

.InpLig{
	width: 100%;
	height: 57px;
	border-radius: 4px;
	border: 1px solid #3F649F;
	font-size: 18px;
	color: #3F649F;
	float: left;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px 1px 20px;
	margin-bottom: 15px;
	opacity: 0.95;
}

.InpLig::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3F649F;
}
.InpLig::-moz-placeholder { /* Firefox 19+ */
  color: #3F649F;
}

.SeleLig{
	width: 100%;
	height: 57px;
	border-radius: 4px;
	border: 1px solid #3F649F;
	font-size: 19px;
	color: #3F649F;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px 2px 20px;
	margin-bottom: 15px;
	opacity: 0.95;
	background-color: #ffffff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
	background-image: url('../images/SetB.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	font-family: 'Humanist521BT-Roman';
}

.EnviarLig{
	padding: 9px 24px 11px;
	color: #ffffff;
	font-size: 18px;
	background-color: #2F6C97;
	border-radius: 4px;
	letter-spacing: 0.3px;
	float: right;
	cursor: pointer;
}

.EnviarLig:hover{
	background-color: #1580B4;
	
}

.ContFlu{
	width: 0;
	height: 0;
	top: 0;
	right: 0;
    position: fixed;
	background: -moz-linear-gradient(left, rgba(71,108,175,0.95) 0%, rgba(57,72,109,0.9) 50%, rgba(3,168,229,0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(71,108,175,0.95) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.95) 100%);
	background: linear-gradient(to right, rgba(71,108,175,0.95) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6476caf', endColorstr='#e603a8e5',GradientType=1 );
	border-bottom-left-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
	z-index: 999;
	overflow: hidden;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


.CAtivo{
	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	
}

.Close{
	float: right;
	padding: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.Over{
	overflow: hidden;
	
}

.Close:hover{
	opacity: 0.7;
}

.ContFad{
	width: 100%;
	float: left;
	opacity: 0;
	visibility: hidden;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	-webkit-transition: visibility 0.3s, opacity 0.4s ease;
    -moz-transition: visibility 0.3s, opacity 0.4s ease;
    -o-transition: visibility 0.3s, opacity 0.4s ease;
    transition: visibility 0.3s, opacity 0.4s ease;
	
}

.CAtivo .ContFad{
	opacity: 1;
    visibility: visible;
	-webkit-transition: visibility 2.5s, opacity 2s ease;
    -moz-transition: visibility 2.5s, opacity 2s ease;
    -o-transition: visibility 2.5s, opacity 2s ease;
    transition: visibility 2.5s, opacity 2s ease;
}


.ContCenter{
	width: 910px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: table;
	margin: auto;
	max-width: 980px;
	padding: 30px 0 0;
	
}

.ContFlu .TLig{
	color: #ffffff;
}

.ContFlu .TxtLig{
	color: #ffffff;
	opacity: 0.95;
	
}

.ContFlu .InpLig, .ContFlu .SeleLig{
	border: none;
}

.ContFlu .ContTxtLig{
	background-image: url('../images/Fle2.png');
	padding: 17px 0 110px 20px;
}

.ContFlu .EnviarLig{
	background-color: #1F283A;
}

.ContFlu .EnviarLig:hover {
    background-color: #1eade3;
}


.Rodape{
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
	background-image: url('../images/BgMeio.jpg');
	background-attachment: fixed;
}

.Rodape1{
	width: 100%;
	float: left;
	background: -moz-linear-gradient(left, rgba(71,108,175,0.95) 0%, rgba(57,72,109,0.9) 50%, rgba(3,168,229,0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(71,108,175,0.95) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.95) 100%);
	background: linear-gradient(to right, rgba(71,108,175,0.95) 0%,rgba(57,72,109,0.9) 50%,rgba(3,168,229,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6476caf', endColorstr='#e603a8e5',GradientType=1 );
}


.BoxR1{
	width: 190px;
	float: left;
	margin: 50px 30px 45px 0;
	position: relative;
}

.ContTRod{
	width: 100%;
	float: left;
	padding: 0 0 15px;
}

.TBox{
	float: left;
	padding: 0 20px 0 0;
	font-size: 21px;
	color: #ffffff;
	letter-spacing: 0.5px;
}

.LinhaR{
	height: 1px;
    background-color: #ffffff;
    margin-top: 15px;
	
}

.UlBoxR1{
	float: left;
}

.TxtBoxR1{
	list-style: none;
	margin-bottom: 9px;
	display: table;
}

.TxtBoxR1 a{
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	display: block;
	opacity: 0.96;
	letter-spacing: 0.3px;
	font-family: 'robotocondensed';
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.TxtBoxR1 a:hover{
	 transform: translateX(7px);
    -webkit-transform: translateX(7px);
	
}

.TxtBoxR1 a:before{
	content: '';
	width: 4px;
	height: 4px;
	float: left;
	margin: 9px 10px 0 0;
	background-color: #ffffff;
	border-radius: 50%;
	
}

.BoxR2{
	float: left;
	margin: 50px 0 45px 40px;
	width: 260px;
	font-size: 15px;
}



.FoneR{
	width: 100%;
	float: left;
	margin-bottom: 9px;
	color: #ffffff;
	letter-spacing: 0.3px;
	opacity: 0.95;
	font-size: 15px;
	font-family: 'robotocondensed';
}

.FoneR a{
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}

.FoneR a:hover{
	opacity: 0.7;
	
}

.RedesR{
	width: 100%;
	float: left;
	text-align: center;
	
}

.RedesR a{
	float: left;
	margin: 10px 10px 2px 0;
	
}

.RedesR a:hover{
	opacity: 0.7;
}

.BoxR3{
	float: left;
	
}

.App{
	position: relative;
	margin-top: -12px;
	float: left;
}

.App img{
	float: left;
}

.Baixe{
	width: 160px;
	float: left;
	margin: 50px 5px;
	text-align: center;
}

.Baixe span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 21px;
	color: #ffffff;
	margin-bottom: 14px;
	letter-spacing: 0.5px;
	
}

.Baixe a{
	width: 100%;
	float: left;
	margin: 2px 0;
}

.Baixe a:hover{
	opacity: 0.6;
}

.Baixe a img{
	display: inline-block;

}


.Rodape3{
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
	text-align: center;
	background-color: #131C2B;
}

.Copy{
	display: inline-block;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 0.6px;
	padding: 10px 10px 10px;
	opacity: 0.8;
	font-family: 'robotocondensed';
	
	
}

.Copy a{
	color: #ffffff;
	text-decoration: none;
}

.Copy a:hover{
	color: #1385B8;
	
}

/*QUEM SOMOS*/

.ContTInt{
	width: 100%;
	float: left;
	position: relative;
	background-image: url('../images/BgMeio.jpg');
	background-attachment: fixed;
	text-align: center;
	margin-top: -128px;
}


.BgPre{
	width: 100%;
	float: left;
	background: -moz-linear-gradient(left, rgba(71,108,175,0.85) 0%, rgba(57,72,109,0.85) 50%, rgba(3,168,229,0.85) 100%);
	background: -webkit-linear-gradient(left, rgba(71,108,175,0.85) 0%,rgba(57,72,109,0.85) 50%,rgba(3,168,229,0.85) 100%);
	background: linear-gradient(to right, rgba(71,108,175,0.85) 0%,rgba(57,72,109,0.85) 50%,rgba(3,168,229,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6476caf', endColorstr='#e603a8e5',GradientType=1 );
	
}

.TInt{
	display: inline-block;
	padding: 37px 2px 46px;
	font-size: 27px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.3px;
}


.BoxT{
	width: 100%;
	float: left;
	margin: 128px 0 0;
	position: relative;
	
}

.BoxInt{
	width: 100%;
	float: left;
}

.ContFunc{
	width: 100%;
	float: left;
	text-align: center;
	margin: 35px 0;
	
}

.ContGale{
	width: 95%;
	padding: 0 2.5%;
	float: left;
	margin: 35px 0 30px;
	position: relative;
}

.ImgGale{
	width: 100%;
	float: left;
	height: 633px;
}

.ContGale img{
	width: 100%;
	float: left;
	
}

.TxtGale{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #6D6D6D;
	font-family: 'robotocondensed';
	font-style: italic;
	letter-spacing: 0.3px;
	padding: 15px 0;
	text-align: left;
}

.NextGale{
	position: absolute;
	display: table;
	opacity: 0.8;
	right: -50px;
	bottom: 110px;
	top: 0;
	padding: 10px;
	margin: auto;
	cursor: pointer;
}

.BackGale{
	position: absolute;
	display: table;
	opacity: 0.8;
	left: -50px;
	bottom: 110px;
	top: 0;
	margin: auto;
	padding: 10px;
	cursor: pointer;
}

.ContBackNext span:hover .IconG{
	fill: #40649F;
	
}


/*SERVIÇOS*/

.Int{
	background: none;
}

.TxtServ {
    color: #4a4a4a;
    font-size: 22px;
    width: 96%;
    float: left;
    line-height: 28px;
    padding: 20px 2%;
    text-align: left;
    font-family: 'Humanist521BT-Light';
}

.ContFunc .ItemC2{
	max-width: 160px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 40px 40px 40px;
	float: none;
}

.ContFunc  .ItemC2 figure {
    filter: initial;
    -webkit-filter: initial;
}

.ContFunc .ItemC2 .NC2 {
    color: #3F649F;
}

.ContFunc .ItemC2 .EC2 {
    color: #545454;
	text-align: left;
}

.ContFunc .ItemC2 .BtnC2 span{
    color: #3F649F;
    border: 1px solid #DAE1ED;
}
.ContFunc .ItemC2:hover .BtnC2 span{
	background-color: #3F649F;
	border-color: #3F649F;
	color: #ffffff;
	
}

/*SERVIÇOS INTERNAS*/

.ArrowL{
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.5px;
	height: 35px;
}

.ArrowR{
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.3px;
	height: 35px;
}


.ArrowL:hover, .ArrowR:hover{
	opacity: 0.6;
	
}

#Ar{
	vertical-align: middle;
	display: inline-block;
	
	
}

.ContServInt{
	width: 100%;
	float: left;
	margin: 60px 0 100px;
}

.Txt1{
	width: 100%;
	color: #525252;
	font-size: 21px;
	text-align: left;
	line-height: 28px;
	font-family: 'Humanist521BT-Light';
	
}

.ContServInt img{
	float: left;
	margin: 5px 50px 20px 0;
}

/*PLANOS INTERNAS*/

.ContPlanosInt{
	width: 100%;
	float: left;
	background-color: #F8F8F8;
	
}

.PlanosInt{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.PlanosInt .TxtTP{
	padding: 0  0 12px;
}

/*EQUIPE*/

.ContEquipe{
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.ItemEq{
	width: 90%;
	float: left;
	padding: 20px 5% 32px;
	margin-bottom: 12px;
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid #F0F0F0;
}

.ItemEq:nth-last-child(1){
	border:none;
}

.FEq{
	float: left;
	margin: 0 35px 0 10px;
	border-radius: 50%;
	position: relative;

}


.FEq img{
	width: 170px;
	height: 170px;
	display: inline-block;
	border-radius: 50%;
	border: 6px solid #EEEEEE;
	background-color: #EEEEEE;
	overflow: hidden;
}

.ItemEq:hover .FEq img{
	background-color: #3F649F;
	border-color: #3F649F;
	
}

.DesEq{
    width: 740px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
   
}

.TEq{
	width: 100%;
	float: left;
	margin-bottom: 10px;
    font-size: 26px;
	font-weight: normal;
    color: #3F649F;
	
}

.TxtEq{
	width: 100%;
    float: left;
    color: #545454;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-family: 'Humanist521BT-Light';
	
}


/*CONTATO*/

.Impr{
	width: 16px;
	height: 14px;
	background-image: url('../images/Imprimir.png');
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	cursor: pointer;
}

.Impr:hover{
	opacity: 0.8;
}

.ContCont{
	width: 100%;
	float: left;
	margin: 60px 0;
}

.Form{
	width: 100%;
	float: left;
	max-width: 500px;
	position: relative;
	margin: 0 35px;
}

.TxtForm{
	width: 100%;
	float: left;
	padding: 0 0 15px;
	font-size: 17px;
	color: #8A8A8A;
	
}

.InputC{
	width: 100%;
	float: left;
	height: 55px;
	padding: 0 20px 3px;
	font-size: 18px;
	color: #575757;
	margin-bottom: 11px;
	background-color: #F3F3F3;
	font-family: 'robotocondensed';
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Humanist521BT-Roman';
	
}


.Area {
    width: 100%;
    height: 130px;
    float: left;
    padding: 15px 20px 65px;
    background-color: #F3F3F3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    line-height: 20px;
    color: #575757;
    font-size: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Humanist521BT-Roman';
}

.EnviarC{
	padding: 11px 22px 13px 22px;
	float: right;
	background-color: #476CAF;
	border-bottom: 3px solid #475A87;
	border-radius: 3px;
	position: relative;
	margin-top: 11px;
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0.3px;
	position: relative;
	z-index: 9;
}

.EnviarC:hover{
	background-color: #475A87;
	border-color: #2E3E5A;
	
}


.ContInfo{
	float: left;
	max-width: 355px;
	font-size: 19px;
	color: #6b6b6b;
	margin: 30px 0 20px 30px;
}

.ItemInfo{
	width: 100%;
	float: left;
	margin-bottom: 35px;
    line-height: 30px;
	
}

.TInfo{
	width: 100%;
	float: left;
	color: #6b6b6b;
	font-size: 19px;
	line-height: 26px;
}

.TxtInfo, .TxtInfo a{
	width: 100%;
	float: left;
	color: #636363;
	font-size: 19px;
	line-height: 24px;
	text-decoration: none;
}

.FoneInfo{
	width: 100%;
	float: left;
	margin-top: 5px;
}

.FoneInfo a{
	font-size: 28px;
    color: #575757;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none;
	
}

.FoneInfo a span{
	font-size: 18px;
	font-weight: normal;
}

.ContRedeC{
	width: 100%;
	float: left;
}

.ContRedeC a{
	float: left;
	margin: 5px 10px 5px 0 ;
	
}

.ContRedeC a:hover .HC{
	fill: #476CAF;
}


.ContMap{
	width: 100%;
	float: left;
}

.TMap{
	width: 100%;
	float: left;
	text-align: center;
	
}

.Cheg{
	display: inline-block;
	padding: 0 0 10px;
	border-bottom: 2px solid #466CAE;
	font-size: 18px;
	color: #466CAE;
	font-weight: normal;
	letter-spacing: 0.3px;
}

.MapC{
	width: 100%;
	float: left;
	position: relative;
	height: 510px;
}


@media screen and (max-width: 1117px) {
	
.Cont1100, .Cont1200, .Cont1300{
	width: 980px;
	
}	

.AMenu {
    padding: 32px 21px 34px;
}

.AMenu2 {
    padding: 6px 17px 8px;
}

.Cent {
   float: none;
}

.ContBackNext{
	display: none;
}

}



@media screen and (max-width: 1017px) {
	

.Cont1100, .Cont980, .Cont1200, .Cont1300{
	width: 100%;
		
}

.CondTop{
	display: none;
}


.Header-Medium{
	width: 100%;
	min-height: 70px;
	position: relative;
}

.FoneT{
	display: inline-block;
    padding: 14px 0;
	
}

.ContLogo {
	width: 56%;
    height: 70px;
    float: left;
    position: absolute;
	padding: 0;
    left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	margin: auto;
	-webkit-box-shadow: initial;
    -moz-box-shadow: initial;
     box-shadow: initial; 
}

.ContLogo .Logo{
	float: initial;
    height: 50px;
	max-width: 130px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    width: 100%;
	position: absolute;
	padding: 0;
    left: 0;
	right: 0;
	top: 8px;
	background-image: url(../images/Logo.png);
	margin: auto;
	
}

.ContMenu{
	text-align: center;
    width: 22%;
    float: left;
    max-width: 110px;
}

.ContMenu label{
	display: block;
	width: 100%;
	height: 70px;
	z-index:99;
	float: left;
	transition: all .3s linear;
	-webkit-transition:  all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition:all .3s linear;
	cursor: pointer;
}
	
	
.ContMenu .BMenu{
	width: 34px;
    height: 6px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    border-radius: 2px;
    background-color: #3c4f6f;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2 linear;
    -o-transition: all .2s linear;
}

.ContMenu .BMenu2{
	width: 34px;
	height: 6px;
	display: block;
	margin: 5px auto;
	 border-radius: 2px;
	background-color: #3c4f6f;
	transition: all .2s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition:all .1s linear;
}

.ContMenu  .BMenu3{
	width: 34px;
	height: 6px;
	display: block;
	margin: 0 auto;
	 border-radius: 2px;
	background-color: #3c4f6f;
	transition: all .2s linear;
	-webkit-transition:  all .2s linear;
	-moz-transition: all .2 linear;
	-o-transition: all .2s linear;
}

.BAtivo{
	display: block !important;

}

.BAtivo2{
	background-color: #3c4f6f;
	position: relative;
}

.BAtivo .BMenu2{
	background: transparent;
}

.BAtivo .BMenu{
	transform: translate(0px, 11px) rotate(46deg);
	-webkit-transform: translate(0px, 11px) rotate(46deg);
	-o-transform:translate(0px, 11px) rotate(46deg);
	-moz-transform: translate(0px, 11px) rotate(46deg);
	background-color: #ffffff;
	
}

.BAtivo .BMenu3{
	transform: translate(0px, -11px) rotate(315deg)!important;
	-webkit-transform: translate(0px, -11px) rotate(315deg);
	-o-transform: translate(0px, -11px) rotate(315deg);
	-moz-transform: translate(0px, -11px) rotate(315deg);
	background-color: #ffffff;
}	

.Menu{
	display: none;
	width: 100%;
	position: absolute;
	float: left;
	text-align: left;
	padding: 0;
	margin-top: 71px;
	z-index: 999999999;
	display: none;
	outline-offset: -1px;
    outline: 2px solid #DDDDDD;
	background-color: #ffffff;
	
}


.NavMenu, .Ulmenu{
	width: 100%;
	float: left;
	background-color: #ffffff;
	
}

.TxtMenu{
	width: 100%;
	border-bottom: 2px solid #DDDDDD;
    color: #727272;
	background-color: #ffffff;
}

.TxtMenu .AMenu{
	display: block;
    color: #727272;
    padding: 18px 20px;
	font-size: 17px;
	float: initial;
	
}


.TxtMenu:hover .AMenu{
	background: none;
	color: #727272;
	-webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
}

.AMenu2 {
    margin: 0;
	display: block;
	padding: 12px 20px 14px;
	float: none;
	border: none;
	background: rgb(57,76,106);
	background: -moz-linear-gradient(left, rgba(57,76,106,1) 0%, rgba(63,83,116,1) 100%);
	background: -webkit-linear-gradient(left, rgba(57,76,106,1) 0%,rgba(63,83,116,1) 100%);
	background: linear-gradient(to right, rgba(57,76,106,1) 0%,rgba(63,83,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394c6a', endColorstr='#3f5374',GradientType=1 );
	color: #ffffff;
	border-radius: 0;
	margin-bottom: -1px;
}

.TxtMenu2{
	width: 100%;
	
}

.AMenu2:hover {
    -webkit-animation-name: initial;
    animation-name: initial;

}


.FundoMenu{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	width: 101%;
	height: 120%;
	position: fixed;
	top: 0;
	left: -1px;
	z-index: -1;
	display: none;
	
}

.ContFone{
	display: block;
}

.Banner{
	margin-top: 0;
	height: initial;
	min-height: 100px;
}

#owl-Banner .owl-stage-outer{
	position: relative !important;
	
}

#owl-Banner .item {
    height: auto;
	min-height: 100px;
}

#owl-Banner .item img {
    max-width: 100%;
	float: left;
	transform: initial !important;
}

.owl-dots{
	display: none
}

.text {
    text-align: center;
    position: absolute;
    width: 80%;
	display: table;
    left: 0;
    right: 0;
    bottom: 0 !important;
	top: 0;
    margin: auto;
    z-index: 3;
}

.P1 {
    font-size: 35px;
}

.P2{
    font-size: 21px;
}

.active .P1, .active .P2, .active .BtnB{
	animation: initial;
	
}

.ContVid{
	width: 90%;
	margin: 40px 5% 60px;
	
}

.ContTxtVid {
    float: left;
    width: 90%;
    height: initial;
    padding: 0 5% 20px;
	text-align: center;
}

.AlinhaEsquerda {
    padding: 25px 5% 0;
}

.BtnPlay{
	display: inline-block;
	margin: 30px auto 20px;
	float: none;
}

.BtnPlay:hover {
    background-color: #2F6C97;
}

.VidYou {
    width: 90%;
    height: 400px;
	padding: 0 5%;
    position: relative;
    float: left;
}

.BlocoM {
    background-image: none;
}

.BgMeio{
	background: -moz-linear-gradient(left, rgba(71,108,175,1) 0%, rgba(57,73,110,0.8) 50%, rgba(3,168,229,0.9) 100%);
	background: -webkit-linear-gradient(left, rgba(71,108,175,1) 0%,rgba(57,73,110,0.8) 50%,rgba(3,168,229,0.9) 100%);
	background: linear-gradient(to right, rgba(71,108,175,1) 0%,rgba(57,73,110,0.8) 50%,rgba(3,168,229,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#476caf', endColorstr='#e603a8e5',GradientType=1 );
	
}

#owl-C2, #owl-C6{
	width: 90%;
	padding: 0 5%;
}

.ItemC2:hover .BtnC2 a {
    background-color: initial;
    color: #ffffff;
}

.ItemP:hover {
    transform: initial;
    -webkit-transform: initial;
}

.ItemP:hover .BtnCont {
    background-color: #2F6C97;
}

.ItemP:hover .Rec:before {
    width: 0;
}

.ContLig {
    width: 100%;
    float: left;
    padding: 40px 0;
    background-image: none;
}

.ContTxtLig {
    width: 100%;
	max-width: 370px;
    float: none;
	display: table;
    padding: 0 0 110px 0;
    background-image: url(../images/Fle3.png);
    background-position: center bottom;
	margin: 0 auto;
}

.ContFormLig {
    width: 80%;
    float: left;
	padding: 20px 10%;
    max-width: 80%;
}


.Rodape{
	background-image: none;
}

.Rodape1{
	background: -moz-linear-gradient(left, rgba(71,108,175,1) 0%, rgba(57,73,110,0.8) 50%, rgba(3,168,229,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(71,108,175,1) 0%,rgba(57,73,110,0.8) 50%,rgba(3,168,229,0.9) 100%);
    background: linear-gradient(to right, rgba(71,108,175,1) 0%,rgba(57,73,110,0.8) 50%,rgba(3,168,229,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#476caf', endColorstr='#e603a8e5',GradientType=1 );
}

.BoxR1{
	width: 20%;
	margin: 30px 5%;
	
}

.BoxR2{
	width: 30%;
	margin: 30px 5%;
	
}

.BoxR1:after{
	display: none;
}

.BoxR3{
	width: 20%;
	margin: 30px 5%;
}

.App{
	display: none;
}


.Baixe {
    margin: 25px 5px;
}

.TxtBoxR1 a:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.TCome{
	font-size: 25px;
	
}

.ContCenter {
    width: 90%;
    position:relative;
    left: initial;
    right: initial;
    bottom: initial;
    top: initial;
    display: table;
    margin: auto;
    max-width: 980px;
    padding: 30px 5%;
}

.ContFlu .ContFormLig {
    width: 100%;
    float: left;
    padding: 20px 0;
    max-width: 100%;
}

.ContFlu .ContTxtLig {
    background-image: url(../images/Fle4.png);
	    padding: 28px 0 110px 0;
}

.TLig {
    font-size: 25px;
}

.TxtLig {
    font-size: 16px;
}

/*QUEM SOMOS*/

.TxtServ {
    font-size: 20px;
}

.ImgGale {
    width: 100%;
    float: left;
    height: auto;
}


.BoxInt{
	width: 90%;
	margin: 0 5%;
}

.ContTInt {
    position: relative;
    background-image:none;
    margin-top: 0;
}

.BoxT{
	margin: 0;
}

.BgPre{
	background: -moz-linear-gradient(left, rgba(71,108,175,1) 0%, rgba(57,73,110,0.8) 50%, rgba(3,168,229,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(71,108,175,1) 0%,rgba(57,73,110,0.8) 50%,rgba(3,168,229,0.9) 100%);
    background: linear-gradient(to right, rgba(71,108,175,1) 0%,rgba(57,73,110,0.8) 50%,rgba(3,168,229,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#476caf', endColorstr='#e603a8e5',GradientType=1 );
	
}

.TInt {
    padding: 32px 2px;
    font-size: 22px;
}


/*SERVICOS INTERNO*/

.BoxT a{
	display: none;
}

.Txt1 {
    font-size: 19px;
    line-height: 25px;
}

.ContServInt img{
    float: none;
    margin: 10px auto 20px;
	display: table;
	max-width: 100%;
}



/*CONTATO*/

.Impr{
	display: none;
}

.ContCont{
	width: 96%;
	padding: 0 2%;
}

.Form{
	max-width: 100%;
	margin: 0 0 30px;
}

.ContInfo {
    max-width: 96%;
    margin: 0 2%;
}

/*VANTAGENS*/

.FEq {
    float: none;
    margin: 0 auto;
    display: table;
}

.DesEq {
    width: 100%;
    height: initial;
    float: left;
	padding: 15px 0 10px;
    text-align: center;
}

.ItemEq:hover .FEq img {
    border-color: #EEEEEE;
    background-color: #EEEEEE;
}


}

@media screen and (max-width: 720px) {
	
.HoverC2 {
    width: 90%;
    margin: 0 5%;
}

.P1 {
    font-size: 25px;
}

.P2 {
    font-size: 18px;
}

.BtnB{
	margin-top: 20px;
	
}

.ContFunc .ItemC1 {
    max-width: 265px;
}

.ItemC2Int{
	max-width: 90%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0% 40px;
}

.BoxR1{
	width: 40%;
	margin: 30px 5%;
}

.BoxR2{
	width: 40%;
	margin: 30px 5%;
}

.BoxR3 {
    width: 100%;
    margin: 30px 0;
}

.Baixe {
    width: 260px;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.Baixe a {
    width: initial;
	margin: 2px;
}

}

@media screen and (max-width: 640px) {
	
.P1 {
    font-size: 20px;
}

.P2 {
    font-size: 15px;
}

.BtnB{
	margin-top: 10px;
	font-size: 15px;
	
}	

.TVid {
    font-size: 25px;
}

.TxtVid {
    font-size: 17px;
    line-height: initial;
}
	
.VidYou {
    width: 100%;
    height: 300px;
    padding: 0;
}

.VidYou {
    height: 250px;
}

.BoxR1, .BoxR2 {
    width: 80%;
    margin: 30px 10% 10px;
}

}


@media screen and (max-width: 480px) {

.text{
	display: none;
}


.UlComp{
	width: 100%;
	
}

}





