/***** body *****/
body{font-family: 'Open Sans', sans-serif;}
/***** body *****/

a{color:#3fa9f5;}
a:hover{color:#20557b;}

/***** topo *****/
.topo{padding:10px 0;background-color: #ffffff;}
.topo mark{float:right;background:none;color: #3fa9f5;padding-right:20px;font-size: 25px;text-align: center;font-weight: lighter;margin-top:10px;}
/***** topo *****/

/***** menu *****/
#neomenu{margin-bottom:0px;}
#neomenu.navbar-default .navbar-brand{color: #f2f2f2;}
#neomenu.navbar-default {font-size: 14px;background-color: #20557b;border: solid 1px #20557b;border-right: none;border-left: none;border-radius: 0px;}
#neomenu.navbar-default .navbar-nav>li>a{color: #f2f2f2;background-color: #20557b;}
#neomenu.navbar-default .navbar-nav>li>a:hover,
#neomenu.navbar-default .navbar-nav>li>a:focus{color: #ffffff;background-color: #3fa9f5;}
#neomenu.navbar-default .navbar-nav> .open{background-color: #ffffff;}
#neomenu.navbar-default .navbar-nav>.active>a,
#neomenu.navbar-default .navbar-nav>.active>a:hover,
#neomenu.navbar-default .navbar-nav>.active>a:focus{color: #555555;background-color: #e7e7e7;}
#neomenu.navbar-default .navbar-toggle{border-color: #dddddd;}
#neomenu.navbar-default .navbar-toggle:hover,
#neomenu.navbar-default .navbar-toggle:focus{background-color: #ffffff;}
#neomenu.navbar-default .navbar-toggle .icon-bar{background-color: #ffffff;}
#neomenu.navbar-default .navbar-toggle:hover .icon-bar,
#neomenu.navbar-default .navbar-toggle:focus .icon-bar{background-color: #20557b;}
/***** menu *****/

/***** avisos *****/
.avisos{background-color: #3fa9f5;padding:10px 0;color:#f2f2f2;border-bottom: solid 1px #20557b;}
.avisos> .container h2{margin-top:0px;color:#ffffff;}
/***** avisos *****/

/***** banner *****/
/***** banner *****/

.titulo-banner{position:absolute;width:650px;top:20px; left:60px;padding:5px;text-align:left;text-transform:uppercase;font-size:30px;color:#FFFFFF;font-weight:bold;text-shadow: #4a585f 1px 1px 1px;}
.texto-banner{position:absolute;width:650px;top:130px;left:80px;padding:5px;text-align:left;font-size:25px;color:#FFFFFF;text-shadow: #4a585f 1px 1px 1px;}
.posicao-botao-banner{position:absolute;top:300px;left:120px;}
.btn-banner{padding:15px 40px;background: rgba(74, 88, 95, 0.8);border:solid 1px #ffffff;color:#ffffff;font-size: 20px;text-shadow: #4a585f 1px 1px 1px;margin-top:10px;}
.btn-banner:hover{color:#fff;background:#3fa9f5}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 500px;
    background-color: #20557b;
}
.fade-carousel .carousel-inner .item {
    height: 500px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity:.7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
    font-family:Open Sans;font-weight:100;          
}
.hero h1 {
    font-size: 3em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family:Open Sans;font-weight:100;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 2;
    background-color: #4a585f;
    opacity: .4;
}

/********************************/
/*          Custom Buttons      */
/********************************/
/*
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #1bab95;
    background-color: #000000;
    border-color: #000000;
    outline: none;
    margin: 20px auto;
}
*/
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  opacity:0.4;-webkit-filter: blur(0px);		
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; }    
}

/***** banner *****/
/***** banner *****/

/***** botões *****/
.btn-default{background-color:#20557b;border:none;color:#ffffff;}
.btn-default:hover{background-color:#3fa9f5;border:none;color:#ffffff;}
.btn-success{background-color:#20557b;border:none;color:#ffffff;}
.btn-success:hover{background-color:#3fa9f5;border:none;color:#ffffff;}
.btn-primary{background-color:#20557b;border:none;color:#ffffff;}
.btn-primary:hover{background-color:#3fa9f5;border:none;color:#ffffff;}
.btn-home{background-color:#20557b;border:none;color:#ffffff;}
.btn-home:hover{background-color:#3fa9f5;border:none;color:#ffffff;}
.btn-customizado{background-color:#20557b;border:none;color:#ffffff;}
.btn-customizado:hover{background-color:#3fa9f5;border:none;color:#ffffff;}
.btn-planos{width:100%;text-align:center;background-color:#20557b}
.btn-planos:hover{width:100%;text-align:center;background-color:#32668c;}

@media (max-width:420px){.btn-home{font-size:12px;font-weight: bold}}
/***** botões *****/



.faixa-planos{padding:40px 10px 80px 10px; background-color: #20557b;border-top:solid 1px #20557b;}
.faixa-planos h2{text-align:center;margin:auto;color:#ffffff;margin-bottom:30px;}
.planos{display:flex;-webkit-flex-flow: row wrap;justify-content: space-around;align-items:stretch;}
.flex-item {background-color: #32668c;padding:10px 15px;width: 260px;min-height: 150px;margin-top:10px;border-radius: 16px;color:#ffffff;}
.flex-item:hover {background-color: #42A7F5;
 /* Firefox */
    -moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
}
.flex-item h3{text-align: center;font-size: 18px;font-weight: bold;color:#ffffff}
.flex-item .valor{font-size:35px;color:#ffff88;text-align: center;margin:30px;font-weight: bold;}
.faixa1{background-color: #3fa9f5;}
.faixa2{background-color: #ffffff;border-bottom:solid 1px #f2f2f2;}
.faixa3{background-color: #ffffff;border-bottom:solid 1px #f2f2f2;margin-bottom: 0;}
.faixa4{background-color: #ffffff;border-bottom:solid 1px #f2f2f2;padding:30px 0 60px 0;}
.faixa5{background-color: #ffffff;border-top:solid 1px #f2f2f2;padding:50px 70px;}
/**TWITTER-HOME**/
.twitter-home{padding-bottom: 20px;background-color:#ffffff;}
/**TWITTER-HOME**/

.panel{box-shadow:none;background:none;}
.panel-alpha{background-color:#ffffff;}

.panel#caixaboletins{background:none;margin-top:20px;box-shadow:none;color:#ffffff;}
.panel#caixaboletins ul{padding:0;margin:0;}
.panel#caixaboletins ul li{list-style-type:none;padding:0;margin-left:-10px;}
.panel#caixaboletins a{color:#ffffff;}
.panel#caixaboletins h2{padding:10px 0px 0px 0px;margin:0;color:#ffffff;}
.panel#caixanoticias{background:none;margin-top:20px;box-shadow:none;color:#ffffff;}
.panel#caixanoticias a{color:#ffffff;}
.panel#caixanoticias h2{padding:10px 0px 0px 10px;margin:0;color:#ffffff;}

.quarter>.panel-heading{font-size:25px;margin-bottom:-20px;}

h2{margin:0;color:#3fa9f5;}




/***** DESTAQUES HOME  *******************/
.faixa-destaques{background-color:#20557b;padding:30px 0 50px 0;}
.icon-destaque{font-size:40px;color:#3fa9f5;}
.custom-services {position:relative !important;padding:0;margin:20px 0;display:block;overflow:visible;}
.ch-item {position:relative !important;padding:0;margin:20px 0;height:200px;display:block;overflow:visible;}
.ch-info-wrap{position: absolute;width: 100%;height: 200px;border-radius: 10px;-webkit-border-radius:10px;-moz-border-radius:10px;-webkit-perspective: 800px;-moz-perspective: 800px;-o-perspective: 800px;-ms-perspective: 800px;perspective: 800px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;background: #ffffff;}
.ch-info-back{padding:10px;text-align:center;font-size: 14px;color:#ffffff;}
.ch-info-front {padding-top:40px;text-align:center;}
.ch-info-back h3 {font-size:20px;margin-bottom:0;padding-bottom:0;color:#ffffff;font-weight:bold;}
.ch-info-back p {color:#ffffff;line-height: 140%;}
.ch-info-front h3 {font-size:20px;color:#3fa9f5;font-weight:bold;}
.ch-info{position: absolute;width: 100%;height: 200px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;}
.ch-info > div {display: block;position: absolute;width: 100%;height: 100%;background-position: center center;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;border-radius: 10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.ch-info .ch-info-back {-webkit-transform: rotate3d(0,1,0,180deg);-moz-transform: rotate3d(0,1,0,180deg);-o-transform: rotate3d(0,1,0,180deg);-ms-transform: rotate3d(0,1,0,180deg);transform: rotate3d(0,1,0,180deg);background-color:#3fa9f5;}
.ch-item:hover .ch-info {-webkit-transform: rotate3d(0,1,0,-180deg);-moz-transform: rotate3d(0,1,0,-180deg);-o-transform: rotate3d(0,1,0,-180deg);/*-ms-transform: rotate3d(0,1,0,0);*//*transform: rotate3d(0,1,0,-180deg);*/}
/***** DESTAQUES HOME  *******************/



/***** DESTAQUES 2 HOME  *******************/
.faixa-destaques2{background-color:#3fa9f5;padding:30px 0 50px 0;}
.faixa-destaques2 h2{text-align:center;margin:auto;color:#ffffff;}
.icon-destaque2{font-size:40px;color:#3fa9f5;}
.custom-services {position:relative !important;padding:0;margin:20px 0;display:block;overflow:visible;}
.ch-item {position:relative !important;padding:0;margin:20px 0;height:200px;display:block;overflow:visible;}
.ch-info-wrap{position: absolute;width: 100%;height: 200px;border-radius: 10px;-webkit-border-radius:10px;-moz-border-radius:10px;-webkit-perspective: 800px;-moz-perspective: 800px;-o-perspective: 800px;-ms-perspective: 800px;perspective: 800px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;background: #ffffff;}
.ch-info-back{padding:10px;text-align:center;font-size: 14px;color:#ffffff;}
.ch-info-front {padding-top:40px;text-align:center;}
.ch-info-back h3 {font-size:20px;margin-bottom:0;padding-bottom:0;color:#ffffff;font-weight:bold;}
.ch-info-back p {color:#ffffff;line-height: 140%;}
.ch-info-front h3 {font-size:20px;color:#3fa9f5;font-weight:bold;}
.ch-info{position: absolute;width: 100%;height: 200px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;}
.ch-info > div {display: block;position: absolute;width: 100%;height: 100%;background-position: center center;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;border-radius: 10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.ch-info .ch-info-back {-webkit-transform: rotate3d(0,1,0,180deg);-moz-transform: rotate3d(0,1,0,180deg);-o-transform: rotate3d(0,1,0,180deg);-ms-transform: rotate3d(0,1,0,180deg);transform: rotate3d(0,1,0,180deg);background-color:#3fa9f5;}
.ch-item:hover .ch-info {-webkit-transform: rotate3d(0,1,0,-180deg);-moz-transform: rotate3d(0,1,0,-180deg);-o-transform: rotate3d(0,1,0,-180deg);/*-ms-transform: rotate3d(0,1,0,0);*//*transform: rotate3d(0,1,0,-180deg);*/}
/***** DESTAQUES HOME  *******************/





/***** Inicio DEPOIMENTOS  *******************/
.destacados{padding: 20px 0;text-align: center;background-color: #ffffff;}
.destacados > div > div{padding: 10px;border: 1px solid transparent;border-radius: 4px; transition: 0.2s;}
.destacados > div:hover > div{margin-top: -10px;border: 1px solid #c8c8c8;box-shadow: #c8c8c8 0px 5px 5px 2px;background: #f2f2f2;transition: 0.5s;}
/***** Fim DEPOIMENTOS  *******************/

/*****  carousel LOGOS *******************/
.media-carousel{margin-bottom: -20px;padding: 0 40px 0px 40px;margin-top: 0px;}
/* Previous button  */
.media-carousel .carousel-control.left{left: -12px;background-image: none;background: none repeat scroll 0 0 #20557b;border: 4px solid #FFFFFF;border-radius: 23px 23px 23px 23px;height: 40px;width : 40px;margin-top: 30px;color:#e9e9e9;} /* claro ou escuro */
/* Next button  */
.media-carousel .carousel-control.right{right: -12px !important;background-image: none;background: none repeat scroll 0 0 #20557b;border: 4px solid #FFFFFF;border-radius: 23px 23px 23px 23px;height: 40px;width : 40px;margin-top: 30px;color:#e9e9e9;} /* claro ou escuro */
/* Changes the position of the indicators */
.media-carousel .carousel-indicators{right: 50%;top: auto;bottom: 0px;margin-right: -19px;}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li{background: #c0c0c0;}
.media-carousel .carousel-indicators .active{background: #333333;}
.media-carousel img {width: 200px;max-width:100%;}
a.thumbnail{border:solid 1px #f2f2f2;}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active { border-color: #20557b;}
/***** End carousel LOGOS *******************/

/*******ÍNICIO DO CALENDÁRIO********/
.panel-gamma> .panel-body  .calendario td span a{color:#ffffff;}
.panel-gamma> .panel-body  .calendario td span a:hover{color:#20557b;}
.panel#agenda{width:100%;padding:0;margin:0;}
.agenda{padding:0; margin:auto;}
.agenda div{padding:0;}
*:first-child+html .agenda div{}
/*  AQUI É A CLASSE DA TABELA*/
.calendario{width:100%;color: #606060;border:solid 1px #f2f2f2;font-size:12px;}
.calendario .separador{/*min-width:30px;*/height:0px;padding:0;}
/* CLASSE PARA O CABEÇALHO DO CALENDÃRIO OU SEJA O NOME DO MÊS E A NAVEGAÇÃO*/
.calendario thead th{vertical-align:middle;background-color:#ffffff;background:none;border:solid 1px #f2f2f2;color:#606060;}
.calendario thead th a {font-weight:bold;color:#606060;}
.calendario th{color:#606060;text-align:center;vertical-align:middle;background-color:#ffffff;background:none;border:solid 1px #f2f2f2;}
.calendario th a{color:#ffffff;text-decoration:none;}
.calendario th a:hover{text-decoration:underline;}
.calendario td{text-align:center;background-color:#ffffff;background:none;border:solid 1px #f2f2f2;vertical-align:middle;}
/*  STYLE DOS DIAS DA SEMANA */
.calendario td b{}
/* AQUI ONDE VC COLOCA O STYLE DOS DIAS NORMAIS*/
.calendario td span{}
/* AQUI ONDE VC COLOCA O STYLE DOS DIAS QUE POSSUEM OBRIGAÇÕES*/
.calendario td span a{text-align:center;text-decoration:none;display:block;width:auto;vertical-align:middle;color:#ffffff;background-color:#20557b;border:solid 1px #ffffff;}
.calendario td span a:hover{text-decoration:underline;color:#606060;background-color:#ffffff;background:none;}
/* AQUI ONDE VC COLOCA O STYLE DO DIA ATUAL DO CALENDÁRIO*/
.calendario td.hoje{color:#ffffff;font-weight:bold;display:block;background-color:#666666;border:solid 1px #f2f2f2;}
.calendario td.hoje span a{font-weight:bold;display:block;height:auto;background-color:#666666;color:#ffffff;}
.calendario td.hoje span a:hover{background-color:#ffffff;background:none;color:#606060;}
.calendario td.hoje span{font-weight:bold;display:block;background-color:#666666;}
.calendario tfoot .corobrigacao{background-color:#20557b; color:#ffffff;}
.calendario tfoot .corhoje{background-color:#666666; color:#FFF;}
/*******FIM DO CALENDÁRIO********/

/**dolar**/
.dolar{padding:1px; margin:auto;}
.dolar table{width:100%;}
.dolar table tbody th {background-color:#20557b;color:#ffffff;border:solid 1px #f2f2f2;padding:2px 0px 2px 3px;font-weight:normal;}
.dolar table tbody td {background-color:#ffffff;background:none;border:solid 1px #f2f2f2;padding:2px 0px 2px 3px;}
/**dolar**/

/**índices**/
.indices{padding:1px; margin:auto;}
.indices table{width:100%;}
.indices table tbody th {background-color:#20557b;color:#ffffff;border:solid 1px #f2f2f2;padding:2px 1px 2px 3px;font-weight:normal;}
.indices table tbody td {background-color:#ffffff;background:none;border:solid 1px #f2f2f2;padding:2px 1px 2px 3px;}
.linksuteis{min-height:285px;}
/**índices**/

/***** Início PÁGINAS INTERNAS *******************/
.internas{margin-top:20px;}
/*div.container.internas div.row.clearfix div div.well.well-sm{box-shadow: 0px 5px 10px #aaaaaa;}*/
div.container.internas div.row.clearfix section header.well.well-sm{/*box-shadow: 0px 5px 10px #aaaaaa;*/ border-radius:0;background-color: #20557b;color:#ffffff;border: solid 1px #3fa9f5;}
div.container.internas div.row.clearfix section header.well.well-sm h1{padding:0;margin:0;}
@media (max-width: 550px){.internas{margin-top:40px;}}
article.panel{/*box-shadow: 0px 5px 10px #aaaaaa;*/padding:0; border-radius:0;border:solid 1px #e0e0e0; }
article .panel-heading{font-size: 25px;font-weight: bold;margin:0;margin-bottom:-10px;}
article.panel .panel-body{margin:0;}

/***** Início LATERAL *******************/
.lateral{background:none;text-align: center;padding-top:-10px;margin-top:0;}/* claro ou escuro */
.lateral .list-group{margin-top:-20px;}
div.container.internas div.row.clearfix aside.lateral{padding-top:0;}
.lateral .well-sm{border-radius:0;background-color: #20557b;color:#ffffff;border: solid 1px #3fa9f5;}

@media (max-width: 767px){.lateral{border-radius: 0;}}
.lateral .well{color:#ffffff;}
.lateral .well-sm .titulo-lateral{box-shadow: none;}
.atualizaveis .panel{background:none;color:#ffffff;box-shadow: none}
.atualizaveis .panel table td{background:none;border:none;}


.imagem-depoimento,
.imagem-galeria-logos{float:left;margin:0px 20px 10px 0px;border-radius:10px;border:solid 1px #cccccc;}
/***** Fim PÁGINAS INTERNAS *******************/


/**comparativo**/
.comparativo{width:100%; border-collapse:collapse; border:solid 1px #d7d7d7; float:left; margin-bottom:10px;}
.comparativo thead th {font-size:16px;font-weight: bold;text-align:center;}
.comparativo th{}
.comparativo th, 
.comparativo td{color:#404040;border:solid 1px #d7d7d7;padding:2px;}    
.comparativo thead td{width:33%;text-align:center;}
.comparativo tbody td{width:33%;text-align:center;}
.comparativo tbody td table{width:100%;border-collapse:collapse;}
.comparativo tbody td table thead td{background-color:#FFC;}
.comparativo tbody td table thead td strong{font-size:24px;}
.comparativo tbody td table tbody td{background-color:#ffffff;text-align:left;}
.comparativo tbody td table tbody td.direito{text-align:right;}
.comparativo#clt{/*background-color:#dfe8ff;*/ background-image:url(../imagens/fundoclt.jpg);}
.comparativo#aut{/*background-color:#ffdffa;*/ background-image:url(../imagens/fundoaut.jpg);}
.comparativo#pj {/*background-color:#dfffe5;*/ background-image:url(../imagens/fundopj.jpg);}
.bordacompara{border:solid 1px #20557b;padding:10px;}
/**comparativo**/


.thumb {margin-bottom: 30px;}
.recortefotoico{margin:0px 6px 6px 0px;float:left;display:block;width:160px;height:120px;overflow:hidden;border:solid 2px #DDE4E3;border-radius: 15px;}
.recortefotoico:hover{border:solid 2px #666666;}
.recortefotoico img{margin:0px 0px 0px -15px;width:320px;}
.recortefotoico img:hover{opacity: 0.4;}

/* por conta dos videos da videoteca */
.videoWrapper {position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
.videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/* por conta dos videos da videoteca */

/*icones midias sociais*/
.ico{width:35px; height:35px; background-repeat:no-repeat; display: inline-block;background-size: 35px;background-position: 0 -35px;border-radius: 6px;}
.ico:hover{background-position: 0 0px;}
.icofacebook{background-image: url(../imagens/ico_facebook.gif);}
.icogoogleplus{background-image: url(../imagens/ico_googleplus.gif);}
.icoinstagram{background-image: url(../imagens/ico_instagram.gif);}
.icolinkedin{background-image: url(../imagens/ico_linkedin.gif);}
.icomyspace{background-image: url(../imagens/ico_myspace.gif);}
.icopinterest{background-image: url(../imagens/ico_pinterest.gif);}
.icorss{background-image: url(../imagens/ico_rss.gif);}
.icoskype{background-image: url(../imagens/ico_skype.gif);}
.icotumblr{background-image: url(../imagens/ico_tumblr.gif);}
.icotwitter{background-image: url(../imagens/ico_twitter.gif);}
.icovimeo{background-image: url(../imagens/ico_vimeo.gif);}
.icowordpress{background-image: url(../imagens/ico_wordpress.gif);}
.icoyoutube{background-image: url(../imagens/ico_youtube.gif);}
/*icones midias sociais*/


.list-group-item{background: none;}
a.list-group-item:first-child{border-top-right-radius: 4px;border-top-left-radius: 4px;}


/***** Início RODAPÉ *******************/
.rodape{background-color:#20557b;margin-top:0px;padding-top:40px;margin-bottom:-20px;color:#ffffff;border-bottom: solid 10px #3fa9f5;}
.rodape a{color:#ffffff;}
.rodape a:hover{color:#3fa9f5;}
.rodapedireitos{font-size:11px;}
.rodapedesenvolvido{text-align:right;font-size:11px;}
.rodapenomeempresa{font-size: 18px;}
.rodapetelefone{font-size: 18px;}
.certificados-eoutros{margin:auto;text-align: center;}
/***** Fim RODAPÉ *******************/

.form-control{
	margin-bottom:5px;
}
