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

body {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	color: #6f6f6e;
	font-size: 15px;
	font-weight: 300;
}
.clear {
	clear: both;
}
.hero{
	background-image: url("img/bk.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
 background-color: #cccccc;
	min-height: 500px;
	padding: 60px;
}
.logobushi{ float: left;
	width: 50%;
}
.logocliente {
	float: right;
	width: 50%;
	text-align: right;
	min-height: 60px;
}
.titulo{
	background-color: #747474;
	color: #fff;
	font-size: 26px;
	padding: 10px 0;
    background-size: cover;
}
.sombra{
	background-image: url("img/sombra2.png");
	background-repeat: no-repeat;
	background-position: center top;
    min-height: 40px;
}
.tituloint, .content{
	max-width: 800px;
	margin: auto;
}
.titulo .txt{
	float: left;
	padding-top: 6px;
}
.titulo .icono{
	float: right;
	text-align: right;
}
input{
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #6f6f6e;
	color: #6f6f6e;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	padding: 15px 0 7px;
}
textarea{
	color: #6f6f6e;
	font-size: 14px;
	width: 100%;
	border-radius: 0;
	border: 1px solid #6f6f6e;
font-family: 'Poppins', sans-serif;
}
.horas td{
	font-size: 11px;
}
 input[type=checkbox]{
	border: none;
	border-radius: 0;
	background-color: #c1c1c1;
}
.titindique{
	border-bottom: 1px solid #6f6f6e;
	padding: 15px 0 7px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.titmotivo{
	padding: 15px 0 7px;
	font-size: 14px;
}
.doscolumnas{

	padding-right: 20px;
}
form{
	padding: 0;
	margin-top: 40px;
	margin-bottom: 100px;
}
.boton{
	background-color: #c00022;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	float: right;
	    width: 185px;
    margin-top: 60px;
    padding: 6px;
}
.logos{
	padding-bottom: 10px;
	border-bottom: solid 1px #1d1d1b;
	margin-bottom: 10px;
}
.footer{
	font-size: 9px;
	color: #6f6f6e;
	margin-bottom: 35px;
}
.logofooter{
	text-align: right;
	margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
.hero{

	min-height: 300px;
	padding: 30px;
}
	.logobushi img{ 
	width: 200px;
	height: 67px;
}
.logocliente img {
	
	width: 160px;
	height: 72px;
}
	.logocliente  {
	min-height: 72px;
}
	.titulo {
    font-size: 20px;
    padding: 10px 20px;
}
	.content{
		padding: 0 20px;
}
}
