
@font-face {
	font-family: 'Conv_HelveticaNeueLTStd-Blk';
	src: url('fonts/HelveticaNeueLTStd-Blk.eot');
	src: local('☺'), url('fonts/HelveticaNeueLTStd-Blk.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Blk.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Blk.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    font-family: 'Conv_HelveticaNeueLTStd-Blk', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #468aa8; text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 { margin-top: 10px; font-family: 'Conv_HelveticaNeueLTStd-Blk', sans-serif; font-size: 48px; font-weight: 300; color: #555; line-height: 56px; }
h3 { font-family: 'Conv_HelveticaNeueLTStd-Blk', sans-serif; font-size: 32px; font-weight: 300; color: #555; line-height: 40px; }

img { max-width: 100%; }

.medium-paragraph { font-size: 18px; line-height: 34px; }

.colored { color: #468aa8; }

::-moz-selection { background: #468aa8; color: #fff; text-shadow: none; }
::selection { background: #468aa8; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }
.section-description { margin-top: 60px; padding-bottom: 10px; }
.section-description p { margin-top: 20px; padding: 0 120px; }


/***** Divider *****/

.divider-1 { padding: 25px 0 15px 0; }
.divider-1 .line { width: 160px; margin: 0 auto; border-bottom: 1px dashed #ccc; }


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

ul.navbar-nav {
	font-family: 'Conv_HelveticaNeueLTStd-Blk', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	/*text-transform: uppercase;*/
}

.navbar-inverse ul.navbar-nav li a { padding-top: 20px; padding-bottom: 20px; color: #000; border: 0; }
.navbar-inverse ul.navbar-nav li a:hover { color: #ddd; border: 0; }
.navbar-inverse ul.navbar-nav li a:focus { color: #ddd; outline: 0; border: 0; }

.navbar-brand {
	width: 172px;
	height: 46px;
	background: url(img/logo.png) left center no-repeat;
	text-indent: -99999px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; }


/***** Top content *****/

.top-content { padding: 80px 0 180px 0; }

.top-content .text { padding-top: 60px; color: #fff; }
.top-content .text h1 { margin-top: 25px; color: #fff; }

.top-content .description { margin: 30px 0 10px 0; }
.top-content .description p {
	opacity: 0.8;
	color: #000;
}
.top-content .description a { color: #fff; border-bottom: 1px dotted #fff; }
.top-content .description a:hover, .top-content .description a:focus { color: #fff; border: 0; }


/***** Features *****/

.features-box { margin-top: 30px; text-align: left; }
.features-box .features-box-icon { font-size: 60px; color: #468aa8; line-height: 60px; text-align: center; }
.features-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Footer *****/


footer {
	padding-top: 5px;
	padding-bottom: 2px;
	color: #fff;
}





/***** MEDIA QUERIES *****/


@media (min-width: 992px) and (max-width: 1199px) {}

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

	.section-description p { padding: 0; }
	
	.features-box .features-box-icon { font-size: 50px; line-height: 50px; }
	
		

}



@media (max-width: 767px) {
	
	.navbar.navbar-no-bg { background: #444; }
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-inverse .navbar-toggle { margin-top: 13px; border-color: transparent; }
	.navbar-inverse ul.navbar-nav li a { padding-top: 10px; padding-bottom: 10px; }
	.navbar-inverse ul.navbar-nav li a:hover, .navbar-inverse ul.navbar-nav li a:focus { border: 0; }
	
	.section-description p { padding: 0; }
	
	.top-content { padding: 50px 0 80px 0; }
	.top-content .text { padding-top: 20px; }
	
	.features-box { text-align: center; }
	.features-box h3 { margin-top: 5px; padding-top: 10px; }


}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 36px; }


}




	/* logo */
   .navbar-brand {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat !important;
	background-size: 172px 46px !important;
	background-position: 0px;
    }

	/* pin */
.pin{
	margin-top: -14px;
	background: #C7CC05;
	z-index: 1000000;
}

	


/* menu-lateral */


.menu-lateral{
	text-align: left;
	/*padding-left: 0px*/
}



.efecto-img:hover .imagen {-webkit-transform:scale(1.3);transform:scale(1.3);}
.efecto-img {overflow:hidden;}

	.pin-img{
		z-index: 2;
		position: relative;
		
	}
	
	.pin-titulo{
		z-index: 100;
		font-family: 'Conv_HelveticaNeueLTStd-Blk', sans-serif;
		position: relative;
	    margin-top: -20px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		color: #222121;
		margin-bottom: 5px;
		text-align: left;
		padding-left:3px;
		letter-spacing: -1px; 
	}


hr.linea {
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #fff;
	width: 100%;
	margin-top: 0px

}
.dondeestoy{
	padding: 10px;
	height: 70px;
	background: #000000;
	text-transform: capitalize;
	color:#fff;
}





.titulo-pin{
	height: 40px;
	margin-top: 0px;
	padding-top: 6px;
	font-family: 'Conv_HelveticaNeueLTStd-Blk',Sans-Serif;
	font-size: 22px;
	font-weight: 100;
}

.pos-buscador{
	display: none;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-ws5wru');
	src:url('fonts/icomoon.eot?#iefix-ws5wru') format('embedded-opentype'),
		url('fonts/icomoon.woff?-ws5wru') format('woff'),
		url('fonts/icomoon.ttf?-ws5wru') format('truetype'),
		url('fonts/icomoon.svg?-ws5wru#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up2:before {
	content: "\e601";
}

.ir-arriba {
	padding:5px;
	display:inline-block;
	background:#000;
	color:#fff;
	position: fixed;
	font-size:40px;
	bottom:80px;
	right:60px;
	cursor:pointer;
	z-index: 100000;
	
}
.espacio-bottom{
	margin-bottom: 120px;
}


.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:11px 16px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.myButton:active {
	position:relative;
	top:1px;
}



/*fomulario*/ 

.display-2 {
 font-family: 'Conv_HelveticaNeueLTStd-Blk', sans-serif;
  font-size: 30px;
	color: black;
}

.display-7 {
     font-family: 'Conv_HelveticaNeueLTStd-Blk', sans-serif;
     font-size: 15px;
	line-height: 1.6;
}

.display-5 {
    font-family: 'Rubik', sans-serif;
    font-size: 23px;
}

.multi-horizontal {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    max-width: 100%;
}

 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}

 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
 .input {
  margin-bottom: 15px;
}



.google-map iframe {
  height: 70%;
  width: 100%;
}
.google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

 .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.boton-fomulario {
    margin: .4rem 0;
}
.align-left {
  text-align: left; 
}


.align-right {
  text-align: right; 
}

 .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
 .mbr-text {
  color: #767676;
}

.btn {
  margin: 0 0 .5rem 0;
}
H2 {
  color: #ffffff;
  text-align: center;
}



.icon-block {
    margin-bottom: 10px;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
 .input {
  margin-bottom: 15px;
}
 .espacio-fomulario {
 padding: 30px;
}



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

 .oculta-c{ display: none}

}


@media screen and (min-width: 900px) {

	
.oculta-c{ display: none;
	}
	
}

h2{color: #666;
	font-size: 25px;
}


