html {
	overflow-x: hidden;
}
body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	overflow-x: hidden;
}
a {
	color: inherit;
}
hr {
	width: 100%;
	float: left;
}
select {
	border-radius: 0;
	padding: 7px;
	border: none;
	margin-bottom: 10px;
	background: #D4AE35;
	color: #fff;
}
.font-18 {
	font-size: 18px;
}
.left {
	float: left;
}
.gold-div {
	border-top: 1px solid #D4AE35;
}
.no-margin {
	margin: 0;
}
.no-mart {
	margin-top: 0;
}
.no-padding {
	padding: 0;
}
.no-padding-l {
	padding-left: 0;
}
.marl-10 {
	margin-left: 10px;
}
.mart-10 {
	margin-top: 10px; 
}
.mart-20 {
	margin-top: 20px; 
}
.mart-30 {
	margin-top: 30px; 
}
.mart-50 {
	margin-top: 50px; 
}
.mart-80 {
	margin-top: 80px; 
}
.mart-120 {
	margin-top: 120px; 
}
.font-20 {
	font-size: 20px;
}
.mouse-p {
	cursor: pointer;
}
.bold-500 {
	font-weight: 500;
}
.no-border {
	border: none;
}
.txt-legal {
	font-size: 11px;
	text-align: justify;
	color: #666;
}
.gold-txt {
	color: #D4AE35;
}
.gold-sub {
	color: #D4AE35;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 38px;
}
.txt-grey {
	color: #666;
}
.txt-white {
	color: #fff;
}
.title-blue {
	color: #191f6c;
	font-size: 35px;
}
.title-gold {
	color: #D4AE35;
	font-size: 25px;
}
.title-white {
	color: #FFF;
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 0;
}
.img-full {
	width: 100%;
	height: auto;
}
.btn-blue {
	padding: 10px;
	color: #D4AE35;
	text-align: center;
	background: #191f6c;
	border: 2px solid #D4AE35;
	transition: .5s;
}
.btn-blue:hover {
	padding: 10px;
	color: #191f6c;
	background: #FFF;
	border: 2px solid #191f6c;
	transition: .5s;
}
.btn-white {
	padding: 10px;
	color: #D4AE35;
	background: #fff;
	border: 2px solid #D4AE35;
	text-align: center;
	transition: .5s;
}
.btn-white:hover {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	background: #D4AE35;
	transition: .5s;
}
.btn-cotizador {
	padding: 10px;
	color: #D4AE35;
	background: #fff;
	border: 2px solid #ccc;
	text-align: center;
	transition: .5s;
}
.btn-cotizador:hover {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	background: #D4AE35;
	border: 2px solid #D4AE35;
	transition: .5s;
}
.btn-cotizador-remove {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	transition: .5s;
	margin-top: 5px;
	font-size: 14px;
}
.btn-cotizador-remove:hover {
	padding: 10px;
	color: #666;
	text-decoration: none;
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	transition: .5s;
}
.sticky-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #D4AE35;
	background-color: transparent;
	transition: .2s;
}
.header.active {
	transition: all 0.2s ease-in-out;
	padding: 5px 0px;
}
.header {
	background: rgba(255,255,255,0.4);
	transition: all 0.2s ease-in-out;
	color: #131F6B;
	padding: 10px 0px;
	font-weight: 900;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	margin-top: -36px;
	width: 160px;
}
.rombo{
	width: 600px;
	height: 600px;
	background: url('../images/bg-rombo-azul.svg');
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
	margin:25px auto -50px;
	text-align:center;
	display:block;
	transform: rotate(45deg);
	transition: transform 0.1s cubic-bezier(0, 1.8, 1, 1.8);
}
.texto {
	width: 430px;
	height: 430px;
	left: 111px;
	top: 336px;
	color:white;
	position: relative;
	overflow:hidden;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	font-size:15px;
}
.ventajas {
	position: relative;
	top: -100px;
}
.slide-home {
	position: relative;
	top: -100px;
}
.slide-right-home {
	width: 100%;
	height: auto;
	position: absolute;
	
}
.title-fam {
	position: relative;
	text-align: center;
	z-index: 2;
	top: 290px;
}
.contacto-foot {
	width: 100%;
	height: auto;
	background: url('../images/bg-footer-contacto.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -1px;
	padding: 90px 0px;
	margin-bottom: 30px;
	color: #fff;
}
.map-border {
	border: 3px solid #D4AE35;
	padding: 20px;
}
.field-form {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.field-form-contact {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #D4AE35;
	color: #666;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.nav-footer {
	color: #666;
	font-weight: 800;
	font-size: 12px;
}
.navbar-footer {
	background: #fff;
	border-top: 4px solid #D4AE35;
	padding: 20px 0px;
	margin-bottom: 0;
}
.icon-footer {
	width: 40px;
	height: 40px;
	float: right;
	transition: .3s;
}
.icon-footer:hover {
	transform: rotate(380deg);
	border: 1px solid #D4AE35;
	color: #D4AE35;
	transition: .4s;
}
.icon-contact {
	width: 30px;
	height: 30px;
	float: right;
	margin-left: 10px;
	transition: .3s;
}
.icon-contact:hover {
	transform: rotate(380deg);
	border: 1px solid #D4AE35;
	color: #D4AE35;
	transition: .4s;
}
.title-ventajas {
	font-size: 30px;
	margin-top: 30px;
	text-align: center;
	text-transform: uppercase;
}
.ventajas-cuadro-fake {
	right: 120px;
	position: absolute;
	background: #D4AE35;
	bottom: 150px;
	color: #fff;
	width: 300px;
	height: 330px;
}
.ventajas-cuadro {
	right: 120px;
	position: absolute;
	bottom: 150px;
	width: 300px;
	height: auto;
	color: #fff;
}
.ventajas-list {
	padding: 10px 20px 40px 40px;
	font-weight: 300;
	list-style-image: url('../images/flecha-derecha.png');
}
.pie-ventajas {
	color: #fff;
	text-align: right;
	font-weight: 800;
	padding: 20px;
	position: absolute;
	z-index: 99;
	bottom: 0;
	right: 10px;
}
.pie-ventajas a:hover {
	color: #D4AE35;
}
.pie-ventajas-fake {
	background: #191F6C;
	color: #fff;
	height: 60px;
}
.fam-cont {
	margin-top: -120px;
}
.plus-sign {
	transform: rotate(50deg);
	border: 1px solid #fff;
	padding: 3px;
	margin-left: 20px;
	font-size: 10px;
	transition: .3s;
}
.plus-sign:hover {
	transform: rotate(360deg);
	border: 1px solid #D4AE35;
	color: #D4AE35;
	transition: .3s;
}














/* reverse */
@media all and (transform-3d), (-webkit-transform-3d) {
  .reverse > .item.next,
  .reverse > .item.active.right {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
  .reverse > .item.prev,
  .reverse > .item.active.left {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}



/* Fade */
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }
.carousel-fade .active.left,
.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
   -webkit-transition: 0.5s ease-in-out top;
   -moz-transition: 0.5s ease-in-out top;
   -ms-transition: 0.5s ease-in-out top;
   -o-transition: 0.5s ease-in-out top;
   transition: 0.5s ease-in-out top;
}
.carousel.vertical .active {
   top: 0;
}
.carousel.vertical .next {
   top: 200px;
}
.carousel.vertical .prev {
   top: -200px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
   top: 0;
}
.carousel.vertical .active.left {
   top: -200px;
}
.carousel.vertical .active.right {
   top: 200px;
}
.carousel.vertical .item {
   left: 0;
}
.pasos-controls {
	background: transparent !important;
	color: #666;
	z-index: 16;
	top: 40%;
	bottom: unset;
	text-shadow: none;
}
.pasos-controls:hover {
	color: #D4AE35;
}
.slide-pasos {
	min-height: 380px;
	text-align: center;
	color: #B7B8C7;
}
.indicators-pasos li {
	border: none;
	text-indent: 0;
	background: transparent;
	border-radius: 0;
	height: 46px;
	color: #B7B8C7;
	padding: 0px 10px;
	font-size: 18px;
	width: 90px;
	border-top: 1px solid #D4AE35;
	margin: 0px -3px;
	font-weight: 600;
}
.indicators-pasos .active {
	border: none;
	text-indent: 0;
	background: transparent;
	border-radius: 0;
	height: 46px;
	color: #D4AE35;
	padding: 0px 10px;
	font-size: 18px;
	width: 90px;
	border-top: 1px solid #D4AE35;
	margin: 0px -3px;
}
.indicators-pasos {
	color: #000;
	bottom: unset;
	top: 46%;
	left: 0;
	margin-left: 0;
	width: 100%;
}
.controls-pasos-icons {
	width: 30px;
}
.title-pasos {
	font-size: 26px;
	font-weight: 600;
}
.navbar-toggle {
	border-radius: 0;
	border: 1px solid #B7B8C7;
}
.navbar-toggle .icon-bar {
	border: 1px solid #B7B8C7;
}
.nav-footer-cont {
	padding: 20px 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:  none;
}
.pasos-foot {
	z-index: 0;
}
.slide-pasos-main {
	z-index: 3;
}
.ventajas-y-beneficios-cont {
	background: url('../images/ventajas-y-beneficios-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 150px 10px;
	margin-top: 90px;
}
.parallax-ventajas {
	background-image: url('../images/parallax-ventajas.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0px 150px;
	height: 350px;
	width: 100%;
	margin-top: -181px;
	-webkit-box-shadow: inset 0px 5px 15px -6px rgba(0,0,0,2);
	-moz-box-shadow: inset 0px 5px 15px -6px rgba(0,0,0,2);
	box-shadow: inset 0px 5px 15px -6px rgba(0,0,0,2);
}
.bg-tri {
	background-image: url('../images/bg-tri.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.title-ventajas-page {
	text-transform: uppercase;
	color: #D4AE35;
	text-align: center;
	font-size: 70px;
	font-weight: 900;
	margin-top: 120px;
	border: 42px solid transparent;
	border-image-slice: 18% !important;
	border-image-width: 1 3 1 3 !important;
	padding: 1px;
	border-image: url(../images/border-ventajas.svg) 40;
}
.title-ventajas-page::after {
	content: "";
	width: 16px;
	height: 60px;
	background: #D4AE35;
	float: right;
	right: -20px;
	position: absolute;
}
.title-ventajas-page::before {
	content: "";
	width: 16px;
	height: 60px;
	background: #D4AE35;
	float: left;
	left: -20px;
	position: absolute;
}
.title-pasos-page {
	color: #fff;
	font-size: 65px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 26px;
	position: absolute;
	bottom: 130px;
	margin-top: 0;
	margin-bottom: 0;
}
.subtitle-pasos-page {
	font-size: 25px;
}
.subtitle-pasos-page_2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 42px;
}
.title-contacto-page {
	background-image: url('../images/bg-contact-title.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #D4AE35;
	text-align: center;
	width: 100%;
	font-size: 70px;
	margin-top: 120px;
	font-weight: 900;
}
.border-whiter {
	border-right: 1px solid #fff;
}
.border-goldr {
	border-right: 1px solid #D4AE35;
}
.cont-direcciones {
	color: #666;
	margin-top: -10px;
}
.redes-contacto {
	color: #666;
	font-size: 20px;
	margin-top: 10px;
	vertical-align: bottom;
}
.parallax-somos {
	background-image: url('../images/parallax-quienes-somos.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	width: 100%;
	height: 400px;
	margin-top: 140px;
}
.cont-4decadas {
	background-image: url('../images/triangulo-4decadas.svg');
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	text-align: right;
	position: relative;
	top: -516px;
	margin-bottom: -470px;
	height: 583px;
}
.txt-4decadas {
	position: absolute;
	bottom: 0;
	bottom: 66px;
}
.txt-4decadas-p {
	bottom: -70px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.parallax-somos-2 {
	background: url('../images/parallax-somos-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 0px;
	text-align: center;
}
.ribbon {
	width: 150px;
	height: auto;
}
.ribbon-title {
	font-size: 30px;
	font-weight: 600;
	color: #666;
}
.subtitle-fam {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 0px !important;
}
.numero-icon {
	width: 80px;
	height: 80px;
	margin: 0px -10px;
}
.title-somos-page {
	background-image: url('../images/bg-somos-title.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #D4AE35;
	text-align: center;
	width: 100%;
	margin-top: 120px;
	font-size: 70px;
	font-weight: 900;
}
.title-somos-page::before {
	content: "";
	width: 60px;
	height: 16px;
	background: #D4AE35;
	float: left;
	text-align: center;
	left: 48%;
	top: -20px;
	position: absolute;
}
.title-somos-page::after {
	content: "";
	width: 60px;
	height: 16px;
	background: #D4AE35;
	float: left;
	bottom: -20px;
	text-align: center;
	left: 48%;
	position: absolute;
}
.title-cotiza-page {
	background-image: url('../images/bg-contact-title.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #D4AE35;
	text-align: center;
	width: 100%;
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 0;
	line-height: 60px;
}
.cant-total {
	background: #D4AE35;
	padding: 20px 30px;
	color: #fff;
	margin-top: 0;
}
.title-total {
	padding: 20px 30px;
	color: #666;
	border-top: 1px solid #D4AE35;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.sub-cotiza {
	background: #191f6c;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 0;
	margin-top: 40px;
	font-size: 18px;
	font-weight: 400;
}
.title-coti {
	color: #666;
	background: #191f6c;
	font-size: 30px;
	font-weight: 600;
	line-height: 11px;
	text-align: center;
	margin: 32px 0px 13px;
}
.subtitle-montos {
	text-align: center;
	font-weight: 100;
	padding: 10px 0px;
	background: #191f6c;
	color: #fff;
}
.title-montos {
	background: #D4AE35 !important;
	color: #fff !important;
	border-radius: 0 !important;
	text-transform: uppercase;
	text-align: center;
}
.panel-group .panel {
	border-radius: 0;
}
.glyphicon-minus {
	margin-right: 
}
.cont-seleccionados_2  {
	overflow-x: scroll;
	width: 100%;
	display: block;
}
.cont-seleccionados {
	overflow-x: scroll;
	min-width: 855px;
	width: 100%;
	display: block;
}
.title-total::after {
	content: "\e252";
	font-family: 'Glyphicons Halflings';
	font-weight: 100;
	position: absolute;
	bottom: 52px;
	float: left;
	left: 47%;
	color: #fff;
}
.cont-faqs {
	margin-top: 50px;
}
.title-faqs {
	font-size: 19px;
	font-weight: 600;
}
.txt-faqs {
	font-weight: 100;
	text-align: justify;
}
.title-faqs-page {
	background-image: url('../images/bg-faqs-title.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #D4AE35;
	text-align: center;
	width: 100%;
	font-size: 70px;
	font-weight: 900;
	margin-top: 120px;
}
.title-faqs-page::before {
	content: url('../images/top-faqs.svg');
	width: 157px;
	height: 40px;
	float: left;
	text-align: center;
	left: 47%;
	top: -60px;
	position: absolute;
}
.title-faqs-page::after {
	content: url('../images/top-faqs.svg');
	width: 157px;
	height: 40px;
	float: left;
	bottom: -20px;
	text-align: center;
	left: 47%;
	position: absolute;
}
.mapa-home {
	width:100%;
	height:550px;
}
.mapa-contacto {
	width:100%;
	height:450px;
	margin-top: 50px;
}
.frase-somos {
	margin-top: 30px;
}
.hero-unit {
	margin-top: 100px;
	font-weight: 400;
}
.help-tool{
	width: 20px;
	height: 20px;
}
.tooltip-inner {
	width: 100% !important;
	text-align: left !important;
	height: auto;
	left: 0px !important;
	display: block !important;
	max-width: 400px;
}
.tooltip-arrow {
	display: none;
}
.celdas-valor {
	width: 125px;
	height: auto;
	float: left;
	padding-left: 25px;
}
.celdas-title {
	width: 122px;
	height: auto;
	float: left;
}
.cont-title-home {
	z-index: 9999 !important;
	margin-top: 62px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.title-home {
	background: rgba(0,0,0,.4);
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	font-weight: 100;
	letter-spacing: 3px;
	z-index: 999;
}
.modal-footer {
	border-top: 0;
}
.aviso-alerta {
	font-size: 13px;
	color: #d40000;
}
.carousel-control {
	color: #666;
}
.txt-next {
	text-align: right;
	float: left;
	margin-top: 10px;
	color: #666;
}
.txt-sig {
	text-align: right;
	float: right;
	margin-top: 10px;
	color: #666;
}
.txt-next:focus, .txt-next:active {
	color: #D4AE35;
}
.txt-sig:focus, .txt-sig:active {
	color: #D4AE35;
}
.carousel-control {
	color: #666;
}
.modal {
	z-index: 9999;
}