/* here you can put your own css to customize and override the theme */

@font-face {
    font-family: 'Lato-Light';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/Lato-Light.woff) format('woff');
}

@font-face {
    font-family: 'Lato-Regular';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/Lato-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Lato-Bold';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/Lato-Bold.woff) format('woff');
}

body{
    color: #666;
    font-size: 17px;
    font-family: 'Lato-Light';
}

.fundo{
	/*background-color: rgb(240,240,240);
    background-image: url('/site/imagens/fundo.png');
    background-repeat: repeat;
    background-position: center top;*/
}

.label{
    font-family: "Lato-Bold";
    color: rgb(145,39,143);
    font-weight: 700;
    font-size: 15px;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 0;	
}

.form-group{
    clear: both;
    overflow: hidden;
}

input[type="text"],
input[type="email"]{
    /*width: 230px;*/
    margin: 0px 0 15px 0;
    border: 2px solid #7D2C8C;
    padding: 5px 8px;
    border-radius: 0;
    box-shadow: none;
    outline: none;

    &.form-control:focus{
        border: 2px solid #7D2C8C;
        box-shadow: none;
    }
}

input[type="radio"]{
	vertical-align: middle;
}

select{
	width: 185px;
	max-width: 100%;
	height:25px;
}

textarea.form-control{
    border: 2px solid #7D2C8C;
    padding: 5px 8px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

#add_turno p{
    box-shadow: none;
    background-color: #4d90fe;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ed;
    color: #fff;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-right: 16px;
    height: 27px;
    line-height: 27px;
    min-width: 54px;
    outline: 0px;
	margin-bottom:20px;
	display:inline-block;
	cursor:pointer;
	width:140px;
}

textarea{
    resize: vertical;
    width: 70%;
	border: 1px solid #bbb;
    padding: 0.4em 0.6em;
	height: 120px;
	font-family: "Lato-Bold";
}

label{
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #333;
}

button{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: white;
    text-shadow: none;
    background-color: #d84a38;
    border-width: 0;
    outline: none !important;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    &:hover{
        background-color: #bb2413 !important;
        color: #fff !important;
        outline: none !important;
    }
}

.form-field{
	/*padding-left: 10px;*/
}

#copia_campos{
	display:none;
}

#incricao{
	padding-top: 3rem;
    margin-bottom: 3rem;
	padding-left: 3rem;
    padding-right: 3rem;
}

#incricao_coordenador{
	padding-top: 3rem;
    margin-bottom: 3rem;
	padding-left: 3rem;
    padding-right: 3rem;
}

.formulario-container{
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    max-width: 700px;
    min-width: 280px;
    width: 100%;
    background-color: #fff;
    margin: 20px auto;
    padding: 20px 15px;
}

.titulo{
    /*font-family: "Lobster";*/
    font-family: 'Lato-Bold';
    color: rgb(145,39,143);
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
	text-align: center;
	margin: 0 0 .5rem;
}

.texto{
    font-family: 'Lato-Bold';
    text-align: center;
    font-size: 25px;
    color: #2f2f2f;
    margin-bottom: 25px;
}

.texto_obrigatorio{
	font-family: "Lato-Bold";
    color: rgb(196,59,29);
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
}

.opcao{
    font-family: "Lato-Bold";
    color: rgb(80,80,80);
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
}

ul{
	padding: 0;
    list-style: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size: 14px;
	font-family: "Lato-Bold";
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.alert-success {
    color:#468847;
	background-color:#dff0d8;
	border-color:#d6e9c6;
}

.ajuda{
    font-family: "Lato-Bold";
    color: rgb(70,70,70);
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    margin: 0;
}

hr{
	margin-top: 15px;
}

.btn_amarelo{
	position: absolute;
    top: 35%;
    right: 13%;
}

.btn_amarelo img{
    width: 500px;
    height: auto;
    margin: 0;
    padding: 0;
	border: 0;
    outline: none;
    float: left;
	cursor:pointer;
    border-radius: 0;
}

.btn_roxo{
	position: absolute;
    top: 60%;
    right: 13%;
}

.btn_roxo img{
	width: 500px;
    height: auto;
    margin: 0;
    padding: 0;
	border: 0;
    outline: none;
    float: left;
	cursor:pointer;
	border-radius: 0;
}

.fundo{
	position: relative;
    height: 100%;
    width: 90%;
    padding: 0 5%;
    background-image: url('/site/imagens/fundo_3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fundo .logo{
    position: absolute;
    top: 2%;
    width: 90%;
    text-align: center;
}

.fundo .info_1{
	position: absolute;
    top: 18%;
}

.fundo .info_1 img{
	width: 400px;
}

.fundo .info_2{
	position: absolute;
    top: 45%;
}

.fundo .info_2 img{
	width: 300px;
}

@media screen and (max-width: 1200px) {
		
	.btn_amarelo,
	.btn_roxo {
		width: 450px;
		right:10%;
	}
}

@media screen and (max-width: 1100px) {
		
	.btn_amarelo,
	.btn_roxo {
		width: 400px;
	}
}

@media screen and (max-width: 1000px) {
	
	.fundo .logo {
		position: relative; 
		margin-bottom: 35px;
	}
	
	.fundo .logo{
		width:100%;
	}
	
	.fundo .info_1 {
		position: relative;
		width:100%;
		text-align:center;
		margin-bottom: 35px;
		top: 0;
	}	
	
	.fundo .info_2 {
		position: relative;
		width:100%;
		text-align:center;
		margin-bottom: 35px;
		top: 0;
	}
	
	.btn_amarelo,
	.btn_roxo {
		position: relative;
		width: 100%;
		display: block;
		top: 0;
		margin-bottom: 30px;
		text-align: center;
		right: 0;
	}
	
	.btn_amarelo img,
	.btn_roxo img{
		float:initial
	}
	
	.fundo{
		background-size: 1600px 900px;
		background-repeat: no-repeat;
		background-position: 78% 0%;
	}
}

@media screen and (max-width: 650px) {
	.fundo .info_1 img,
	.fundo .logo img{
		width:100%;
	}
	
	.fundo .info_2{
		text-align:left;
	}
	
	.fundo .info_2 img{
		width:80%;
	}
	
	.btn_amarelo img,
	.btn_roxo img{
		width:100%;
	}
	
	.fundo {
		width: 80%;
		padding: 0 10%;
	}
}
