@font-face {
    font-family: 'Tillium';
    src: url(../fonts/Titillium-Regular.otf);
}
@font-face {
    font-family: 'Baskerville';
    src: url(../fonts/Baskerville-Regular.otf);
}
body#bfondo {
 /*padding-top: 40px;
  padding-bottom: 90px;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
		  font-family: 'Tillium';
}
body{
background:#fff;
}
.header{
color:#fff;
background-color:rgba(46,47,49,.9);
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 84px;
-webkit-border-bottom-right-radius: 84px;
border-bottom-right-radius: 84px;
-moz-border-radius-bottomleft: 82px;
-webkit-border-bottom-left-radius: 82px;
border-bottom-left-radius: 82px;
}
.header strong{
font-size:36px;
}
.title{
color:#26446f;
padding: 40px 0;
}


.imagen{
background-image: url("../images/fondo.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position:center;
background-color:#c1925a;
}

.seccion{
background-color:rgba(58,58,58,.9);
color:#fff;
margin-bottom:50px;
}
.seccion:nth-child(5){
margin-bottom:0;
}
.seccion h4{
font-size:24px;
color:#000;
}
.footer p{
text-align:justify;
font-size:20px;
font-weight:bold;
padding-bottom:50px;
}
.fondo-img{
background-color:#fff;

}
.fondo-img > img{
padding-left:50px;
}

#ieold {
  display: none;
}
.mobile-detector{
	display:none;
}
.contact-form{
	background-color:#0d1e32;
	color:#fff;
	text-align:center;
}
.contact-form a:link {
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.offices{	
	font-family: 'Tillium';
	color:#fff;
	padding-bottom:30px;
}



.margined{
	margin:10px -5px;
}
.bordered{
	border: 1px solid #a98224;
	border-bottom:0;
}
.fb-icon{
	padding:0 30px;
}
.line{
	border-top:1px solid #a98224;
	width:95%;
	margin:0 auto;
	min-height: 10px;
}



.g-recaptcha > div > div{
	width:290px!important;
}
.g-recaptcha > div > div > iframe{
	width:290px!important;
}
.form-signin {
  max-width: 400px;
  padding: 8px;
  margin: 0 auto;
  text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .form-signin-heading {
  color: #fff;
}
.form-signin .logo{
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

/*Estilos para cambiar diseño de cada input segun el name*/
.form-signin input[name="nombre"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[name="email"] {
  margin: -1px 0;
  border-radius: 0;
}
.form-signin input[name="telefono"] {
  margin: -1px 0;
  border-radius: 0;
}
.form-signin input[name="ciudad"] {
  margin: -1px 0;
  border-radius: 0;
}
.form-signin textarea[name="mensaje"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin input[name="telefono1"] {
  margin: -1px 0;
  border-radius: 0;
  width: 30%;
  float: left;
  display: inline-block;
}
.form-signin input[name="telefono2"] {
  margin: -1px 0;
  border-radius: 0;
  width: 30%;
  float: left;
  display: inline-block;
}
.form-signin input[name="telefono3"] {
  margin: -1px 0;
  border-radius: 0;
  width: 40%;
  float: left;
  display: inline-block;
}

@media (min-width: 1100px) {
.contact-form{
padding-bottom:450px;
}

}

@media (max-width: 1100px) {	
.col-md-3, .col-md-9{
	width:100%;
}
}
@media (max-width: 768px) {

}
@media (max-width: 490px) {
  .form-signin input[name="telefono1"] {
    width: 40%;
  }
  .form-signin input[name="telefono3"] {
    width: 30%;
  }
}