bk_turnos{
width:500px;
height:auto;
background-color: #fff;
}

.col-btn {
  width: 100%;
  float: none;
  display: Block;
  text-align: center;
  margin: 0px auto;
  margin-top: -45px;
}

label {
font-size:14px;
}

.turnos_col01 {
  background-color: #fff;
  width: 500px;
  float:left;
  padding: 40px 0px 20px 25px;
  border: 1px solid #0054a6;
}

.form_row {
  margin-bottom:30px;
}

.last-radio{
margin-bottom:0px;
}

.form_row label {
  color:#1b1464;
  margin: 0 0 15px 0;
  display:block;
  font-weight:600;
}

.form_row label span {
  color:#8ad9f8;
}

.form_row input.text {
	background-color: #ffffff;
	border: solid 1px #b7b7b7;
  color:#666666;
    font-family: 'GothamRoundedBook', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	position: relative;
	  width: 90%;
  padding: 0 0 0 8px;
}

.form_row textarea.textarea {
	background-color: #ffffff;
	border: solid 1px #b7b7b7;
  color:#666666;
  font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 320px;
  min-width: 320px;
  max-width: 320px;
  height:118px;
  min-height:118px;
  max-height:118px;
  padding: 5px 0 0 8px;
}

.form_row input:hover.text,
.form_row textarea:hover.textarea{
	border: solid 1px #c5c5c5;
}

.form_row input:active.text,
.form_row input:focus.text,
.form_row textarea:active.textarea,
.form_row textarea:focus.textarea {
	border: solid 1px #4bc4bf;
}

::-webkit-input-placeholder { font-style:italic; color: #b7b7b7; opacity:1; font-size:13px; }

:-moz-placeholder { font-style:italic; color: #b7b7b7; opacity:1; font-size:13px; }

::-moz-placeholder {  font-style:italic; color: #b7b7b7; opacity:1; font-size:13px; }

:-ms-input-placeholder { font-style:italic; color: #b7b7b7; opacity:1; font-size:13px; }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.header-pop{
  width: 11px;
  height: 15px;
  padding: 4px 4px 2px 4px;
  color: #fff;
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  background-color: #0054a6;
    
}

.header-pop a{
text-decoration: none;
color:#fff;
}

div.custom_file_upload {
	width: 230px;
	height: 20px;
	margin-top 40px;
    float: left;
}

input.file {
	width: 150px;
    max-width: 121px;
	height: 20px;
	border: 1px solid #BBB;
	border-right: 0;
	color: #888;
	padding: 5px;	
	outline: none;
}

div.file_upload {
	width: 80px;
	height: 24px;
	background-color:#0054a6;
    float: left;
	display: inline;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}
div.file_upload:before {
	content: 'UPLOAD';
	position: absolute;
	left: 0; right: 0;
	text-align: center;
	cursor: pointer;
}

div.file_upload input {
	position: relative;
	height: 30px;
	width: 250px;
	display: inline;
	cursor: pointer;
	opacity: 0;
}

.form_row input[type="submit"] {
  float: right;
  border: 0px;
  margin: 0px;
  margin-top: 30px;
    margin-right: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background: #0156a6;
  padding: 10px 20px;
  cursor: pointer;
  transition: all linear 0.15s;
}

.solucione {
  padding-top: 45px;
}

.wrapper span{
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  color: #0054a6;
  width: 100%;
  clear: both;
}

.textarea-width {
  width: 91%;
  height: 98px;
}

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

.turnos_col01 {
  width: 83%;
}

@media screen and (max-width: 320px){
    
  
.col-btn {
  margin-top: 0px;
}
    
}