@charset "UTF-8";
/* CSS Document */

html, body{
    min-height: 100%;
	height: 100% !important;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'sourcesans';
    color: #3C3C3C;
}

/*a, a:visited{
    text-decoration: none;
    color: #b49866;
}
a:hover{
    text-decoration: none;
    color: #3C3C3C;
}*/
.container{
	min-height: 460px;
}


body{
	background: #006799;
}

#home-header{
	display: block;
	width: 100%;
	/* height: 860px; */
	min-height: 450px;
	background: url('/img/header-cover_2024.png') top left no-repeat;
	background-size: cover;
}

#inside-header{
	display: block;
	width: 100%;
	height: 160px;
	min-height: 150px;
	background: url('/img/inside-header.jpg') top left no-repeat;
	background-size: cover;
}

#footer{
	bottom: 0;
	margin-bottom: 0px;
	background: #006799;
}

#login{
    display: inline-block;
    margin: 0;
    width: 59.5%;
    height: 100%;
    float: right;
    padding: 0;
    padding-bottom: 25px;
}

#login h1{
    text-align: left;
    font-family: 'sourcesans';
    font-size: 36px;
    padding: 60px 0 0 60px;
    color: #333;
    text-transform: uppercase;
    line-height: 26px;
}

#login h1 span{
    font-size: 16px;
    color: #333;
}

#login h2{
    display: block;
    font-family: 'sourcesans';
    font-size: 38px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    color: #3C3C3C;
    width: 95%;
}

#login h3{
    font-family: 'sourcesans';
    font-size: 22px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    color: #3C3C3C;
}

#login p{
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    margin-bottom: 0;
    color: #3C3C3C;
}

.premio{
    margin: auto;
    width: 70%;
    font-size: 20px;
}

h2 a, h2 a:visited{
    font-family: 'sourcesans';
    padding-left: 0px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

h2 a:hover{
    color: #666;
}

/*h3{
    font-family: 'sourcesans';
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: normal;
}*/

#wrapper-login{
    padding: 0;
    text-align: left;
    margin: 0;
    border: 0;
}

.table-progress{
    width: 60%;
    border: 0;
    margin-top: 25px;
    margin-bottom: 0;
     height: 5px;
}

.table-progress td{
    height: 5px;
    border-right: 10px #FFF solid;
    background-color: #CCC;
}

.table-progress td.completed{
    background-color: #00AFEC;
}

#wrapper-login h3{
    display: block;
    font-family: 'sourcesans';
    padding: 10px 0 0 50px;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    width: 80%;
    
}



#wrapper-left{
    padding: 0 60px 0 60px;
    text-align: left;
}

#wrapper-left h3{
    display: block;
    font-family: 'sourcesans';
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    width: 80%;
}

#wrapper-left p{
    padding: 0 0 0 0;
    margin: 0;
    text-align: left;
}

.lista-actividades{
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-actividades li{
    width: 28%;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    padding-bottom: 15px;
}

.btn-actividades{
    height: 120px;
    width: 120px;
    border-radius: 60px;
    background: #C62B2E;    
}

.lista-actividades li img{
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

#candidatura-form{
    width: 100%;
    text-align: left;
    /*padding: 60px 0 0 60px;*/
    margin: 0;
    margin-right: 0;
    padding: 0;
}

.prelabel{
    float: left;
    clear: both;
    width: 100%;
    text-align: right;
    font-size: 18px;
    display: block; 
    height: 30px; 
    padding: 8px 0 0 0; 
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFFFFF;  /* #b49866 */
    text-transform: uppercase;
    background-color: #00AFEC;
}

.label{
    float: left;
    clear:left;
    width: 35%;
    text-align: right;
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 5px;
}

.field{
    float: left;
    width: 60%;
    text-align: left;
    margin-bottom: 5px;
}

.field-empty{
    float: left;
    width: 65%;
    text-align: left;
    height: 40px; clear: right;
}


#candidatura-form input, #candidatura-form select{
    font-family: 'sourcesans';
    font-size: 18px;
    width: 70%;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 15px;
}

#candidatura-form input[type="submit"], #candidatura-form .btn-submit-a{
    font-family: 'sourcesans';
    text-align: center;
    width: 30%;
    font-size: 16px;
    margin: 0 auto;
    border: 0;
    height: 40px;
    border-radius: 20px;
    clear: both;
    cursor: pointer;
    color: #FFF;
    background-color: #00AFEC;
}

.btn-submit{ 
    width: 95%;
    text-align: center;
    clear: both;
}


#candidatura-form input[type="submit"]:hover, #candidatura-form .btn-submit-a:hover{
    color: #FFF;
    background-color: #FFD52F;
}



#imagem-home{
    position: fixed;
    display: inline-block;
    margin: 0;
    width: 40%;
    min-height: 100%;
    float: left;
    background: url("../img/header-nologo.png") top center no-repeat #CC0000;
    background-size: cover;
}

.titulo-site{
    display: block;
    width: 40%;
    position: fixed;
    bottom: 80px;
}

#imagem-home h1{
    margin-top: 50%;
    margin-right: 5%;
    text-align: right;
    line-height: 90px;
    font-size: 102px;
    margin-bottom: 0px;
    color: #b49866;
}

#imagem-home h1 span{
    margin-top: 300px;
    text-align: right;
    line-height: 50px;
    font-size: 56px;
    color: #b49866;
}

