/*
font-family: 'Montserrat', sans-serif;
*/
body {
	padding-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color:#4c4c4c;
	overflow-x: hidden;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-height: 100vh;	
}
.back_welcome{
	background: url(../images/bg/01.jpg) no-repeat center center fixed; 

}
.back_02{
	background: url(../images/bg/02.jpg) no-repeat center center fixed; 
}
.back_03{
	background: url(../images/bg/03.jpg) no-repeat center center fixed; 
}
.back_04{
	background: url(../images/bg/04.jpg) no-repeat center center fixed; 
}
.back_05{
	background: url(../images/bg/05.jpg) no-repeat center center fixed; 
}
.back_06{
	background: url(../images/bg/06.jpg) no-repeat center center fixed; 
}
.back_07{
	background: url(../images/bg/07.jpg) no-repeat center center fixed; 
}
.back_08{
	background: url(../images/bg/08.jpg) no-repeat center center fixed; 
}
.validate{
	display: inline-block;
	width:100%;
	margin: 0 0 30px 0;
	float: none;
	color: #fff !important;

}
.validate_name{
	display: block;
	width:50%;
	margin: 0;
	float: left;
	text-align: right;
}
.validate_val{
	display: block;
	width:50%;
	margin: 0;
	float: left;
	text-align: left;
}
.val_left{
	display: inline-block;
	width:100%;
	margin: 5px 0;
	float: left;
	font-weight: 600;	
}
.val_right{
	display: inline-block;
	width:100%;
	margin: 5px 0 5px 10px;
	float: left;
	min-height: 20px;
}
a:hover{text-decoration:none;}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 25px;
	margin-bottom: 35px;
}
hr {
	margin-top: 40px;
	margin-bottom: 10px;
}
.contenedor {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: none;
	height: 100%;
}
.content {
	width: 90%;
	text-align: center;
}
.form-group {
    margin-bottom: 20px;
}
input[type="text"],input[type="number"] {
	background: none !important;
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	font-family: sans-serif;
	font-size: 18px;
	appearance: none;
	box-shadow: none;
	border-radius: 0 !important;
	padding: 10px;
	border: none;
	border-bottom: solid 2px #eee;
	transition: border 0.3s;
	color:#fff;
	font-weight: 100;
}
input[type="text"]:focus {
  outline: none;
}
input[type="text"]:focus,
input[type="text"].focus {
  border-bottom: solid 2px #eee;
}
input[type="number"]:focus {
  outline: none;
}
input[type="number"]:focus,
input[type="number"].focus {
  border-bottom: solid 2px #eee;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #002b86;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #002b86;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #002b86;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #002b86;
}

.first-section{
	background: #ddd;
}
/* ==========================================================================
  HEADER
   ========================================================================== */
.navbar-header{
	margin: 0 auto !important;
    text-align: center!important;
    float: none!important;
    width: auto!important;
    display: table!important;
}
   .navbar-default {
	
	background-repeat: repeat-x;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow:none;
}
.navbar-default {
	background: #fff !important;
	border: none;
	border-color:none;
	padding: 0;
}
.navbar-brand {
	width: 50%;
    float: none;
    display: table;
    height: auto;
    padding: 16px 5px;
    font-size: 18px;
    line-height: 20px;
    margin: 0px auto !important;
}
.navbar-brand>img {
	height: 100%;
}
.navbar-toggle {
	margin-top: 10px;
}
.navbar-default .navbar-nav>li>a {
	color: #1d2a43;
	font-weight: normal;
	font-size: 20px;
}
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 27px;
	margin-right: 10px;
}
.top-phone:hover{
	cursor:default !important;
	color: #1d2a43 !important;
}

