/* CSS Document Proserman */
@import url('css/bootstrap.min.css');
@import url('css/bootstrap-responsive.min.css');


body{
	background: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #555;
}
h1,h2,h3,h4,h5,h6{
	font-weight:300;
	color:#609cd3;
}
h1{
	font-size:30px;
	font-weight:bold;

}

h3{
	color:#95a5a6;
}

h4{
	color:#609cd3;
}

p{
	line-height:30px;
	margin-bottom:25px;
}

a{
	color:#609cd3;
}
a:hover, a:focus{
	color: #7cb1e9;
}

hr{
display: block;
height: 1px;
border: 0;
border-top:1px solid #ccc;
margin: 1em 0;
padding:0;
}

.navbar-default{
background: rgba(255,255,255,.8);
border-color: transparent;
}

.navbar-default .navbar-brand{
color:white;
}

.navbar-default .navbar-nav li a{
color:black;
}

.navbar-default .navbar-nav li a:hover{
color:#609cd3;
}
header{
background: url(../img/banner.jpg) no-repeat center;
background-size: cover;
width:100%;
min-height: 530px;
padding-top:100px;
}

header h1{
font-family: 'Open Sans', sans-serif;
	font-size: 40px;
color: #FF8000;

}
header h2{
color: #5bc0de;

}

.centrado{
margin: 40px 0;
text-align:center;
}

.centrado2{

text-align:center;
}

i{
	color:#609cd3;
	margin: 8px;
}

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

	header h1{
		margin: 35px;
		font-size:24px;
		}
		

}







.form-control{
margin: 15px 0px 0px 0px;

}

.form1{
background: rgba(255,255,255,.8);
border-radius: 10px;
border-color: transparent;
padding:10px;
margin-bottom:15px;
}


.form1 p{
color: #609cd3;


}
.form1 h4{
color:#F17281;
}

header h6{
color:white;
}

header ul{
	margin-top:30px;
	color:#F17281;
	font-size:25px;
	font-weight:bold;
}

ul{
text-align:left;
color: #95a5a6;

}


.map-responsive{

	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}


.map-responsive iframe{
   left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;


}

@media only screen 
  and (min-device-width: 320px) 
  {


	.map-responsive{
   left:0;
    top:0;
    height:120%;
    width:100%;
    position:relative;
}

}


label.valid {
	width: 24px;
	height: 24px;
	background: url(img/valid.png) center center no-repeat;
	display: inline-block
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}
.tab-pane img{
padding: 4px 4px 4px 4px;
	margin-top: 4px;

}
#colorservice{
color:#5bc0de;
}