#imagem-home h2{
    margin-top: 0px;
    text-align: center;
    line-height: 38px;
    font-size: 32px;
    color: #b49866;
    margin-bottom: 0px;
}

#imagem-home h3{
    margin-top: 0px;
    text-align: center;
    line-height: 20px;
    font-size: 22px;
    color: #b49866;
}

.header{
    height: 393px;
    min-height: 380px;
    text-align: center;
}

.header img{
    margin: 0;
    border: 0;
}

.copyright{
    font-family: 'sourcesans';
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    margin: 40px auto;
	height: 60px;
    bottom: 15px;
    color:  #FFF;
    vertical-align: baseline;
    clear: both;
}

.btn-candidatura{
    margin-top: 35px;
    text-align: center;
}

.btn-submeter-candidatura{
    display: block;
    height: 30px;
    border-radius: 30px;
    width: 260px;
    background-color: #00AFEC;
    color: #FFF;
    font-size: 22px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}


.btn-submeter-candidatura:hover{
    color: #FFF;
    background-color: #FFD52F;
	
}

.btn-submeter-candidatura-small{
    display: block;
    height: 20px;
    border-radius: 20px;
    width: 230px;
    background-color: #BC292B;
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin: 25px auto;
    text-decoration: none;
}


.btn-submeter-candidatura-small:hover{
    color: #FFF;
    background-color: #981B1E;
}

.submeter-candidatura{
    display: inline-block;
    height: 30px;
    border-radius: 30px;
    width: 300px;
    background-color: #BC292B;
    color: #FFF;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    margin-right: 15px;
    text-decoration: none;
}


.submeter-candidatura:hover{
    color: #FFF;
    background-color: #981B1E;
}

.complementos{
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    background-color: #106F09;
    min-height: 60px;
    margin-bottom: 20px;
}

.complementos .icon{
    display: block;
    width:30px;
    height: 30px;
    background-color: #FFF;
    border: 1px #106F09 solid;
    color: #106F09;
    border-radius: 15px;
    float: right;
    text-align: center;
    margin-top: -20px;
}

.complementos .icon i{
    padding-top: 5px; 
}

.complementos a, .complementos a:visited{
    display: block;
    color: #FFF;
    padding: 22px;
    font-weight: bold;
    text-decoration: none;
}

.complementos a:hover{
    color: #CCC;
}

.complementos .a span{
    font-size: 16px;
    font-weight: lighter;
}

.complementos a:hover div i{
    color: #666666;
}

.btn-anos img, .btn-atividades img{
    display: block;
    width: 100%;
}

.separador{
    position: relative;
    clear: both;
    background-color: #20A4DB;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    height: 3px;
    width:16%;
}

.divider-red{
    display: block;
    height: 60px;
    width: 60%;
    padding: 15px;
    color: white;
    background-color: crimson;
}

@font-face {
    font-family: 'sourcesans';
    src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'sourcesans';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .titulo-site{
        top: 0;
    }
    
    #imagem-home h1{
        
        line-height: 20px;
        font-size: 26px;
    }

    #imagem-home h1 span{
       
        line-height: 16px;
        font-size: 16px;
    }

    #imagem-home h2{
        
        line-height: 16px;
        font-size: 16px;
        
    }

    #imagem-home h3{
        
        line-height: 18px;
        font-size: 16px;
        
    }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
     .titulo-site{
        top: 30%;
    }
    
    #imagem-home h1{
        
        line-height: 20px;
        font-size: 26px;
    }

    #imagem-home h1 span{
       
        line-height: 16px;
        font-size: 16px;
    }

    #imagem-home h2{
        
        line-height: 16px;
        font-size: 16px;
        
    }

    #imagem-home h3{
        
        line-height: 18px;
        font-size: 16px;
        
    }
}





/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    
    .titulo-site{
        bottom: 28%;
    }
    
    #imagem-home h1{
        
        line-height: 30px;
        font-size: 36px;
        margin-bottom: 10px;
    }

    #imagem-home h1 span{
       
        line-height: 30px;
        font-size: 26px;
    }

    #imagem-home h2{
        
        line-height: 22px;
        font-size: 18px;
        
    }

    #imagem-home h3{
        
        line-height: 18px;
        font-size: 16px;
        
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    
    .titulo-site{
        bottom: 25%;
    }
    
    #imagem-home h1{
        line-height: 46px;
        font-size: 42px;
        margin-bottom: 20px;
    }

    #imagem-home h1 span{
        line-height: 40px;
        font-size: 30px;
    }

    #imagem-home h2{
        
        line-height: 28px;
        font-size: 22px;
    }

    #imagem-home h3{
        line-height: 18px;
        font-size: 20px;
    }
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1200px){
    
    .titulo-site{
        bottom: 30%;
    }
    
    #imagem-home h1{
        line-height: 50px;
        font-size: 62px;
        margin-bottom: 20px;
    }

    #imagem-home h1 span{
        line-height: 40px;
        font-size: 30px;
    }

    #imagem-home h2{
        
        line-height: 28px;
        font-size: 22px;
    }

    #imagem-home h3{
        line-height: 18px;
        font-size: 20px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    .titulo-site{
        bottom: 30%;
    }
    
    #imagem-home h1{
        line-height: 50px;
        font-size: 62px;
        margin-bottom: 20px;
    }
    
    
}




