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


.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.blanco {
	color: #FFF;
}
.fblanco {
	background-color: #FFF;
}
.rojo {
	color: #F00;
}
.frojo {
	background-color: #F00;
}
.rojooscuro {
	color: #920000;
}
.frojooscuro {
	background-color: #920000;
}
.foscuro {
	background-color: #333;
}
.font30 {
	font-size: 30px;
}

.norompre {white-space: nowrap;}

.fondo {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 32%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(32%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 32%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 32%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 32%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 32%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.fondo_gris {
	background: rgba(237,237,237,1);
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
.stripe {
	background-image: url(../img/descarga.png);
}
.cabecera {
}
.cabecera h1 {
	font-size: 24px;
}
.telefono {
	padding-right: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
}
.llamanos {
	letter-spacing: 4px;
}
.numero a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 40px;
	font-weight: bold;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: #F00;
	stroke-width: 1px;
	stroke-color: #fff;
	color: #F00;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.39);
	white-space: nowrap;
}
.numero a:hover {
	text-decoration: none;
	color: #333;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.llamanos {
	letter-spacing: 0px;
	line-height: 16px;
}
.numero a {
	font-size: 35px;
}
}
 @media only screen and (max-width: 767px) and (min-width: 1px) {
.telefono {
	margin-top: 15px;
	padding-right: 40px;
}
.llamanos {
	letter-spacing: 0px;
	line-height: 16px;
	font-size: 20px;
	text-align: right;
}
.numero a {
	font-size: 20px;
	-webkit-text-stroke-width: 0px;
	stroke-width: 0px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.pregunta {
	display: none;
}
}

 @media only screen and (max-width: 575px) and (min-width: 1px) {
	.logo img {margin-left: 8%; margin-right:8%;} 
	.telefono { text-align:center!important; background-image:none; padding-right:0px;
 }}
/*********/

.cuerpo {
}
.cuerpo h2 {
	font-size: 20px;
}
.cuerpo h3 {
	font-size: 18px;
}
.cuerpo {
}
.table-hover {
}
/**/

.container.fotos {
	padding-left: 0px;
	padding-right: 0px;
}
/**/

#contact {
	background-color: #212529;
	background-image: url("../img/map-image.png");
	background-repeat: no-repeat;
	background-position: center;
}
#contact .section-heading {
	color: #fff;
}
#contact .form-group {
	margin-bottom: 25px;
}
#contact .form-group input, #contact .form-group textarea {
	padding: 20px;
}
#contact .form-group input.form-control {
	height: auto;
}
#contact .form-group textarea.form-control {
	height: 248px;
}
#contact .form-control:focus {
	border-color: #fed136;
	box-shadow: none;
}
 #contact ::-webkit-input-placeholder {
 font-weight: 700;
 color: #999;
 font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
 #contact :-moz-placeholder {
 font-weight: 700;
 color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
 #contact ::-moz-placeholder {
 font-weight: 700;
 color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
 #contact :-ms-input-placeholder {
 font-weight: 700;
 color: #ced4da;
 font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#contact a {
	color: #CCC;
}
#contact hr {
	border-top: 1px solid rgba(255,255,255,.5);
}
#contact h3 {
	font-size: 24px;
	padding-bottom: 10px;
}
#contact #sendMessageButton {
	cursor: pointer;
}
/***/
	
.tasacion {
	background-image: url(../img/stripe_red.png);
}
.tasacion .btn-secondary {
	background-color: #000;
	color: #FFF;
	border: 1px solid #333;
}