.top-boton , .top-boton:visited { 
	font-weight: bold;
}
.top-boton:hover{
	color:#ef6d0a !important;
}
.top-boton:focus,.top-boton:active{
	color:#ef6d0a !important;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent; 
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* ==========================================================================
  APP SECTION
   ========================================================================== */
#app{
	display: block;
	width: 100%;
	height:100vh;
	padding: 0;
	background:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
}
.ask-icon {
	font-size: 60px;
	display: block;
	float: none;
	width: 15%;
	margin: 10px auto;
}
.ask-title {
	font-size: 30px;
    margin: 10px 0px 10px 0;
    line-height: 30px;
    background: none;
    padding: 20px;
    width: auto;
	display: inline-block;
	color:#fff;
	/*background: rgba(29,42,67,0.6);*/
}
.ask-title span{
	font-size: 22px;
    opacity: 0.8;
    display: block;
	margin: 5px 0 0 0;
}
.ask-sub{
	font-size: 22px;
	color:#fcdb48;
	margin:10px 0;
}
.ask-price{
	color:#fcdb48;
}
.ask-p{
	font-size: 15px;
}
.ask-options{
	display: block;
	width: 100%;
	height: auto;
	float: center;
}

.askoption{
	display: inline-block;
	float: center;
	margin:10px;
	width: 100%;
}
.askoption-buttom{
	display: inline-block;
	float: center;
	margin:0px;
}

.askoption-icon{
	font-size: 90px; 
}
.askoption-input{
	display: block;
	width: 100%;
}
.pt-touch-button {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	/*margin: 10px 0 20px;*/
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pt-touch-button {
	background: #fcdb48;
	color: #0f192b;
}
.pt-touch-button:hover {
	background: #0f192b;
	color: #fcdb48;
}
.pt-touch-button2 {
	border: none;
	font-size: 13px;
	font-weight: 100;
	text-transform: uppercase;
	/*margin: 10px 0 20px;*/
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background:none;
	color: #ccc;
}

.pt-touch-button2:hover {
	background: none;
	color: #fcdb48;
}
.pt-touch-button-back {
	border: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0 0 0;*/
	padding: 0px 20px;
	line-height: 32px;
	height: 29px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pt-touch-button-back {
	background: #adadad;
	color: #fff;
}
.pt-touch-button-back:hover {
	background: #999999;
	color: #fff;
}
.errorform{color:red !important; margin-bottom: 10px; display: block;}
.errorform2{color:red !important; margin-bottom: 10px; display: block;}

.form-error{border-bottom: solid 2px red !important;}
.form-success{border-bottom: solid 2px green !important;}

/* ==========================================================================
  REVIEWS SECTION
   ========================================================================== */
#reviews {
	display: block;
	width: 100%;
	height:100vh;
	margin-top: -51px;
	padding: 51px 0 51px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
}
.review-person{
	display: block; 
	width: 50%;
	margin:0 auto;
}
.review-image{
	width: 40%;
	margin:0 auto;
}
.review-name{
	font-size: 20px;
	margin-bottom: 15px;
}
.review-text{
	font-size: 16px;
}
.review-stars{
	margin: 5px auto;
}
.carousel-control.right,.carousel-control.left {
 background-image: none !important;
filter: none !important;
background-repeat: repeat-x;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 10%;
    margin-left: 0px;
    color:#8bc9d9;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 10%;
    margin-right: 0px;
    color: #8bc9d9;
}
.carousel-control {
    width: 15%;
    font-size: 40px;
    color: #fff;
    text-shadow: none;
}
/* ==========================================================================
  ABOUTUS SECTION
   ========================================================================== */
#leasing {
	display: block;
	width: 100%;
	height:100vh;
	margin-top: -51px;
	padding: 51px 0 51px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	background: #fff;
}


/* ==========================================================================
   CONTACTO
   ========================================================================== */

.bgcontact{
	padding: 50px 0 50px 0;
	background: url('../images/fondo_contacto.jpg') center center no-repeat;
}

