#0071BC/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

input{
    -webkit-appearance: none;
     border-radius: 0;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body{
    font-size: 62.5%; 
}

h1, h2, h3, h4, h5, h6, p, ul{
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

a.linkAcesso { color:#536A7B; text-decoration:none; font-size: 13px; }
a.linkAcesso:hover { color:#202931; text-decoration:none }

.m-b-15 {margin-bottom: 15px;}
.m-b-30 {margin-bottom: 30px;}
.f-15 {font-size: 15px;}
.rod {font-size: 11px; font-family: Droid Sans, regular; color: #5C7282}
.f-24{font-size: 24px}
.bt-enviarLog{
	display: block;
    margin: 0 auto;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #cf1f25;
    background-color: #cf1f25;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
	width: 60%;
	
}


.bt-enviarLog:hover{
    background-color: #cf1f25;
    color: #cccccc;
    border: 1px solid #cf1f25;
}

.bt-uplo{
	display: block;
    margin: 0 auto;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
	padding: 12px;
    text-align: center;
    color: #fff;
    border: 1px solid #cf1f25;
    background-color: #cf1f25;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
	width: 440px;}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
select { -webkit-appearance:textfield; }



/* ==========================================================================
   Media querie
   ========================================================================== */

#media-querie{
    display: none;
    width: 1260px;
}

/*Google conversion code*/
iframe[name="google_conversion_frame"]{
    position: absolute;
    z-index: 0;
    opacity: 0;
}


/* ==========================================================================
   Classes Gerais
   ========================================================================== */


body{
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden; 
    background: #ffffff;
	font-size: 16px;
}

.secao{
    width: 100%;
    max-width: 1260px;
    /*margin: 0 auto;*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
    overflow: hidden;
}

.sair{
	text-decoration: none;
	color: #1D3C52;
}

.btvoltar {	
	width: 80px;
    height: 20px;
    background-color: transparent;
    background: url('../../Images/back_icon.svg') no-repeat left top;
	border: 0px;
}

.formPesquisa{
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    line-height: 1em;
    color: #333;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #CFD1D2;
    border-radius: 5px;	
}

/*Tamanho e posicionamento dos elementos */

.relative{
  position: relative;
}

.absolute{
    position: absolute;
}

.full-w{
    width: 100%;
}

.full-h{
    height: 100%;
}

.center{
    left: 50%;
    -webkit-transform: translateX(-50%) ;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} 

.middle{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}    

.center-middle{
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* CORES */

.bkg-branco{
    background-color:  #fff;
	border: solid 1px #E5E5E5;
	/*border-radius: 10px; */
}

.bkg-primario{
    background-color:  #0071BC;
}

.bkg-secundario{
    background-color: #005AAB;
}


.txt-branco{
    color:  #fff;
}

.txt-preto{
    color:  #333333;
}

.txt-cinza{
    color: #999999;
}

.txt-vermelho{
    color: #FF0000;
}

.txt-primario{
    color:  #0071BC;
}

.txt-secundario{
    color: #FBB03B;
}



/* Visibilidade dos blocos de acordo com a responsividade */

.r1280{
    display: block;
}

.r1024{
    display: none;
}

.r1024mais{
    display: block;
}

.r1024menos{
    display: none;
}

.r768{
    display: none;
}

.r768mais{
    display: block;
}

.rn768{
    display: block;
}

.r768menos{
    display: none;
} 

.r360{
    display: none;
}


@media screen and (max-width: 1400px) {
    .rolagemtabela_g {
        width: 990px;
		margin-left: -40%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
	.rolagemtabela_gg {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}



@media (max-width: 770px) {
    .rolagemtabela_g {width: 100%; overflow-y: hidden; overflow-y: hidden; margin-left: -1%;}
	.rolagemtabela_gg {width: 100%; overflow-y: hidden; overflow-y: hidden;}

}

#GridView1 td{padding: 15px}
#grdRelatorio td{padding: 6px 20px 6px 20px; border-left: none; border-right: none; white-space: nowrap;}
#grdRelatorio th {padding: 15px; border-left: none; border-right: none}
#grdRelatorio a {text-decoration: none; color: #00AAFF}
#ResultGridView {width: 100%; padding: 15px}
#ResultGridView td {padding-left: 10px}
#gvDados td {padding: 6px 10px 6px 10px; border-left: none; border-right: none; white-space: nowrap}

#chkProgramas td {padding: 10px; }
#chkProgramas label {margin-right: 15px}
#chkProgramas input {margin-right: 15px}
#ResultGridView_LinkButton2 {text-decoration: none; color: #eeeeee}
#ResultGridView_LinkButton4 {text-decoration: none; color: #D7D7D7; padding-left: 15px}
#ResultGridView_LinkButton3 {text-decoration: none; color: #ffffff; }

.escolher-btn {
    padding: 8px 10px 8px 10px;
    background: #0C71B9;
    color: #ffffff;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 3px 3px #b1b1b1;
    -moz-box-shadow: 0 0 3px 3px #b1b1b1;
    box-shadow: 0 0 3px 3px #b1b1b1;
}

/* ==========================================================================
   TOPO
   ========================================================================== */

.topo{
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.topo .secao{
    padding: 0 80px;
    height: 100%;
}

.topo .container-logo{
    position: relative;
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.topo .container-logo img{
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.topo p{
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    margin-left: 95px;
    margin-top: 65px;
    width: 550px;
}

.topo .call{
    width: 190px;
    margin-top: 45px;
}

.topo .call span{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding-bottom: 8px;
}

.topo .call a{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #0071BC;
    border: 1px solid #0071BC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.topo .call a:hover{
    background-color: #fff;
    color: #0071BC;
    cursor: pointer;
}


/* ==========================================================================
   MIOLO COM FORMULÁRIO
   ========================================================================== */



.campoDig {
    height: 40px;
    margin: 0 auto;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background-color: #ffffff !important;
    color: #cf1f25;
    border: 1px solid #cf1f25;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding-left: 10px
}



.conteudo{
    position: relative;
    width: 100%;
    background: url('') no-repeat center top 110px #0071BC;

}

.conteudo .chamada-360{
    display: none;
}

.conteudo .dados-form{
    position: relative;
}

.conteudo .dados-form .titulo{
    width: 100%;
    height: 20px;
}

.conteudo .dados-form .titulo h1{
    width: 100%;
    padding-top: 85px;
    text-align: center;
    font-size: 48px;
    line-height: 1.2em;
}

.conteudo .dados-form .titulo p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1em;
    padding-top: 10px;
}

.conteudo .dados-form .titulo p span{
    position: relative;
}

.conteudo .dados-form .titulo p span:before{
    position: absolute;
    width: 78px;
    height: 78px;
    right: -105px;
    top: 15px;
    background: url('') no-repeat center;
    content: '';
}

.conteudo .gradiente{

    position: absolute;

    width: 100%;
    top: 803px;
    left: 0;

    height: 100%;
    height: -webkit-calc(100% - 693px);
    height: -moz-calc(100% - 693px);
    height: calc(100% - 693px); 

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0071bc+0,005a89+100 */
    background: #0071bc; /* Old browsers */
    background: -moz-linear-gradient(top, #0071bc 0%, #005a89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0071bc 0%,#005a89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0071bc 0%,#005a89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#005a89',GradientType=0 ); /* IE6-9 */
}

.formulario-inativo{
    display: none;
}

.info-form{
   /* padding: 0 80px 30px 80px; */
	padding: 0 180px 30px 180px;
}

.info-form .ct-form,
.info-form .info{
    /*width: 48.18181818181818%;*/
	width: 53%;
    position: relative;
}

/* VÍDEO DADOS */

.info-form .info .video-imagem{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: url('../img/img-info.jpg') no-repeat center;
    background-size: 100% auto;
}

.info-form .info .video-imagem a{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/sombra.png') repeat-x left bottom;
    z-index: 5;
}

.info-form .info .video-imagem a span{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 97px;
    
    font-size: 18px;
    line-height: 1.1em;
    bottom: 17.6%;
}

.info-form .info .video-imagem a span:before{
    position: absolute;
    width: 100px;
    height: 71px;
    top: 0;
    left: 50%;
    margin-left: -50px;
    background: url('../img/icon-play.svg') no-repeat center;
    opacity: 0.8;
    content: '';
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

.info-form .info .video-imagem a:hover span:before{
    opacity: 1;
}

.info-form .info h2{
    font-size: 24px;
    line-height: 1em;
    padding-top: 35px;
    padding-left: 40px;
}

.info-form .info ul{
    padding-left: 40px;
    padding-top: 35px;
}

.info-form .info ul li{
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 25px;
}

.info-form .info ul li:last-child{
    padding-bottom: 0;
}

.info-form .inscrevase{
    position: static;
    margin-top: 75px;
    left: 0;
    width: 84.90566037735849%;
    margin-left: 40px;
    padding-top: 70px;
    border-top: 1px solid #CFD1D2;
}

.info-form .inscrevase a{
    display: block;
    width: 100%;
    padding-top: 70px;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    background: url('../img/icon-inscreva-se.svg') no-repeat center top;
}

/* LIGHTBOX VÍDEO */

.lightbox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}


.lightbox.claro{
    background-color: rgba(255,255,255,0.8);
}

.lightbox.aberto{
    display: block;
}


.lightbox-conteudo{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin-top: -80px;
    
}

.lightbox.claro .lightbox-conteudo{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0071bc+0,005a89+100 */
    background: #0071bc; /* Old browsers */
    background: -moz-linear-gradient(top, #0071bc 0%, #005a89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0071bc 0%,#005a89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0071bc 0%,#005a89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#005a89',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.lightbox .fechar-lb-topo{
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../img/icon-fechar-lb.svg') no-repeat center, url('../img/icon-fechar-lb-hover.svg') no-repeat 1000px center #666;
  background-size: 16px auto;
  top: 40px;
  right: 40px;  
  z-index: 110;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.lightbox .fechar-lb-topo:hover{
  background-position: 1000px center, center;
  background-color: #ccc;
  cursor: pointer;
}

.lightbox .fechar-lb-sucesso{
    position: absolute;
    width: 35px;
    height: 35px;
    background: url('../img/icon-fechar-sucesso.svg') no-repeat center;
    top: 20px;
    right: 20px;  
    z-index: 110;
    opacity: 0.37;
}

.lightbox .fechar-lb-sucesso:hover{
    opacity: 1;
    cursor: pointer;
}


.lightbox-conteudo .ct{
  padding: 0;
}

.lightbox.claro .ct{
    height: 100%;
}

.lightbox.claro iframe{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lightbox-conteudo .ct-video{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.lightbox-conteudo .ct-video iframe,
.lightbox-conteudo .ct-video object,
.lightbox-conteudo .ct-video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* FORMULÁRIO */

.info-form .ct-form{
    margin-top: 1px;
}

.form-group{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;    
    border-top: none;
}

.form-group.campo-data,
.form-group.campo-hora{
    width: 50%;
}

.form-group.campo-hora input{
    width: 100%;
    width: -webkit-calc(100% + 1px);
    width: -moz-calc(100% + 1px);
    width: calc(100% + 1px);
    left: -1px;
}

.form-group.apelido{
    display: none !important;
}


.form-group .control-label{
    position: absolute;
    font-size: 14px;
    line-height: 1em;
    margin-top: 14px;
    margin-left: 12px;
    color: #999;
    top: 0px;
    left: 0px;
    height: 14px;
}

.form-group .controls{
    position: absolute;
    width: 100%;    
    /*height: 100%;
    height: -webkit-calc(100% + 1px);
    height: -moz-calc(100% + 1px);
    height: calc(100% + 1px); 
    top: -1px;
    padding: 0 45px 0 20px;*/
    padding-top: 6px;
	padding-bottom: 6px;
    border: 1px solid #CFD1D2;
	border-radius: 5px;
}

.form-group .controls.focus{
    border: 1px solid #fbb03b;
    z-index: 2;
}

.form-group select{
    width: 100%;
    /*height: 30px;*/
    font-size: 16px;
    line-height: 30px;
    z-index: 2;
    border: none;
    /*background-color: #efefef;*/
    padding-left: 10px;

}

.form-group > input{
    position: absolute;
    width: 100%;    
    /*height: 100%;
    height: -webkit-calc(100% + 1px);
    height: -moz-calc(100% + 1px);
    height: calc(100% + 1px);
    top: -1px; 
    left: 0;
    padding-left: 20px;
    padding-top: 23px;
    padding-right: 45px;*/
    font-size: 16px;
	padding-left: 10px;
    line-height: 1em;
    color: #333;
    background-color: transparent;
    padding-top: 10px;
	padding-bottom: 10px;
    border: 1px solid #CFD1D2;
	border-radius: 5px;
}

.form-group.ct-radios{
    border-right: 1px solid #CFD1D2;
    border-left: 1px solid #CFD1D2;
}

.form-group > input:focus {
    border: 1px solid #fbb03b;
    z-index: 2;
}

.form-group > input.abre-hora:focus{
    border: 1px solid #CFD1D2;
    z-index: 1;
}

.form-group > input.focus{
    border: 1px solid #fbb03b !important;
    z-index: 2;
}

.form-group > input:disabled{
   color: rgba(51, 51, 51, .5);
   cursor: not-allowed;
}

.form-group.campo-data input{
    text-align: center;
    padding-left: 0;
    padding-right: 35px;
    background: url('../img/icon-calendario.svg') no-repeat right 25.3% top 41px; /*62*/
}

.form-group.campo-hora input{
    text-align: center;
    padding-left: 0;
    padding-right: 35px;
    background: url('../img/icon-hora.svg') no-repeat right 38% top 41px; /*95*/
}


.form-group.radios{
    height: auto;
}

.form-group .container-radio{
    display: block;
    padding: 40px 15px 0 15px;
}

.form-group .container-radio .opt-radio{
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.form-group .container-radio .opt-radio:last-child{
    margin-right: 0;
}

.form-group .container-radio .opt-radio input.radio{
    position: absolute;
    opacity: 0;
    left: -9999px;
}

.form-group .container-radio .opt-radio label{
    position: relative;
    padding-left: 19px;
    font-size: 20px;
    line-height: 1em;
    color: #333333;
    cursor: pointer;
}

.form-group .container-radio .opt-radio label:before{
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #999;
    left: 0;
    top: 7px;
    content: '';
}

.form-group .container-radio .opt-radio input.radio:checked ~ label:after {
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 2px;
    top: 9px;
    background: #00A551;
    content: '';
}

.container-concursos{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.form-group .container-radio.concurso{
    position: absolute;
    width: 100%;
    padding: 0px 0 0 20px;
}

.form-group .container-radio.concurso .opt-radio label{
    font-size: 16px;
    display: block;
}

.form-group .container-radio.concurso .opt-radio label:before{
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #999;
    left: 0;
    top: 3px;
    content: '';
}

.form-group .container-radio.concurso .opt-radio input.radio:checked ~ label:after {
    top: 5px;
    background: #1F79A4;
}

.form-group .container-radio.concurso .opt-radio{
    margin-top: 0;
    padding-top: 5px;
}

.container-submit{
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    top: 0px;
    left: 0px;
    /*height: 350px;*/
}

.container-submit .bt-enviar{
    display: block;
    margin: 0 auto;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
	padding-left: 40px;
	padding-right: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #cf1f25;
    text-transform: uppercase;
    background-color: #cf1f25;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bt-enviarnew{
    margin: 0 auto;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
	padding-left: 40px;
	padding-right: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #cf1f25;
    text-transform: uppercase;
    background-color: #cf1f25;    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.container-submit .bt-enviar:hover{
    background-color: #cf1f25;
    color: #cccccc;
    border: 1px solid #cf1f25;
}

.container-submit .bt-enviar.desabilitado{
    border: 1px solid #cfd1d2;
    background-color: #cfd1d2;
}

.container-submit .bt-enviar.desabilitado:hover{
    background-color: #cfd1d2;
    color: #fff;
    border: 1px solid #cfd1d2;
}

.msg-erro{
    display: block;
    width: 360px;
    margin: 20px auto 0 auto;
    font-size: 13px;
    line-height: 1.2em;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

.msg-erro.aberto{
    opacity: 1;
}


.msg-clique{
    display: block;
    width: 360px;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: -20px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

.msg-clique.aberto{
    opacity: 0;
}

.form-group .aviso{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 20px;
    z-index: 15;
} 

.form-group.form-select .aviso{
    bottom: 17px;
} 

.form-group .aviso.erro{
     background: url('../img/icon-alert-erro.svg') no-repeat center;
} 

.form-group .aviso.sucesso{
     background: url('../img/icon-alert-ok.svg') no-repeat center;
} 


/* CSS LOADER */
   .form-group .loader{
     display: block;
     position: absolute;
     bottom: 20px;
     right: 15px;
     margin-top: -10px;
     border-top: 4px solid rgba(165, 167, 170, 0.2);
     border-right: 4px solid rgba(165, 167, 170, 0.2);
     border-bottom: 4px solid rgba(165, 167, 170, 0.2);
     border-left: 4px solid #a5a7aa;
     -webkit-transform: translateZ(0);
     -ms-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-animation: load8 0.5s infinite linear;
     animation: load8 0.5s infinite linear;
   }

   .loader,
   .loader:after {
     border-radius: 50%;
     width: 20px;
     height: 20px;
   }
   @-webkit-keyframes load8 {
     0% {
       -webkit-transform: rotate(0deg);
       transform: rotate(0deg);
     }
     100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
     }
   }
   @keyframes load8 {
     0% {
       -webkit-transform: rotate(0deg);
       transform: rotate(0deg);
     }
     100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
     }
   }


/* ESTILOS TOOLTIP*/

.container-balloon{
    position: absolute;
    z-index: 999;
}

.container-balloon .balloon{
    position: absolute;
    z-index: 10;
    padding-bottom: 20px;
    opacity: 0;
     width: 100%;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    bottom: 0;
    left: 0;
}

.container-balloon .balloon.show{
    opacity: 1;
    bottom: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.container-balloon .balloon p{
    width: 100%;
    padding: 20px 25px;
    background-color: #faebcc;
    color: #517fa2;
    font-size: 14px;
    line-height: 1.3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.container-balloon .balloon:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 20px 0 20px;
    border-color: #FAEBCC transparent transparent transparent;
    content: '';
}


/* ==========================================================================
   DEPOIMENTO
   ========================================================================== */

.depoimento{
    position: relative;
    width: 100%;
    min-height: 320px;
    height: 100%;
    max-width: 1010px;
    margin: 150px auto 0 auto;
    padding-left: 400px;
}

.depoimento img{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.depoimento .txt-depoimento{
    width: 80%;
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
}

.depoimento .txt-depoimento p{
    font-size: 18px;
    line-height: 1.6em;
}

.depoimento .txt-depoimento p span i{
    padding-left: 15px;
}

.depoimento .txt-depoimento p span:before{
    position: absolute;
    content: '“';
    font-size: 40px;
    line-height: 30px;
    color: #FBB03B;
}

.depoimento .txt-depoimento p span:after{
    position: absolute;
    content: '”';
    font-size: 40px;
    line-height: 30px;
    color: #FBB03B;
}

.depoimento .txt-depoimento h4{
    display: block;
    padding-top: 34px;
    font-size: 14px;
    line-height: 1.5em;
    color: rgba(255,255,255, 0.5);
}

.depoimento .txt-depoimento h4 span{
    display: block;
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 3px;
}

.espaco-dep{
    width: 100%;
    height: 150px;
}


.rodape{
    display: block;
    width: 100%;
    height: 310px;
}

.rodape div{
    margin-top: 5px;
}

.rodape p{
    color: #888888;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 24px;
}


/* ==========================================================================
   MENSAGEM SUCESSO
   ========================================================================== */

html.bkg-sucesso, body.bkg-sucesso{
    overflow: hidden;
    background: transparent;
}

body.bkg-sucesso{
   background: transparent;
}

html.bkg-sucesso, body.bkg-sucesso{
    overflow: hidden;
}

.container-sucesso{
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    background: transparent;
}

.container-sucesso h1{
    position: relative;
    width: 280px;
    margin: 0 auto;
    padding-top: 64px;
    background: url('../img/icon-pag-sucesso.svg') no-repeat center top;
    font-size: 21px;
    line-height: 28px;
    padding-bottom: 25px;
}

.container-sucesso h1:before{
    position: absolute;
    width: 52px;
    height: 2px;
    background-color: #FBB03B;
    left: 50%;
    margin-left: -26px;
    bottom: 0;
    content: '';
}

.container-sucesso ul{
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.2em;
}

.container-sucesso ul li{
    display: block;
    width: 100%;
    margin-bottom: 8px;
    color: #fff;
}

.container-sucesso ul li:last-child{
    margin-bottom: 0;
}

.container-sucesso ul li b{
    width: 50%;
    display: inline-block;
    text-align: right;
    color: #FBB03B;
    vertical-align: top;
}

.container-sucesso ul li span{
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
}

.container-sucesso ul li.endereco{
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}

.container-sucesso h2{
    padding-top: 36px;
    font-size: 14px;
    line-height: 1em;
}

.container-sucesso h3{
    padding-top: 7px;
    font-size: 12px;
    line-height: 1em;
    opacity: 0.46;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* Remove padding and margin into box account */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*Float Classes*/

.clearBoth{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

/*Text Classes*/

.upper{
    text-transform: uppercase;
}

.bold{
    font-weight: 700;
}

.image{
    text-indent: -9999px;
    white-space: nowrap;
}

.txt-center{
    text-align: center;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
  ESTILOS DA MENSAGEM PARA NAVEGADORES DESATUALIZADOS
   ========================================================================== */


#msg-atualizacao{
    position: fixed; 
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0; 
    background-color: #FFF; 
    color: #000; 
    z-index:9999999999999999999999;
}

#msg-atualizacao div.wrapper{
    position: absolute; 
    width: 800px; 
    height: 400px; 
    top: 50%; 
    left: 50%; 
    margin: -200px 0 0 -400px; 
    font-family: Arial, sans-serif;
    text-align: center; 
}

#msg-atualizacao div.wrapper h1{
    margin-top: 0px; 
    margin-bottom: 30px; 
    font-family: inherit;
    font-size: 48px; 
    line-height: 1em;  
    font-weight: bold;
    text-transform: uppercase; 
}

#msg-atualizacao div.wrapper p{
    font-family: inherit;
    font-size: 16px; 
}

#msg-atualizacao div.wrapper hr{
    width: 70px; 
    margin: 30px auto;
    border-top: 1px solid #ccc;
}

#msg-atualizacao div.wrapper h2{
    font-family: inherit;
    font-size: 16px; 
    line-height: 1em; 
    font-weight: normal !important;
}

#msg-atualizacao div.wrapper ul{
    width: 560px;
    list-style: none; 
    font-family: inherit; 
    margin: 60px auto 0 auto;
}

#msg-atualizacao div.wrapper ul li{
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

#msg-atualizacao div.wrapper ul li.no-border{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#msg-atualizacao div.wrapper ul li a{
    display: block;
    color: #000;
    text-decoration: none;
    padding-top: 66px;
    text-align: center;
} 

#msg-atualizacao div.wrapper ul li a:hover{
    text-decoration: underline;
}

#msg-atualizacao div.wrapper ul li a.chrome{
    background: url('../img/msg-atualizacao/chrome.jpg') no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.ff{
    background: url('../img/msg-atualizacao/firefox.jpg') no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.ie{
    background: url('../img/msg-atualizacao/ie.jpg') no-repeat center top;
}

#msg-atualizacao div.wrapper ul li a.safari{
    background: url('../img/msg-atualizacao/safari.jpg') no-repeat center top;
}




/* ==========================================================================
  ESTILOS CALENDÁRIO AGENDA
   ========================================================================== */

.dia-horario{
    position: relative;
}

.container-calendario{
    position: absolute;
    width: 50%;
    bottom: 100%;
    z-index: 20;
    display: none;
}

.container-hora{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 100%;
    background-color: #fff;
    z-index: 20;
    display: none;
}

.container-hora ul li{
    width: 100%;
    height: 54px;
    
}

.container-hora ul li a{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 54px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #fff;
    color: #0071BC;
}

.container-hora ul li:last-child a{
    border-bottom: none;
}

.container-hora ul li a:hover{
    background-color: #0071BC;
    color: #fff;
    cursor: pointer;
}

.fc-calendar-container {
position: relative;
height: 320px;
width: auto;
}

.fc-calendar {
width: 100%;
height: 100%;
}

.fc-calendar .fc-head {
height: 30px;
line-height: 30px;
background: #ccc;
color: #fff;
}

.fc-calendar .fc-body {
    position: relative;
    width: 100%;
    height: 100%;
    height: -moz-calc(100% - 35px);
    height: -webkit-calc(100% - 35px);
    height: calc(100% - 35px);
    background-color: #F2F2F2;
    padding: 10px 5px;
}

.fc-calendar .fc-row {
    width: 100%;
    background: transparent;
}

.fc-four-rows .fc-row  {
height: 25%;
}

.fc-five-rows .fc-row  {
height: 20%;
}

.fc-six-rows .fc-row {
height: 16.66%;
height: -moz-calc(100%/6);
height: -webkit-calc(100%/6);
height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
float: left;
height: 100%;
width:  14.28%; /* 100% / 7 */
width: -moz-calc(100%/7.1);
width: -webkit-calc(100%/7.1);
width: calc(100%/7.1);
position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
width:  14.2%;
}

.fc-calendar .fc-row > div {
    overflow: hidden;
    position: relative;
}

.fc-calendar .fc-head > div {
text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #ddd;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}



.fc-calendar .fc-row > div > span.fc-weekday {
padding-left: 5px;
display: none;
}

.fc-calendar .fc-row > div.fc-today {

}

.fc-calendar .fc-row > div.fc-out {
opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
border-right: none;
}

.fc-calendar .fc-row:last-child {
border-bottom: none;
}


.custom-calendar-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.custom-inner {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
    content: '';
    width: 99%;
    height: 50%;
    position: absolute;
    background: #f6f6f6;
    bottom: -4px;
    left: 0.5%;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
    content: '';
    width: 98%;
    bottom: -7px;
    left: 1%;
    z-index: -2;
}

.custom-header {
    background: #0071BC;
    padding: 0 20px 0 20px;
    height: 60px;
    position: relative;
}


.custom-header h2 {
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.custom-header h3 {
    font-size: 10px;
    font-weight: 700;
    color: #b7bbc2;
}

.custom-header nav span {
    position: absolute;
    top: 19.5px;
    width: 12px;
    height: 21px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-header nav span:first-child {
    left: 20px;
    background: url('../img/seta-esq-cal.svg') no-repeat center;
}

.custom-header nav span:last-child {
    right: 20px;
    background: url('../img/seta-dir-cal.svg') no-repeat center;
}

.custom-header nav span:before {
    font-family: 'fontawesome-selected';
    color: #0071BC;
    position: absolute;
    text-align: center;
    width: 100%;
}


.custom-content-reveal {
    background: #f6f6f6;
    background: rgba(246, 246, 246, 0.9);
    width: 40%;
    height: 320px;
    float: right;
    text-align: center;
}

.custom-content-reveal span.custom-content-close {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #0071BC;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 13px;
    padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
    content: 'x';
    font-size: 18px;
    color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
    font-size: 22px;
    padding: 10px 30px;
    display: block;
}

.custom-content-reveal h4 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #777;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 5px solid #0071BC;
    box-shadow: 0 1px rgba(255,255,255,0.9);
    margin-bottom: 30px;
}

.custom-content-reveal span {
    color: #888;
}

.custom-content-reveal a {
    color: #0071BC;
}

.custom-content-reveal a:hover {
    color: #333;
}

/* Modifications */

.fc-calendar-container {
    height: 260px;
    width: auto;
    padding: 0;
    background: #f6f6f6;
    box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.fc-calendar .fc-head {
    background: #fff;
    color: #0071BC;
    text-transform: uppercase;
    font-size: 10px;
    height: 35px;
    line-height: 35px;
}

.fc-calendar .fc-row > div {
    background: transparent;
    cursor: pointer;
}

.fc-calendar .fc-row > div:empty {
    background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
    text-align: center;
    margin: 0;
    color: #999999;
    font-weight: 400;
    pointer-events: none;
}

.fc-calendar .fc-row > div.fc-content > span.fc-date {
    color: #0071BC;
}

.fc-calendar .fc-row > div.fc-content:hover > span.fc-date{
    background-color: #0071BC;
    color: #fff;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
    color: #b02c42;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
    color: #0071BC;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
    color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
    display: none;
    font-size: 22px;
}

@media screen and (max-width: 400px) {
    .fc-calendar-container {
        height: 300px;
    }
    .fc-calendar .fc-row > div > span.fc-date {
        font-size: 15px;
    }
}



/* ==========================================================================
  ESTILOS RESPONSIVOS
   ========================================================================== */


@media screen and (max-width: 1180px){

    #media-querie{
        display: none;
        width: 1180px;
    }

    .topo .secao {
      padding: 0 40px;
    }

    .topo p {
      display: block;
      font-size: 26px;
      line-height: 1.2em;
      margin-left: 47.5px;
      margin-top: 65px;
    }

    .info-form {
      padding: 0 40px 30px;
    }

    .info-form .info h2 {
      padding-left: 20px;
    }

    .info-form .info ul {
      padding-left: 20px;
    }

    .info-form .inscrevase {
      margin-left: 20px;
    }

    .conteudo{
        background-size: 140% auto;
    }

    .conteudo .dados-form .titulo h1 {
      font-size: 45px;
    }

    .fc-calendar-container {
      height: 220px;
    }

    .depoimento {
      height: 100%;
      margin: 120px auto 0;
      max-width: 920px;
      min-height: 320px;
      padding-left: 360px;
      position: relative;
      width: 100%;
    }

    .depoimento .txt-depoimento{
        width: 80%;
        width: -moz-calc(100% - 360px);
        width: -webkit-calc(100% - 360px);
        width: calc(100% - 360px);
    }

    .espaco-dep {
      height: 120px;
    }

}



@media screen and (max-width: 1000px){

    #media-querie{
        display: none;
        width: 1000px;
    }


    .topo{
        height: 160px;
    }

    .topo .secao{
        padding: 0 40px;
    }

    .topo .container-logo img{
       position: relative;
       top: 50%;
       -webkit-transform: translateY(-50%) scale(0.8);
       -moz-transform: translateY(-50%) scale(0.8);
       -ms-transform: translateY(-50%) scale(0.8);
       transform: translateY(-50%) scale(0.8);
    }

    .topo p{
        width: 300px;
        display: block;
        font-size: 21px;
        line-height: 1.2em;
        margin-left: 35px;
         margin-top: 58px;
    }

    .topo .call{
        width: 136px;
        margin-top: 52px;
    }

    .topo .call span{
        font-size: 11px;
        line-height: 1em;
        padding-bottom: 6px;
    }

    .topo .call a{
        height: 40px;
        font-size: 11px;
        line-height: 40px;
    }


    /* ==========================================================================
       MIOLO COM FORMULÁRIO
       ========================================================================== */


    /*.conteudo{
        background: #0071bc url("../img/img-topo-768.jpg") no-repeat scroll center top 110px;
        background-position: center top 160px;
        
    }*/

    /*.conteudo .dados-form .titulo{
        height: 360px;
    }*/

    /*.conteudo .dados-form .titulo h1{
        padding-top: 70px;
        font-size: 48px;
        width: 640px;
        margin: 0 auto;
    }*/

    .conteudo .dados-form .titulo h1 br{
        display: none;
    }

    .conteudo .dados-form .titulo p{
    }

    .conteudo .dados-form .titulo p span{
        
    }

    /*.conteudo .gradiente{
        top: 771px;
    }*/

    /*.info-form{
        padding: 0 20px 24px 20px;
    }*/

    /*.info-form .ct-form,
    .info-form .info{
        width: 48.5%;
        position: relative;
    }*/

    

    
    /*.info-form .info h2{
        font-size: 18px;
        padding-top: 32px;
        padding-left: 20px;
    }

    .info-form .info ul{
        padding-left: 20px;
        padding-top: 28px;
    }

    .info-form .info ul li{
        font-size: 14px;
        padding-bottom: 23px;
    }*/


    /*.info-form .inscrevase{
        position: static;
        margin-top: 104px;
        left: 0;
        margin-left: 20px;
        padding-top: 80px;
    }*/

    /*.info-form .inscrevase a{
        padding-top: 56px;
        font-size: 19px;
        background-size: 40px auto;
    }*/

    
    /* FORMULÁRIO */

    /*.info-form .ct-form{
        margin-top: 1px;
    }

    .form-group{
        height: 80px;
    }

    .form-group.campo-data,
    .form-group.campo-hora{
        width: 50%;
    }


    .form-group .control-label{
        font-size: 11px;
        margin-top: 13px;
        margin-left: 10px;
        
    }*/

    /*.form-group .controls{
        padding: 0 36px 0 18px;
        padding-top: 38px;
    }*/


    .form-group select{
        height: 24px;
        font-size: 13px;
        line-height: 24px;
        padding-left: 8px;

    }

    .form-group > input{
        padding-left: 18px;
        padding-top: 18px;
        padding-right: 36px;
        font-size: 13px;
    }

    /*.form-group.campo-data input{
        text-align: center;
        padding-left: 0;
        padding-right: 28px;
        background: url('../img/icon-calendario.svg') no-repeat right 24% top 41px; 
        background-size: auto 14px;
    }

    .form-group.campo-hora input{
        text-align: center;
        padding-left: 0;
        padding-right: 28px;
        background: url('../img/icon-hora.svg') no-repeat right 39% top 41px; 
        background-size: auto 14px;
    }*/


    .form-group.radios{
        height: auto;
    }

    .form-group .container-radio{
        display: block;
        padding: 40px 15px 0 15px;
    }

    .form-group .container-radio .opt-radio{
        position: relative;
        display: inline-block;
        margin-right: 20px;
    }

    .form-group .container-radio .opt-radio:last-child{
        margin-right: 0;
    }

    .form-group .container-radio .opt-radio input.radio{
        position: absolute;
        opacity: 0;
        left: -9999px;
    }

    .form-group .container-radio .opt-radio label{
        position: relative;
        padding-left: 19px;
        font-size: 20px;
        line-height: 1em;
        color: #333333;
        cursor: pointer;
    }

    .form-group .container-radio .opt-radio label:before{
        position: absolute;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #999;
        left: 0;
        top: 7px;
        content: '';
    }

    .form-group .container-radio .opt-radio input.radio:checked ~ label:after {
        position: absolute;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        left: 2px;
        top: 9px;
        background: #00A551;
        content: '';
    }

    .container-concursos{
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .form-group .container-radio.concurso{
        position: absolute;
        width: 100%;
        padding: 0px 0 0 20px;
    }

    .form-group .container-radio.concurso .opt-radio label{
        font-size: 16px;
        display: block;
    }

    .form-group .container-radio.concurso .opt-radio label:before{
        position: absolute;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #999;
        left: 0;
        top: 3px;
        content: '';
    }

    .form-group .container-radio.concurso .opt-radio input.radio:checked ~ label:after {
        top: 5px;
        background: #1F79A4;
    }

    .form-group .container-radio.concurso .opt-radio{
        margin-top: 0;
        padding-top: 5px;
    }

    .container-submit{
        position: relative;
        width: 100%;
        margin-top: 32px;
        padding-bottom: 16px;
    }

    .container-submit .bt-enviar{
        width: 169px;
        height: 48px;
        font-size: 14px;
        line-height: 48px;
    }

    .msg-erro{
        width: 288px;
        margin: 16px auto 0 auto;
        font-size: 11px;
    }

    .msg-clique{
        width: 288px;
        font-size: 11px;
        margin-top: -16px;
    }

    .form-group .aviso{
        width: 16px;
        height: 16px;
        right: 12px;
        bottom: 24px;
    } 

    .form-group.form-select .aviso{
        bottom: 22px;
    } 

    .form-group .aviso.erro{
         background-size: 16px auto;
    } 

    .form-group .aviso.sucesso{
         background-size: 16px auto;
    } 


    /* CSS LOADER */
       .form-group .loader{
         display: block;
         position: absolute;
         bottom: 15px;
         right: 15px;
         margin-top: -10px;
         border-top: 4px solid rgba(165, 167, 170, 0.2);
         border-right: 4px solid rgba(165, 167, 170, 0.2);
         border-bottom: 4px solid rgba(165, 167, 170, 0.2);
         border-left: 4px solid #a5a7aa;
         -webkit-transform: translateZ(0);
         -ms-transform: translateZ(0);
         transform: translateZ(0);
         -webkit-animation: load8 0.5s infinite linear;
         animation: load8 0.5s infinite linear;
       }

       .loader,
       .loader:after {
         border-radius: 50%;
         width: 20px;
         height: 20px;
       }
       @-webkit-keyframes load8 {
         0% {
           -webkit-transform: rotate(0deg);
           transform: rotate(0deg);
         }
         100% {
           -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
         }
       }
       @keyframes load8 {
         0% {
           -webkit-transform: rotate(0deg);
           transform: rotate(0deg);
         }
         100% {
           -webkit-transform: rotate(360deg);
           transform: rotate(360deg);
         }
       }




    /* ==========================================================================
       DEPOIMENTO
       ========================================================================== */

    .depoimento{
        position: relative;
        width: 100%;
        min-height: 256px;
        height: 100%;
        max-width: 680px;
        margin: 140px auto 0 auto;
        padding-left: 290px;
    }

    .depoimento img{
        width: 256px;
        height: auto;
    }

    .depoimento .txt-depoimento{
        width: 80%;
        width: -moz-calc(100% - 290px);
        width: -webkit-calc(100% - 290px);
        width: calc(100% - 290px);
    }

    .depoimento .txt-depoimento p{
        font-size: 14px;
    }

    .depoimento .txt-depoimento p span i{
        padding-left: 10px;
    }

    .depoimento .txt-depoimento p span:before{
        font-size: 32px;
        line-height: 21px;
    }

    .depoimento .txt-depoimento p span:after{
        font-size: 32px;
        line-height: 21px;
    }

    .depoimento .txt-depoimento h4{
        padding-top: 20px;
        font-size: 11px;
    }

    .depoimento .txt-depoimento h4 span{
        font-size: 14px;
        padding-bottom: 2px;
    }

    .espaco-dep{
        width: 100%;
        height: 140px;
    }


    .rodape{
        height: 248px;
    }

    .rodape div{
        margin-top: 4px;
    }

    
    .rodape img{
        width: 116px;
        height: auto;
    }

    .rodape p{
        color: #888888;
        font-size: 12px;
        padding-top: 19px;
    }


    /* ESTILOS CALENDÁRIO */
    .container-calendario {
      bottom: 100%;
      display: none;
      position: absolute;
      width: 265px;
      z-index: 10;
    }

    .container-hora ul li {
      height: 43px;
    }

    .container-hora ul li a {
      font-size: 12px;
      line-height: 43px;
    }

}

@media screen and (max-width: 740px){
    .topo .secao {
      padding: 0 20px;
    }
}


@media screen and (max-width: 720px){

    #media-querie{
        display: none;
        width: 720px;
    }

    .topo {
      position: static;  
      height: 135px;
    }

    .topo .container-logo{
        float: none;
        width: 100%;
        height: 135px;
        text-align: center;
    }

    .topo .container-logo img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
        -moz-transform: translateY(-50%) translateX(-50%) scale(0.8);
        -ms-transform: translateY(-50%) translateX(-50%) scale(0.8);
        transform: translateY(-50%) translateX(-50%) scale(0.8);
    }

    .topo p {
      display: none;
    }

    .topo .call {
      display: none;
    }


    .conteudo{
        background: #0071bc url("") no-repeat scroll center top 0;
        background-size: auto;
        
    }

    .conteudo .chamada-360{
        display: block;
        position: absolute;
        width: 100%;
        height: 345px;
        z-index: 10;
        top: 0;
    }

    .conteudo .chamada-360 .ct-chamada{
        position: absolute;
        width: 100%;
        bottom: 17.39130434782609%;
    }

    .conteudo .chamada-360 .ct-chamada p{
        position: relative;
        width: 235px;
        font-size: 21px;
        line-height: 25px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 16px;
    }

    .conteudo .chamada-360 .ct-chamada p:after{
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #F7931E;
        bottom: 0;
        left: 50%;
        margin-left: -10px;
        content: '';
    }

    .conteudo .chamada-360 .ct-chamada span{
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 1em;
        color: #F7931E;
        padding-top: 19px;
        padding-bottom: 8px;
    }

    .conteudo .chamada-360 .ct-chamada .bt-call{
        display: block;
        width: 150px;
        height: 40px;
        background-color: #fff;
        color: #0071BC;
        font-size: 11px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 auto;
    }

    .conteudo .dados-form .titulo {
      height: auto;
    }

    .conteudo .dados-form .titulo h1 {
      font-size: 21px;
      margin: 0 auto;
      padding-top: 55px;
      width: 260px;
    }

    .conteudo .dados-form .titulo p {
      font-size: 12px;
      line-height: 1em;
      padding-top: 10px;
      text-align: center;
      width: 100%;
      margin-bottom: 34px;
    }


    .conteudo .dados-form .titulo p span:before {
      display: none;  
    }

    .info-form {
      padding: 0 10px 74px 10px;
      max-width: 400px;
      margin: 0 auto;
    }

   .info-form .ct-form, .info-form .info {
      float: none;
      width: 100%;
      padding-top: 15px;
    }

    .info-form .info h2 {
      font-size: 18px;
      padding-left: 20px;
      padding-top: 18px;
    }

    .info-form .info ul {
      padding-left: 20px;
      padding-top: 26px;
      padding-right: 20px;
    }

    .info-form .info ul li {
      font-size: 14px;
      padding-bottom: 23px;
    }

    .info-form .inscrevase{
      left: 0;
      margin-left: 20px;
      margin-top: 74px;
      padding-top: 80px;
      position: static;
    }

    .lightbox-conteudo {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: 100% !important;
    }

    .lightbox .fechar-lb-topo {
      background-size: 14px auto;
      border-radius: 50%;
      height: 30px;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 30px;
      z-index: 110;
    }

    .info-form .inscrevase a {
      background-size: 40px auto;
      font-size: 18px;
      padding-top: 56px;
    }


    .form-group.campo-data input {
      background: url("../img/icon-calendario.svg") no-repeat scroll right 18% top 40px ;
      background-size: auto 14px;
      padding-left: 0;
      padding-right: 30px;
      text-align: center;
    }

    .form-group.campo-hora input {
      background: url("../img/icon-hora.svg") no-repeat scroll right 38% top 41px;
      background-size: auto 14px;
      padding-left: 0;
      padding-right: 30px;
      text-align: center;
    }

    .form-group .aviso {
      bottom: 24px;
      height: 14px;
      right: 8px;
      width: 14px;
      background-size: 14px auto !important;
    }

    .form-group.campo-data .aviso, .form-group.campo-hora .aviso{
        bottom: 26px;
    }

    .depoimento {
      height: 100%;
      margin: 80px auto 0;
      max-width: 280px;
      min-height: auto;
      padding-left: 0;
      padding-right: 0;
      padding-top: 245px;
      position: relative;
      width: 100%;
    }

    .depoimento img {
      height: auto;
      width: 190px;
      left: 50%;
      margin-left: -95px;
    }

    .depoimento .txt-depoimento {
      position: static;
      width: 100%;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      text-align: center;
    }

    .depoimento .txt-depoimento p {
      font-size: 14px;
    }

    .depoimento .txt-depoimento h4 {
      font-size: 11px;
      padding-top: 44px;
    }

    .espaco-dep {
      height: 76px;
      width: 100%;
    }
    
    .rodape {
      height: 230px;
    }

    .rodape p {
      font-size: 11px;
      padding-top: 17px;
    }


    /* CALENDÁRIO */
    .container-calendario {
      background-color: #fff;
      bottom: 100%;
      display: none;
      margin-bottom: 1px;
      padding-bottom: 25px;
      padding-top: 50px;
      position: absolute;
      width: 100%;
      z-index: 10;
    }

    .custom-calendar-wrap {
      overflow: hidden;
      position: relative;
      width: 265px;
      margin: 0 auto;
    }

    .container-hora {
      background-color: #fff;
      bottom: 100%;
      display: none;
      margin-bottom: 1px;
      padding-bottom: 25px;
      position: absolute;
      right: 0;
      width: 50%;
      z-index: 10;
    }

    .container-hora {
      background-color: #fff;
      bottom: 100%;
      display: none;
      margin-bottom: 1px;
      padding-bottom: 25px;
      padding-top: 50px;
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 10;
    }

    .container-hora ul{
        width: 265px;
        margin: 0 auto;
    }

}


@media screen and (max-width: 560px){

    .lightbox.claro .lightbox-conteudo{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        -webkit-transform: translateY(0) translateX(0);
        -moz-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 0;
    }

}


/* ==========================================================================
   ADAPTAÇÃO NA MENSAGEM DE SUCESSO PARA INSERIR OUTRO ALUNO - 09/08/2016
   ========================================================================== */


.lightbox .acoes-sucesso{
    margin-top: 0px;
    position: relative;
    text-align: center;
    height: 70px;
    overflow: hidden;
    width: 100%;
}

.lightbox .acoes-sucesso .acoes-botoes{
    position: relative;
    display: block;
    width: 100%;
   
}

.lightbox .acoes-sucesso.fim .container-acoes-sucesso{
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.lightbox .acoes-sucesso.fim .container-acoes-sucesso{
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

.lightbox .acoes-sucesso h2{
    font-size: 14px;
    line-height: 1em;
    color: #FBB03B;
}

.lightbox .acoes-sucesso h3{
    padding-top: 7px;
    font-size: 12px;
    line-height: 1em;
    opacity: 0.46;
    color: #fff;
}

.lightbox .acoes-sucesso .ct-botoes{
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}


.lightbox .acoes-sucesso .bt-lb{
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 40px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #0067A6;
    text-align: center;
    letter-spacing: 1px;
}

.lightbox .acoes-sucesso .bt-lb.bt-nao-agendar{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.lightbox .acoes-sucesso .bt-lb:first-child{
    margin-right: 10px;
}

.lightbox .acoes-sucesso .acoes-mensagem{
    display: block;
    top: 100%;
}

.lightbox .acoes-sucesso .acoes-mensagem h2{
    font-size: 14px;
    line-height: 1em;
    color: #fff;
}

.lightbox .acoes-sucesso .acoes-mensagem h3{
    padding-top: 7px;
    font-size: 12px;
    line-height: 1em;
    opacity: 0.46;
}

.lightbox .fechar-lb-sucesso{
    position: absolute;
    width: 35px;
    height: 35px;
    background: url('../img/icon-fechar-sucesso.svg') no-repeat center;
    top: 20px;
    right: 20px;  
    z-index: 110;
    opacity: 0.37;
}

.lightbox .fechar-lb-sucesso:hover{
    opacity: 1;
    cursor: pointer;
}

.lightbox.claro iframe {
  height: 60%;
  height: -webkit-calc(100% - 135px);
  height: -moz-calc(100% - 135px);
  height: calc(100% - 135px);
  overflow: hidden;
  width: 100%;
}


@media screen and (max-width: 560px){

    .lightbox.claro iframe{
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

}