/* ESTILOS PARA CARTOGRAFÍA GPS 2016 

GPS COLORS:

primary: #FF007E (rosa)
success: #FFFF26 (amarillo)
info: #B8EA22 (verde)
warning: #A9A9A9 (gris claro)
azul: #035898;

font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
*/


/* GEN POP */

.default-color {
  color: #333;
}
.hover-opacity img:hover {
  opacity: 0.9;
}
body {
  padding-top: 110px;
}
.thumbnail {
  padding: 22px 4px 5px;
}
.quote {
  font-size: 35px;
  color: #FF007E;
}

/* HEADERS */

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}


/* TYPO */

p.leyenda {
  font-style: italic;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.txt-lg {
	font-size: 40px;
}
.txt-super-lg {
  font-size: 60px;
}
.txt-contacto {
  font-size: 16px;
}
.txt-md {
	font-size: 20px;
}
.txt-md-plus {
  font-size: 27px;
}
.txt-xs {
  font-size: 12px;
}
.txt-caption-lg {
	font-size: 30px;
  font-weight: 100;
}
.oswald {
	font-family: 'Oswald', sans-serif;
}
.txt-cap-bot {
    font-size: 17px;
    letter-spacing: 1px;
}
.line-height-lg {
	line-height: 200%;
}
.normal-weight {
	font-weight: 400;
}
.thin-weight {
  font-weight: 100;
}
.quicklinks {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 100;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 12px;
}
.lato {
  font-family: 'Lato', sans-serif;
}

/* BUTTONS */

.btn-info {
  background: #a0d700; /* Old browsers */
  background: -moz-linear-gradient(top,  #a0d700 0%, #5baf04 47%, #1d8b08 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #a0d700 0%,#5baf04 47%,#1d8b08 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #a0d700 0%,#5baf04 47%,#1d8b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d700', endColorstr='#1d8b08',GradientType=0 ); /* IE6-9 */
  border: 3px solid #fff;
}
.btn-compra {
  background-color: #035898;
  color: #fff;
  border-radius: 5px;
}
.btn-compra:hover {
  color: #6FD0FF;
} 
.btn-default {
  background-color: #333;
  color: #fff;
}
.btn-black {
  background-color: #000;
  color: #fff;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}
.btn-black:hover {
  color: #ddd;
}


/* COLORS */

.yellow {
	color: #FFFF26;
}
.white {
	color: #fff;
}
.green {
	color: #B8EA22;
}
.dark-green {
  color: #51c451;
}
.bg-black {
  background-color: #111;
}
.bg-black-more {
  background-color: #000;
}
.bg-gray {
  background-color: #ddd;
}
.pink {
  color: #FF007E;
}
.gray {
  color: #333;
}
.blue {
  color: #035898;
}
.bg-gradient-gray {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+52,ffffff+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 52%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 52%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 52%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}


/* POSITION */

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m-top-mini {
  margin-top: 3px;
}
.m-top-xs {
	margin-top: 10px;
}
.m-top-sm {
	margin-top: 15px;
}
.m-top {
	margin-top: 20px;
}
.m-top-md {
	margin-top: 30px;
}
.m-top-lg {
	margin-top: 50px;
}
.no-mar-bot {
	margin-bottom: 0;
}
.no-mar-top {
  margin-top: 0;
}
.mar-right {
  margin-right: 20px;
}
.mar-bot {
  margin-bottom: 22px;
}
.line-height {
	line-height: 100%;
}
.bor-bot-cap {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.no-pad {
	padding: 0;
}
.no-pad-right {
  padding-right: 0;
}
.pad-ban {
	padding: 23px 0 15px 0;
}
.pad-pres {
  padding: 70px 0;
}
.pad-left-caption {
  padding-left: 60px;
}
.pad-left-caption-plus {
  padding-left: 195px;
}
.pad-left {
  padding-left: 20px;
}
.pad-tabs {
  padding: 30px 40px;
}
.pad-bot {
  padding-bottom: 40px;
}

/* HEADER */

.bg-header {
	background: url('../img/bg-header.jpg') repeat 50% 0;
}
.bg-app-new {
  background: url('../img/bg-banner-app-new.jpg') no-repeat 0 0;
  padding: 480px 0 100px 200px;
}
.bg-app-tuto {
  background: url('../img/ban-tutoriales-app-espanol.jpg') no-repeat 0 0;
  background-size: 100%;
  padding-bottom: 710px;
}
.social-header li {
	float: right;
	margin: 0 5px;
	list-style-type: none;
}
.ico-shop {
  padding: 7px 0 10px 16px !important;
  font-size: 22px;
}
.navbar-brand {
  height: 110px;
  padding: 10px 15px;
}
.navbar-brand img {
  width: 100%;
  transition: width 0.5s ease;
}
nav.navbar-inverse {
  margin-bottom: 0;
  height: 111px;
  transition: height 0.5s ease;
}

/* NAV */

.nav>li>a {
    padding: 10px 16px;
}
.main-nav {
	margin-top: 10px;
}
.navbar-inverse .navbar-nav>li>a {
	font-family: 'Oswald', sans-serif;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}
.dropdown-menu {
  background-color: rgba(0,0,0,0.7);
}
.dropdown-menu>li>a {
  color: #fff;
}

/* SHRINK NAV */

nav.navbar-inverse.shrink {
  height: 35px;
  transition: height 0.5s ease;
}
nav.navbar.shrink .not-show {
  display: none;
}
nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 14px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
  height: 50px;
}
nav.shrink .navbar-brand img {
  width: 110px;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}

/* ANIMATE */ 

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/* FOOTER */

.bg-footer {
  background: url('../img/bg-footer.jpg') repeat 50% 0 #111;
  padding-top: 30px;
  padding-bottom: 10px;
}
footer {
  color: #fff;
  padding: 0 15px;
}
.li-footer {
  float: left;
  padding-left: 0;
}
.li-footer li {
  list-style-type: none;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.li-footer li:first-of-type {
  border-top: 1px solid #ddd;
}
.li-footer li a {
  color: #ddd;
}
.pad {
  padding-left: 20px;
}



/* CONTENT */

/* NEW CAROUSEL */

.carousel-inner .item {
    /*width: 100%;
    height: 700px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-inner .item img {
  width: 100%
}
.carousel-inner .adPromo {
    background: url('../img/parallax/bg-banner-promo.jpg') no-repeat center center fixed; 
}
.ad1 {
    background: url('../img/parallax/banner-3.jpg') no-repeat center center fixed; 
}
.ad2 {
    background: url('../img/parallax/banner-4.jpg') no-repeat center center fixed; 
}
.ad3 {
    background: url('../img/parallax/banner-1.jpg') no-repeat center center fixed; 
}
.ad4 {
    background: url('../img/parallax/banner-7.jpg') no-repeat center center fixed; 
}
.ad5 {
    background: url('../img/parallax/banner-8.jpg') no-repeat center center fixed; 
}
.inside {
  padding: 300px;
}

/*#slider-home {
    height: 700px;
}*/
.carousel-caption {
    left: 520px;
    width: 860px;
    top: 35px;
}
.carousel-caption-bottom {
	position: absolute;
	bottom: 320px;
	right: 0;
  width: 400px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-bottom-left {
  position: absolute;
  bottom: 280px;
  left: 0;
  width: 400px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.quienes-cap {
  width: 635px;
  text-align: left;
}
.tienda-cap {
  width: 562px;
  bottom: 320px;
}
.test-cap {
  width: 475px;
  text-align: left;
}
.carousel-caption-bottom-left-2 {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 400px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-bottom-right {
  position: absolute;
  top: 270px;
  right: 0;
  width: 430px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-bottom-right h1.yellow {
  padding-right: 195px;
}
.carousel-caption-bottom-right h1.white {
  padding-right: 198px;
}
.carousel-caption-bottom-right p {
  padding-right: 197px;
}
.tienda-cap h1.yellow {
  padding-left: 50px;
}
.como-caption h1.white {
  padding-right: 63px;
}
.como-caption p {
    padding-right: 63px;
}
.como-caption {
  text-align: left;
  top: 205px;
  width: 580px;
}
.colab-caption {
  text-align: left;
  width: 350px;
  top: 240px;
}
.colab-caption p {
    padding-right: 80px;
}
.carousel-caption-top-right {
  position: absolute;
  top: 20px;
  right: 55px;
  width: 400px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-top-right-2 {
  position: absolute;
  top: 115px;
  right: 0;
  width: 370px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-top-left {
  position: absolute;
  top: 270px;
  left: 0px;
  width: 415px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-center-left {
  position: absolute;
  top: 255px;
  left: 0px;
  width: 270px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.registro-cap {
  width: 560px;
}
.soporte-cap {
  width: 630px;
  top: 216px;
}
.faq-cap {
  width: 395px;
  bottom: 140px;
}
.carousel-caption-top-left-2 {
  position: absolute;
  top: 200px;
  left: 150px;
  width: 490px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-center {
  position: absolute;
  top: 115px;
  left: 750px;
  width: 400px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-center-2 {
  position: absolute;
  top: 260px;
  left: 420px;
  width: 445px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption-top-center {
  position: absolute;
  top: 250px;
  left: 300px;
  width: 400px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 0px;
	border: none;
	background-color: #999;
	margin: 5px;
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	border-radius: 0px;
	border: none;
	background-color: #FF007E;
	margin: 5px;
}
.ban-bien {
	padding: 35px 0 30px 0;
	text-align: center;
	margin-top: 2px;
}
.promo-left {
    text-align: left;
    left: 96px;
    width: 400px;
    top: 142px;
}
.promo-right {
    text-align: left;
    right: 50px;
    left: 951px;
    top: 142px;
}
.promo-top {
    left: 245px;
    top: 23px;
}
.promo-bot {
    left: 245px;
    top: 470px;
}

/* SLIDER MODELOS */ 

.bg-modelos {
	background-image: url('../img/bg-modelos.jpg');
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 30px 45px;
}
.bor-top-bot {
	border: 1px solid #575748;
}
#slider-modelos {
    height: 238px;
}
#slider-modelos .carousel-indicators {
	bottom: 0;
}
#slider-amigos .carousel-indicators,
#slider-waypoint .carousel-indicators,
#slider-track .carousel-indicators,
#slider-search .carousel-indicators,
#slider-descarga .carousel-indicators,
#slider-manager .carousel-indicators,
#slider-waypoint-manager .carousel-indicators {
  bottom: -20px;
}
#slider-ruta .carousel-indicators {
  bottom: -50px;
}
#slider-modelos .carousel-inner>.item>img {
	margin: 30px auto;
	width: 60%;
}
#slider-amigos.carousel,
#slider-waypoint.carousel,
#slider-track.carousel,
#slider-search.carousel,
#slider-ruta.carousel,
#slider-descarga.carousel,
#slider-manager.carousel,
#slider-waypoint-manager.carousel {
  width: 250px;
  margin: 0 auto;
}
#slider-amigos .carousel-inner>.item>img,
#slider-waypoint .carousel-inner>.item>img,
#slider-track .carousel-inner>.item>img,
#slider-search .carousel-inner>.item>img,
#slider-ruta .carousel-inner>.item>img,
#slider-descarga .carousel-inner>.item>img,
#slider-manager .carousel-inner>.item>img,
#slider-waypoint-manager .carousel-inner>.item>img {
    margin: 30px auto;
    width: 90%;
}
#slider-amigos .carousel-control.left,
#slider-waypoint .carousel-control.left,
#slider-track .carousel-control.left,
#slider-search .carousel-control.left,
#slider-ruta .carousel-control.left,
#slider-descarga .carousel-control.left,
#slider-manager .carousel-control.left,
#slider-waypoint-manager .carousel-control.left {
    left: -55px;
}
#slider-amigos .carousel-control.right,
#slider-waypoint .carousel-control.right,
#slider-track .carousel-control.right,
#slider-search .carousel-control.right,
#slider-ruta .carousel-control.right,
#slider-descarga .carousel-control.right,
#slider-manager .carousel-control.right,
#slider-waypoint-manager .carousel-control.right {
    right: -55px;
}
#slider-amigos .carousel-control,
#slider-waypoint .carousel-control,
#slider-track .carousel-control,
#slider-search .carousel-control,
#slider-ruta .carousel-control,
#slider-descarga .carousel-control,
#slider-manager .carousel-control,
#slider-waypoint-manager .carousel-control {
    color: #ff007f;
}



/* BANNER HOME */

.bg-home-banner {
	background-image: url('../img/bg-home-banner.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
  padding: 200px 0 186px;
  margin-top: 2px;
}
.bg-home-par {
  /*background-image: url('../img/parallax/parallax-home.jpg');*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 200px 0 186px;
  margin-top: 2px;
}

/* TILES */

.tile-home {
  /*background-image: url('../img/bg-tiles.jpg');*/
  background-size: 100%;
  background-position: 50% 50%;
  text-align: center;
  padding: 43px 30px;
  transition: background-image 0.5s ease;
  min-height: 281px;
}
.tile-home:hover {
  background-image: url('../img/bg-tiles-hover.jpg');
  color: #fff;
}

/* QUE ES EL MAPA E32 */

.bg-trekking {
  background-image: url('../img/bg-trekking.jpg');
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.txt-trekking {
  top: 150px;
  position: relative;
  left: 100px;
  text-shadow: 1px 1px 3px #5E5E5E;
}

/* SUB-NAVBAR QUE ES */

.sub-navbar {
  background-color: #111;
  height: 50px;
  padding-top: 13px;
}
.ul-sub li {
  list-style-type: none;
  float: left;
  padding-bottom: 16px;
}
.ul-sub li a.last {
  border: none;
}
.ul-sub li:hover {
  background: url('../img/menu-pointer.png') no-repeat 50% 100%;
}
.ul-sub li a {
  color: #fff;
  font-size: 16px;
  padding: 0 14px;
  border-right: 2px solid #fff;
}
.ul-sub li a:hover {
  color: #FFFF26;
}

/* CARACTERÍSTICAS E32 */

.bg-topografia {
  background: url('../img/bg-topografia.jpg') no-repeat 0 0;
  padding: 50px;
}
.li-caracteristicas {
  display: inline-block;
  vertical-align: top;
  padding-left: 50px;
}
.li-caracteristicas li {
  list-style-type: none;
  margin: 15px 0;
}

/* THUMBNAIL CAROUSEL */

.carousel-control.right {
  background-image: none;
  right: -150px;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control {
  left: -150px;
  font-size: 100px;
  color: #575746;
  opacity: 1;
}
.carousel-control:hover {
  color: #575746;
  opacity: 0.7;
}
.li-advertencia li {
  list-style-image: url('../img/vineta-pink.jpg');
  margin: 30px 0;
  font-size: 16px;
  font-style: italic;
}
.li-caract {
  padding-left: 20px;
}
.li-caract li {
  list-style-image: url('../img/vineta-pink.jpg');
  margin: 30px 0;
}
.li-caract li.list {
  background-position: 90% 50%;
  background-repeat: no-repeat;
  padding-right: 50px;
  margin: 10px 0;
}
.li-caract li.list.dos {
  background-image: url('../img/modulo-de-herramientas-02.png');
  padding: 10px 60px 10px 0;
  background-size: 10%;
}
.li-caract li.list.tres {
  background-image: url('../img/modulo-de-herramientas-03.png');
  padding: 10px 60px 10px 0;
  background-size: 12%;
}
.li-caract li.list.cuatro {
  background-image: url('../img/modulo-de-herramientas-04.jpg');
  padding: 10px 112px 10px 0;
  background-size: 16%;
}
.li-caract li.list.cinco {
  background-image: url('../img/modulo-de-herramientas-05.png');
  padding: 25px 102px 27px 0;
  background-size: 10%;
}
.li-caract li.list.seis {
  background-image: url('../img/modulo-de-herramientas-06.png');
  padding: 16px 73px 17px 0;
  background-size: 10%;
}
.li-caract li.list.siete {
  background-image: url('../img/modulo-de-herramientas-07.png');
  padding: 25px 140px 27px 0;
  background-size: 15%;
}

/* IMÁGENES MAPA E32 */

.box-gps img {
  display: inline-block;
  vertical-align: top;
  margin: 10px 3px;
}
    
/* PRESENTACIONES */

.li-pres {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.li-pres li {
  list-style-image: url('../img/vineta-pink.jpg');
  margin: 15px 0;
}
.li-dif {
  padding-left: 20px;
  margin-top: 40px;
}
.li-dif li {
  list-style-image: url('../img/vineta-gris.jpg');
  margin: 15px 0;
}

/* CIUDADES */

.ciudades {
  padding: 50px 20px; 
}

/* FLIP */

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 250px;
  height: 210px;
  margin-top: 32px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.front img {
  width: 200px;
}
/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  /*background-color: rgba(0,0,0,0.8);*/
}

/* MODALS */

.modal.in .modal-dialog {
  z-index: 99999;
  margin-top: 150px;
}
.modal-dialog {
    width: 800px;
}

/* DISTRIBUIDORES */

.custom-height-add {
  height: 200px;
}

/* ACTUALIZACIONES */

.act .ul-sub {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.act .navbar-collapse {
  text-align: center;
}
.panel-default>.panel-heading {
  color: #fff;
  background-color: #FF007E;
  border: none;
  width: 45%;
  height: 51px;
}
.panel-heading {
  padding: 1px 0 10px 180px;
  display: inline-block;
  vertical-align: top;
}
.panel-default {
  border: none;
}
.down-btn {
  display: inline-block;
  vertical-align: top;
  background-color: #777;
  color: #fff;
  font-size: 28px;
  padding: 5px 10px 6px;
}
.panel-heading h3 {
  margin-top: 15px;
}
.li-izq li {
  margin: 30px 0;
  line-height: 240%;
}
.faq-h1 {
  padding: 5px 0 5px 45px;
}
.bg-ban-garmin {
  background: url('../img/bg-banner-garmin.jpg') no-repeat 0 0;
  padding: 20px 0;
}
.atardecer {
  background: url('../img/bg-banner-garmin-2.jpg') no-repeat 0 0;
  padding: 30px 0 75px;
}
.custom-height {
  height: 290px;
}
.custom-height p {
  position: absolute;
  bottom: 1px;
  left: 45px;
}

/* REGISTRO */

.form-control {
  background-color: #DFDFD0;
  border: none;
}
.boxMensaje {
  border: 1px solid #333;
  padding: 50px;
  margin-top: 100px;
}

/* CARRITO */

.ico-green {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* PARALLAX */

.full-width {
  background-repeat: repeat-x;
}
section.module:last-child {
  margin-bottom: 0;
}
section.module p:last-child {
  margin-bottom: 0;
}
/*section.module.content {
  padding: 40px 0;
}*/
section.module.parallax {
  height: 500px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
section.module.parallax-1 {
  background-image: url("../img/parallax/parallax-home.jpg");
  padding-top: 200px;
}
section.module.parallax-2 {
  background-image: url("../img/parallax/banner-6.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/parallax/banner-9.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/parallax/banner-5.jpg");
}
section.module.parallax-5 {
  background-image: url("../img/parallax/banner-10.jpg");
}
section.module.parallax-6 {
  background-image: url("../img/parallax/banner-11.jpg");
}
section.module.parallax-7 {
  background-image: url("../img/parallax/banner-12.jpg");
}
section.module.parallax-8 {
  background-image: url("../img/parallax/banner-13.jpg");
}
section.module.parallax-9 {
  background-image: url("../img/parallax/banner-1.jpg");
}
section.module.parallax-10 {
  background-image: url("../img/parallax/banner-2.jpg");
}
section.module.parallax-11 {
  background-image: url("../img/parallax/banner-14.jpg");
}
section.module.parallax-12 {
  background-image: url("../img/parallax/banner-15.jpg");
}
section.module.parallax-13 {
  background-image: url("../img/parallax/banner-16.jpg");
}
section.module.parallax-14 {
  background-image: url("../img/parallax/banner-17.jpg");
}
section.module.parallax-15 {
  background-image: url("../img/parallax/banner-18.jpg");
}
section.module.parallax-16 {
  background-image: url("../img/parallax/banner-19.jpg");
}
section.module.parallax-17 {
  background-image: url("../img/parallax/banner-20.jpg");
}
section.module.parallax-18 {
  background-image: url("../img/parallax/banner-21.jpg");
}
section.module.parallax-19 {
  background-image: url("../img/parallax/banner-22.jpg");
}
section.module.parallax-20 {
  background-image: url("../img/parallax/banner-23.jpg");
}
section.module.parallax-21 {
  background-image: url("../img/parallax/banner-24.jpg");
}

.parallax-window {
  min-height: 600px;
  background: transparent;
}
.parallax-window-xs {
  min-height: 300px;
  background: transparent;
}
.pad-top-par {
  padding-top: 150px;
}
.no-pad {
    padding: 0;
}

#home #badges {
    position: absolute;
    bottom: 30%;
    right: 9%;
	width: auto;
}

#store #badges {
    position: absolute;
    bottom: 20%;
    left: 0%;
	width: auto;
}

#home #badges .badge-apple { width: 26rem; }
#home #badges .badge-google { width: 35rem; }

#store #badges .badge-apple { width: 26rem; }
#store #badges .badge-google { width: 35rem; }

.badge-appstore {
	width: 85%;
}

/* Unsuscribe Model Styles */