.bg1{
background: url("../images/bg/1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg2{
	background: url("../images/bg/2.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg3{
	background: url("../images/bg/3.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 25px 25px 25px 60px;
	font-size: 20px;
	line-height: 1.42857143;
	color: #fff;
	margin-top: -1px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.60);
	background-image: none;
	border: 1px solid #fff;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-default {
	text-shadow: none;
	color: #fff;
	background-image:none!important;
	background-color: rgba(0,0,0,0.60) !important;
	border-color: #fff;
	margin-top: -1px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-radius: 0px;
	padding: 10px;
}
.btn-default:hover{
	color: #FFF;
	background-image:none!important;
	background-color: rgba(15,44,125,0.70)!important;
	border-color: #fff;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #989797;
	font-weight: normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #989797;
   font-weight: normal;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #989797;
   font-weight: normal;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #989797;
   font-weight: normal;
}
*:focus {
	outline: none;
}
.form-control:focus {
	border-color:#fff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#input_container {
	position:relative;
	padding:0;
	margin:0;
}
#input {
	height:56px;
	margin:0;
	padding-left: 30px;
}
#input_img {
	position:absolute;
	bottom:8px;
	left:10px;
	width:40px;
	height:35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#text_img {
	position:absolute;
	bottom:78px;
	left:10px;
	width:40px;
	height:35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-error{ background-color:  rgba(175,80,78,0.85);}
.has-success{  background-color: rgba(37,69,37,0.85);}

.form-select {
	display: inline-block;
    width: 30%;
     white-space: nowrap;

}
/*#clientphone {display: inline-block;
    width: 68%;
     white-space: nowrap;
}*/

.form-select select {
    width: 100%;
    height: 44px;
    margin: 0 0 10px 0;
    border: 0;
    border-bottom: 2px solid #5CB3CA;
    background: transparent /*url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat*/;
    background-size: 20px;
    background-position:  right 10px center;
    font-family: 'Arial';
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

@keyframes shadow-pulse
{
     0% {
          box-shadow: 0 0 0 0px rgba(245, 125, 33, 0.2);
     }
     100% {
          box-shadow: 0 0 0 35px rgba(245,125, 33, 0);
     }
}

.pulse
{
     animation: shadow-pulse 1s infinite;
}

/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {

	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

	}



	/*==========  Non-Mobile First Method  ==========*/

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		


	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
		h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 15px;
		margin-bottom: 15px;
		}
		.navbar-nav>li>a {
			margin-top: 15px;
			margin-right: 0px;
			margin-bottom: 15px;
		}
		.navbar-brand {
			width: 67%;
			float: none;
			display: table;
			height: auto;
			padding: 0;
			font-size: 18px;
			line-height: 20px;
			margin: 10px auto !important;
		}
		.ask-sub {
			font-size: 16px;
		}
		
		.ask-icon {
			width: 40%;
		}
		.askoption {
			margin: 0px;
		}
		.askoption-buttom{
			margin:5px;
		}
		.ask-title {
			font-size: 22px; 
			margin:10px 0px 20px 0;
			line-height: 22px;

		}
		.ask-title span{
			font-size: 15px;
			opacity: 1;
		}
		.askoption-icon{
			font-size: 70px; 
		}
		.review-person {
		width: 70%;
		}
		.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
		margin-left: -20px;
		}
		.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		margin-right: -20px;
		}
		.review-image{
		width: 70%;
		}
		.review-text{
		font-size: 15px;
		}
		#aboutus p {font-size: 15px;}
	}

	/* Custom, iPhone Retina */ 
	@media only screen and (width : 320px) {
		h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 15px;
		margin-bottom: 15px;
		}
		.val_right {
			font-size: 10px;
			min-height: 14px;
		}
		.val_left {
			font-size: 10px;
			min-height: 14px;
		}
		.navbar-brand {
			width: 67%;
			float: none;
			display: table;
			height: auto;
			padding: 0;
			font-size: 18px;
			line-height: 20px;
			margin: 10px auto !important;
		}
		.ask-sub {
			font-size: 13px;
		}
		.ask-icon {
		width: 40%;
		}
		.askoption {
			margin: 0px;
		}
		.askoption-buttom{
			margin:5px;
		}
		.ask-title {
			font-size: 18px; 
			margin:10px 0px 20px 0;
			line-height: 18px;

		}
		.ask-title span{
			font-size: 15px;
			opacity: 0.5;
		}
		.askoption-icon{
			font-size: 70px; 
		}
		.review-person {
		width: 70%;
		}
		.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
		margin-left: -20px;
		}
		.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		margin-right: -20px;
		}
		.review-image{
		width: 70%;
		}
		.review-text{
		font-size: 10px;
		}
		#aboutus p {font-size: 10px;}

	}

