body {
  overflow-x: hidden;
  width: 100%;
  margin: 0 !important;
}

/*--------------------------------------TOP MENU----------------------------------*/
.navbar {
  background-color: #fff;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}

.navbar-default {
  border: none;
}

nav.navbar.navbar-default {
  padding-left: 4%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.navbar-default .navbar-brand {
  font-family: robotobold;
  font-size: 1.5em;
  color: #000;
}

ul.nav.navbar-nav {
  margin-left: 1%;
}

.navbar-default .navbar-nav>li>a {
  font-size: 1.5em;
  color: #000;
  font-family: robotoregular;
  padding-bottom: 5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  font-size: 1.5em;
  color: #000;
  font-family: robotobold;
  background-color: transparent;
  border-bottom: 2px solid red;
}
.dropdown {
	display: none;
}

.dropdown-menu {
	border-radius: 0px;
}
.logo-claro img {
  width: 40px;
  margin-left: 90%;
  margin-top: 0.65%;
}
/*------------------------------------------------------------------------------*/

/*--------------------------------------INTRO-----------------------------------*/
.intro {
  background-color: #ED3829;
  background-image: url(../images/textura-header.jpg);
  background-size: cover;
  margin-top: 0px !important;
  width: 100%;
  padding: 5% 0%;
}

.slogan {
  font-family: robotobold;
  font-size: 3.5em;
  color: #fff;
  padding-top: 5%;
  padding-left: 5%;
}

.brand {
	float: left;
	margin-left: 12%;
}

.brand span {
	font-family: robotobold;
  font-size: 2.2em;
  color: #fff;
  padding-top: 0%;
  padding-left: 5%;
}

.brand img {
  width: 14%;
  float: right;
  margin-top: 0.5%;
  margin-right: 73%;
}

.main-copy{
	float: left;
  padding-left: 5%;
  padding-top: 6%;
  /* width: 46%; */
}

.foto-header {
	float: right;
  padding-top: 4%;
  margin-bottom: 4%;
  margin-right: 4%;
  /* width: 20%; */
}

.intro h1{
  font-family: robotobold;
  font-size: 4.5em;
  color: #fff;
}

.intro h2 {
  font-family: robotolight;
  font-size: 2.5em;
  line-height: 1.4em;
  color: #fff;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
/*--------------------------------------------------------------------------------*/

/*--------------------------------------METODOS-----------------------------------*/
section.metodos {
	width: 100%;
}

img.icono {
  width: 5%;
  height: auto;
  margin-bottom: 3%;
  margin-left: 16%;
}

img.icon-larger {
	width: 8%;
}

.caption h3 {
  font-family: robotobold;
  font-size: 3.5em; 
}

.caption h4 {
  font-family: robotoregular;
  font-size: 1.8em;
  width: 45%;
  line-height: 1.5em;
}

.contenedor-metodos {
  position: relative;
  margin: 0 auto;
}

.foto-metodo img {
	width: 100%;
}

.contenedor-metodos .caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Black background with transparency */
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 15% 0% 0% 10%;
}

/*---------------------------------VERTICAL SLIDER-----------------------------*/
section.metodos .container {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

section.metodos .col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}

.well {
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
  background-image: url(../images/fondo_slider.jpg);
  background-size: cover;
  border-radius: 0;
  margin-right: -30px;
}

/*--------------INDICATORS------------*/
.carousel-indicators {
  background-color: transparent;
  position: absolute;
  bottom: 45%;
  z-index: 15;
  width: 30px;
  margin-left: 42%;
  list-style: none;
  text-align: center;
  right: 5%;
}
.carousel-indicators li{
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 15px;
}

.carousel-indicators .active {
 width: 20px;
 height: 20px;
 margin-bottom: 15px;
 background-color: #fff;
}
/*---------------------------------------*/
.btn-vertical-slider{ 
  margin-left:35px; cursor:pointer;
}

a {  
  cursor:pointer;
}

.carousel.vertical .carousel-inner .item {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s ease-in-out top;
  -moz-transition: 0.4s ease-in-out top;
  -ms-transition: 0.4s ease-in-out top;
  -o-transition: 0.4s ease-in-out top;
  transition: 0.4s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
  left: 0;
}
​
/*-----------------------------------------------------------------------------*/

/*-------------------------------FEATURES MOVIL-------------------------------*/
.features-movil {
	border-bottom: solid 1px #B0B0B0;
	width: 100%;
}

section.features-movil {
  border-bottom: solid 1px #B0B0B0;
  width: 100%;
}

.titular-movil {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 6%;
  width: 70%;
  margin-left: 15%;
}

.titular-movil h5 {
  font-family: robotobold;
  font-size: 2.6em;
  line-height: 6rem;
  color: #000;
}

.titular-movil span {
  color: #EC3728;
}

.titular-movil p {
  font-family: robotoregular;
  font-size: 1.5em;
  color: #000;
  margin-top: 2%;
}

.features-left {
  left: 6%;
  padding-right: 10%;
}

.features-left h6 {
  font-family: robotoregular;
  font-size: 2.3em;
  color: #000;
}

.features-left p {
  font-family: robotolight;
  font-size: 2em;
  color: #666666;
}

.features-left img {
  margin-top: -4%;
}

.laptop {
  width: 90%;
  margin: -4% 0 10% 5%;
}

.features-left .row {
  margin-bottom: 12%;
}

.movil {
  margin-top: -10%;
  margin-left: 10%;
  width: 100%;
}

/*----------------------------------------------------------------------------*/

/*-------------------------------FEATURES WEB---------------------------------*/
.titular-web {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 6%;
}

.titular-web h5 {
  font-family: robotobold;
  font-size: 3.3em;
  color: #000;
}

.titular-web span {
  color: #EC3728;
}

.titular-web p {
  font-family: robotoregular;
  font-size: 1.5em;
  color: #000;
  margin-top: 2%;
}

.subtitulo-web {
  width: 80%;
  padding-left: 20%;
}

.features-right {
  padding-right: 6%;
}

.features-right h6 {
  font-family: robotoregular;
  font-size: 2.3em;
  color: #000;
}

.features-right p {
  font-family: robotolight;
  font-size: 2em;
  color: #666666;
}

.features-right img {
	margin-top: -4%;
}

.features-right .row {
  margin-bottom: 12%;
}
/*----------------------------------------------------------------------------*/

/*---------------------------------SOLICITALO---------------------------------*/
.contenedor-solicitalo {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.contendor-solicitalo img {
	width: 100%;
	max-width: 3840px;
}

.foto-solicitalo img {
	width: 100%;
}

.contenedor-solicitalo .caption-solicitalo {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  padding: 11% 0% 0% 7%;
}

.solicitalo h1 {
  font-family: robotobold;
  font-size: 3.1em;
  color: #000;
}

.solicitalo span {
  color: #EC3728;
}

.solicitalo p {
  font-family: robotolight;
  font-size: 2.3em;
  line-height: 1.7em;
  width: 46%;
  color: #000;
  margin-bottom: 3%;
}

.solicitalo strong {
  font-family: robotomedium;
}

.btn-default {
  background-color: #EC3728;
  color: #fff;
  font-family: robotomedium;
  font-size: 2.1em;
  border-radius: 3px;
  border: none;
  padding:20px 100px 20px 90px;
}

.btn-default:hover {
  background-color: #EC3728;
  color: #fff;
  font-family: robotomedium;
  font-size: 2.1em;
  border-radius: 3px;
  border: none;
  padding:20px 100px 20px 90px;
}

/*-----------------------------------------------------------------------------*/

/*---------------------------------HELP CENTER---------------------------------*/
section.help-center {
  background-color: #EFEFEF;
  background-size: cover;
  text-align: center;
  width: 100%;
}

.help-center .btn-default {
  background-color: #EC3728;
  color: #fff;
  font-family: robotomedium;
  font-size: 2.1em;
  border-radius: 3px;
  border: none;
  padding:20px 100px 20px 90px;
  margin-bottom: 4%;
}

.help-center .btn-default:hover {
  background-color: #EC3728;
  color: #fff;
  font-family: robotomedium;
  font-size: 2.1em;
  border-radius: 3px;
  border: none;
  padding:20px 100px 20px 90px;
  margin-bottom: 4%;
}

.help-center h2 {
  font-family: robotobold;
  font-size: 3.3em;
  color: #000;
  margin-top: 3%;
  margin-bottom: 2%;
}

.help-center span {
  color: #EC3728;
}

.help-center p {
  font-family: robotoregular;
  font-size: 2.3em;
  color: #000;
  margin-bottom: 3%;
}
/*----------------------------------------------------------------------------*/

/* ---------- DESCARGAR APP ---------- */
section.descarga-app {
  padding: 4%;
}

.titulo-descarga h4 {
  font-family: robotobold;
  font-size: 2.3em;
  text-align: center;
  color: #000;
}

.titulo-descarga span {
  color: #EC3728;
}

.app-store img {
  width: 78%;
  margin-top: 6.5%;
  margin-left: 10%;
}

.play-store img {
  width: 100%;
}

/*---------------------------------VERTICALES---------------------------------*/
section.verticales {
  background-color: #EFEFEF;
  padding: 7%;
}

.verticales {
	width: 100%;
}

.verticales h1 {
  font-family: robotoregular;
  font-size: 3.5em;
  color: #000;
  text-align: center;
}

.verticales span {
  color: #ED3829;
}

.verticales strong {
	font-family: robotobold;
}

.texto-descriptivo {
  font-family: robotoregular;
  font-size: 2.5em;
  line-height: 3em;
  text-align: center;
  color: #000;
}

.verticales .col-md-12 {
  margin-top: -2%;
  margin-bottom: 4%;
}

.titulo-vertical {
  font-family: robotoregular;
  font-size: 2.1em;
  text-align: center;
  color: #000;
  margin-top: 4%;
  margin-bottom: 8%;
}

.industrias {
  padding-left: 2%;
}

.foto-vertical {
  border: solid 1px #C9C9C9;
  border-radius: 5px;
  padding: 0 !important;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

section.verticales .btn-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40%;
  margin-top: -27px;
  width:80%;
  /*padding-left: 15%;*/
  /*padding-right: 15%;*/
  background-color: #ED3829;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: robotomedium;
  font-size: 2.2em;
}

.btn-primary:hover {
  background-color: #ED3829;
  border-color: #ED3829;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: robotomedium;
  font-size: 2.2em;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: #ED3829;
  border-color: #ED3829;
  border: none;
}

.btn-primary:visited {
  background-color: #ED3829;
  border-color: #ED3829;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: robotomedium;
  font-size: 1em;
}

.btn-otros {
  background-color: #ED3829;
  border-color: #ED3829;
  border:none;
  border-radius: 3px;
  color: #fff;
  font-family: robotomedium;
  font-size: 2.2em;
  width: 30%;
  margin-left: 35%;
  margin-top: 4%;
  padding: 2%;
}

.btn-otros:hover {
  color: #fff;
}

.btn-otros:focus {
  color: #fff;
}

.boton {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.foto-vertical:hover .boton {
  opacity: 1;
}

.otros p {
	margin-top: 7%;
  font-family: robotomedium;
  font-size: 3em;
  text-align: center;
}

.otros .modal-body p{
  font-family: robotolight;
  font-size: 1em;
  color: #666666;
  line-height: 1.5em;
  text-align: justify;
}

/*----------------------------------------------------------------------------*/

/*------------------------------------MODAL-----------------------------------*/

.modal-dialog {
	width: 50%;
}

.modal-title {
  font-family: robotobold;
  font-size: 3em;
  text-align: center;
  width: 90%;
  margin-top: 2%;
}

.modal-header .close {
  margin-top: -10%;
  margin-right: 3%;
}

.close {
  float: right;
  font-size: 5em;
  font-family: robotolight;
  font-weight: lighter;
  line-height: 1;
  color: #fff;
  opacity: .9;
  text-shadow: none;
}

.cabecera {
  position: relative;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.cabecera img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.modal-header {
  padding: 0 !important;
  border-bottom: none;
}

.cabecera .titulo-modal {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 11% 0% 0% 4%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-body {
  padding: 8%;
}

.modal-body p {
  font-family: robotolight;
  font-size: 2em;
  color: #666666;
  line-height: 1.5em;
  text-align: justify;
}

.otros .modal-body p {
  font-family: robotolight;
  font-size: 2em;
  color: #666666;
  line-height: 1.5em;
  text-align: justify;
}

.modal-body .titulo-ap {
  font-family: robotobold;
  font-size: 2.5em;
  color: #000;
  margin-top: 5%;
}

.modal-body h6 {
  font-family: robotobold;
  font-size: 2.1em;
  color: #ED3829;
  margin-top: 5%;
}

.modal-body ul {
  margin-top: 4%;
  list-style-type: none; /* no default bullets */
}

.modal-body li { 
  font-family: robotolight;
  font-size: 2em;
  color: #666666;
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 2%;
  margin-left: -4%;
}

.modal-body li:before { /* the custom styled bullets */
  background-color: #ED3829;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;
}


/*----------------------------------------------------------------------------*/

/*----------------------------SOLICITALO CORPORATIVO---------------------------*/
.solicitalo h2 {
  font-family: robotobold;
  font-size: 3.1em;
  color: #000;
}

/*----------------------------------------------------------------------------*/

/*-----------------------FORMULARIO SOLICITUD LOCALIZAME-----------------------*/
section.corporaciones {
  background-image: url(../images/fondo-formulario.jpg);
  background-size: cover;
}

section.masivo {
  background-image: url(../images/fondo-formulariom.jpeg);
  background-size: cover;
}

.logo {
  width: 30%;
  height: auto;
  margin-top: -7%;
  margin-left: -7%;
  margin-bottom: 6%;
}

.formulario {
  background-color: rgba(255,255,255,0.9);
  padding: 5%;
  margin-top: 5%;
  margin-bottom: 4%;
  box-shadow: -2px 0px 10px -2px #00000063;
}

.formulario h1 {
  font-family: robotobold;
  font-size: 2.1em;
  color: #333;
  text-align: center;
}

.formulario h1 span {
  color: #ED3829;
}

.formulario p {
  font-family: robotoregular;
  font-size: 1.2em;
  color: #333;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 5%;
}

.formulario p span {
  font-family: robotobold;
}

.formulario label {
  font-family: robotolight;
  font-size: 1.2em;
  color: #333;
}

.formulario input {
  margin-bottom: 3%;
  border-radius: 0px;

}

.formulario select {
  margin-bottom: 3%;
  border-radius: 0px;
  font-family: robotolight;
  font-size: 1em;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 50%;
  padding: .5em;
}

.formulario select option {
  font-family: robotolight;
  font-size: 1em;
  color: #333;
}

.sliderspan {
  font-family: robotolight;
  font-size: 1em;
}

.btn-formulario {
  margin-top: 5%;
  margin-bottom: 5%;
  padding-left: 25%;
}

.slidecontainer {
  padding-top: 2%;
}

.slidecontainer p {
  padding-top: 0%;
  text-align: left;
  font-family: robotolight;
  font-size: 1.1em;
}
/*------------------------------------------------------------------------------------*/


/*---------------------------HELP CENTER CORPORATIVO--------------------------*/
.help-center h3 {
  font-family: robotobold;
  font-size: 3.3em;
  color: #000;
  margin-top: 3%;
  margin-bottom: 2%;
}

/*----------------------------------------------------------------------------*/

/*-----------------------------------CLIENTES----------------------------------*/
section.clientes {
  padding-left: 10%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.clientes {
	width: 100%;
}

.clientes img{
	width: 25%;
}
/*-----------------------------------------------------------------------------*/

/*-----------------------------------FOOTER----------------------------------*/
footer {
  background-color: #1A1A1A;
  padding: 2%;
  width: 100%;
  padding-top: 1.5%;
}


footer .col-md-3 {
	margin-left: 5%;
}

footer img {
  width: 25%;
  float: left;
}

.derechos {
  float: right;
  padding-top: 5%;
  margin-right: 13%;
  color: #fff;
  font-family: robotoregular;
  font-size: 1.8em;
}

footer p {
  font-family: robotoregular;
  font-size: 1.8em;
  color: #333333;
}

.powered {
  float: right;
  margin-right: -135%;
  margin-top: -12%;
}

/* ---------- ESTILOS LANDING PARA DESCARGA DE APP MOVIL LOCALIZAME MASIVO ---------- */
.app-landing {
  background-color: #fff;
  box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, .1);
}

.app-landing .navbar-brand img {
  margin: -20%;
}

.app-store-links {
  margin: 0.5% 0 0 0;
}

a.col-md-1 {
  width: 3%;
}

.app-store-links h6 {
  color: #1A1A1A;
  font-family: robotobold;
  text-transform: uppercase;
  line-height: 0.8rem;
  font-size: 1em;
  text-align: right;
}

section.welcome {
  color: #fff;
  background-image: linear-gradient(#FF0B00, #F14924);
  padding: 5% 0;
}

.main-copy-landing {
  margin: 10% 0 0 0;
}

.main-copy-landing h1 {
  font-family: robotobold;
  font-size: 3em;
}
.main-copy-landing h2 {
  font-family: robotoregular;
  font-size: 1.8em;
}

.main-copy-landing p {
  font-family: robotoregular;
  font-size: 1.3em;
  margin: 3% 0 0 0;
}

.welcome img {
  width: 70%;
}

a.rounded-btn {
  color: #fff;
  font-family: robotoregular;
  font-size: 1.3em;
  line-height: 3.1rem;
  text-align: center;
  border-radius: 50px;
  height: 50px;
  width: 200px;
  border: solid 1px #fff;
  margin: 4% 0 0 0;
}

a.rounded-btn i {
  vertical-align: middle;
}

.rounded-btn:hover {
  color: #fff;
  font-family: robotobold;
}

.rounded-btn:focus {
  color: #fff;
  font-family: robotobold;
}

/*------------------------------------RESPONSIVE-------------------------------------*/
@media only screen and (max-width: 1440px) {
	/*--------------------------------------TOP MENU----------------------------------*/
	.navbar {
	  background-color: #fff;
	  margin-bottom: 0px;
	  border-radius: 0px;
	  width: 105%;
	}

	.navbar-default {
	  border: none;
	}

	nav.navbar.navbar-default {
	  margin: -11px;
	  padding-left: 4%;
	  padding-top: 1%;
    padding-bottom: 0%;
	}

	.navbar-default .navbar-nav>li>a {
	  font-size: 0.9em;
	  color: #000;
	  font-family: robotoregular;
	}

	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	  font-size: 0.9em;
	  color: #000;
	  font-family: robotobold;
	  background-color: transparent;
	}

	.dropdown {
		display: none;
	}

	.dropdown-menu {
		border-radius: 0px;
	}
	/*------------------------------------------------------------------------------*/

	/*--------------------------------------INTRO-----------------------------------*/
	.intro {
	  background-color: #ED3829;
	  background-image: url(../images/textura-header.jpg);
	  margin-top: 0px !important;
	  width: 100%;
	}

	.slogan {
	  font-family: robotobold;
	  font-size: 2.5em;
	  color: #fff;
	  padding-top: 5%;
	  padding-left: 5%;
	}

	.brand {
		float: left;
		margin-left: 10%;
	}

	.brand span {
		font-family: robotobold;
	  font-size: 1.5em;
	  color: #fff;
	  padding-top: 5%;
	  padding-left: 5%;
	}

	.brand img {
	  width: 14%;
	  float: right;
	  margin-right: 74%;
	}

	.main-copy{
	  padding-left: 6%;
	  padding-top: 7%;
	}

	.foto-header {
	  padding-top: 4%;
	  margin-bottom: 4%;
	  margin-left: -5%;
	}

	.intro h1{
	  font-family: robotobold;
	  font-size: 3em;
	  color: #fff;
	}

	.intro h2 {
	  font-family: robotolight;
	  font-size: 2.2em;
	  line-height: 1.4em;
	  color: #fff;
	}

	.container-fluid {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	/*--------------------------------------------------------------------------------*/

	/*--------------------------------------METODOS-----------------------------------*/
	img.icono {
	  width: 5%;
	  height: auto;
	  margin-bottom: 3%;
	  margin-left: 16%;
	}

	img.icon-larger {
		width: 8%;
	}

	.caption h3 {
	  font-family: robotobold;
	  font-size: 2.5em; 
	}

	.caption h4 {
	  font-family: robotoregular;
	  font-size: 1.8em;
	  width: 45%;
	  line-height: 1.5em;
	}

	.contenedor-metodos {
	  position: relative;
	  margin: 0 auto;
	}

	.contenedor-metodos .caption {
	  position: absolute;
	  bottom: 0;
	  background: rgba(0, 0, 0, 0.3); /* Black background with transparency */
	  color: #fff;
	  width: 100%;
	  height: 100%;
	  padding: 15% 0% 0% 6%;
	}

	/*---------------------------------VERTICAL SLIDER-----------------------------*/
	section.metodos .container {
	  padding: 0px;
	  margin: 0px;
	  width: 100%;
	}

	section.metodos .col-md-12 {
	  padding-right: 0px;
	  padding-left: 0px;
	  width: 101%;
	}

	.well {
	  padding: 0px;
	  margin-bottom: 0px;
	  background-color: transparent;
	  border: none;
	  background-image: url(../images/fondo_slider.jpg);
	  border-radius: 0;
	  margin-right: -30px;
	}

	/*--------------INDICATORS------------*/
	.carousel-indicators {
	  background-color: transparent;
	  position: absolute;
	  bottom: 45%;
	  z-index: 15;
	  width: 30px;
	  margin-left: 42%;
	  list-style: none;
	  text-align: center;
	  right: 5%;
	}
	.carousel-indicators li{
	  display: block;
	  width: 10px;
	  height: 10px;
	  margin-bottom: 10px;
	}

	.carousel-indicators .active {
	 width: 12px;
	 height: 12px;
	 margin-bottom: 10px;
	 background-color: #fff;
	}
	/*---------------------------------------*/
	.btn-vertical-slider{ 
	  margin-left:35px; cursor:pointer;
	}

	a {  
	  cursor:pointer;
	}

	.carousel.vertical .carousel-inner .item {
	  width: 100%;
	  height: auto;
	  -webkit-transition: 0.4s ease-in-out top;
	  -moz-transition: 0.4s ease-in-out top;
	  -ms-transition: 0.4s ease-in-out top;
	  -o-transition: 0.4s ease-in-out top;
	  transition: 0.4s ease-in-out top;
	}

	.carousel.vertical .active {
	  top: 0;
	}

	.carousel.vertical .next {
	  top: 100%;
	}

	.carousel.vertical .prev {
	  top: -100%;
	}

	.carousel.vertical .next.left,
	.carousel.vertical .prev.right {
	  top: 0;
	}

	.carousel.vertical .active.left {
	  top: -100%;
	}

	.carousel.vertical .active.right {
	  top: 100%;
	}

	.carousel.vertical .item {
	  left: 0;
	}
	​
	/*-----------------------------------------------------------------------------*/

	/*-------------------------------FEATURES MOVIL-------------------------------*/
	.features-movil {
		border-bottom: solid 1px #B0B0B0;
		width: 100%;
	}

	section.features-movil {
	  border-bottom: solid 1px #B0B0B0;
	  width: 100%;
	}

	.titular-movil {
	  text-align: center;
	  margin-top: 3%;
	  margin-bottom: 6%;
	}

	.titular-movil h5 {
	  font-family: robotobold;
	  font-size: 2.3em;
	  color: #000;
	}

	.titular-movil span {
	  color: #EC3728;
	}

	.titular-movil p {
	  font-family: robotoregular;
	  font-size: 1.5em;
	  color: #000;
	  margin-top: 2%;
	}

	.features-left {
	  left: 6%;
	  padding-right: 10%;
	}

	.features-left h6 {
	  font-family: robotoregular;
	  font-size: 1.3em;
	  color: #000;
	}

	.features-left p {
	  font-family: robotolight;
	  font-size: 1em;
	  color: #666666;
	}

	.features-left img {
	  margin-top: 17%;
	}

	.features-left .row {
	  margin-bottom: 9%;
	}

	.movil {
	  margin-top: -10%;
	  margin-left: 3%;
	}

	/*----------------------------------------------------------------------------*/

	/*-------------------------------FEATURES WEB---------------------------------*/
	.titular-web {
	  text-align: center;
	  margin-top: 3%;
	  margin-bottom: 6%;
	}

	.titular-web h5 {
	  font-family: robotobold;
	  font-size: 2.3em;
	  color: #000;
	}

	.titular-web span {
	  color: #EC3728;
	}

	.titular-web p {
	  font-family: robotoregular;
	  font-size: 1.5em;
	  color: #000;
	  margin-top: 2%;
	}

	.subtitulo-web {
	  width: 80%;
	  padding-left: 20%;
	}

	.features-right {
	  padding-right: 6%;
	}

	.features-right h6 {
	  font-family: robotoregular;
	  font-size: 1.3em;
	  color: #000;
	}

	.features-right p {
	  font-family: robotolight;
	  font-size: 1em;
	  color: #666666;
	}

	.features-right .row {
	  margin-bottom: 7%;
	}
	/*----------------------------------------------------------------------------*/

	/*---------------------------------SOLICITALO---------------------------------*/
	.contenedor-solicitalo {
	  position: relative;
	  margin: 0 auto;
	}

	.contenedor-solicitalo .caption-solicitalo {
	  position: absolute;
	  bottom: 0;
	  background: rgba(255, 255, 255, 0.4);
	  width: 100%;
	  height: 100%;
	  padding: 11% 0% 0% 6%;
	}

	.solicitalo h1 {
	  font-family: robotobold;
	  font-size: 2.1em;
	  color: #000;
	}

	.solicitalo span {
	  color: #EC3728;
	}

	.solicitalo p {
	  font-family: robotolight;
	  font-size: 1.3em;
	  line-height: 1.7em;
	  width: 35%;
	  color: #000;
	  margin-bottom: 3%;
	}

	.solicitalo strong {
	  font-family: robotomedium;
	}

	.btn-default {
	  background-color: #EC3728;
	  color: #fff;
	  font-family: robotomedium;
	  font-size: 1.1em;
	  border-radius: 3px;
	  border: none;
	  padding:10px 80px 10px 60px;
	}

	.btn-default:hover {
	  background-color: #EC3728;
	  color: #fff;
	  font-family: robotomedium;
	  font-size: 1.1em;
	  border-radius: 3px;
	  border: none;
	  padding:10px 80px 10px 60px;
	}

	/*----------------------------------------------------------------------------*/

	/*---------------------------------HELP CENTER---------------------------------*/
	section.help-center {
	  background-color: #EFEFEF;
	  text-align: center;
	  width: 105%;
	}

	.help-center .btn-default {
	  background-color: #EC3728;
	  color: #fff;
	  font-family: robotomedium;
	  font-size: 1.1em;
	  border-radius: 3px;
	  border: none;
	  padding:10px 60px 10px 60px;
	  margin-bottom: 4%;
	}

	.help-center .btn-default:hover {
	  background-color: #EC3728;
	  color: #fff;
	  font-family: robotomedium;
	  font-size: 1.1em;
	  border-radius: 3px;
	  border: none;
	  padding:10px 60px 10px 60px;
	  margin-bottom: 4%;
	}

	.help-center h2 {
	  font-family: robotobold;
	  font-size: 2.3em;
	  color: #000;
	  margin-top: 3%;
	  margin-bottom: 2%;
	}

	.help-center span {
	  color: #EC3728;
	}

	.help-center p {
	  font-family: robotoregular;
	  font-size: 1.3em;
	  color: #000;
	  margin-bottom: 3%;
	}
	/*----------------------------------------------------------------------------*/

	/*---------------------------------VERTICALES---------------------------------*/
	section.verticales {
	  background-color: #EFEFEF;
	  padding: 5%;
	}

	.verticales {
		width: 100%;
	}

	.verticales h1 {
	  font-family: robotoregular;
	  font-size: 2em;
	  color: #000;
	  text-align: center;
	}

	.verticales span {
	  color: #ED3829;
	}

	.texto-descriptivo {
	  font-family: robotoregular;
	  font-size: 1.5em;
	  line-height: 2em;
	  text-align: center;
	  color: #000;
	}

	.verticales .col-md-12 {
	  margin-top: -2%;
	  margin-bottom: 4%;
	}

	.titulo-vertical {
	  font-family: robotoregular;
	  font-size: 1.1em;
	  text-align: center;
	  color: #000;
	  margin-top: 4%;
	  margin-bottom: 8%;
	}

	.industrias {
	  padding-left: 0%;
	}

	.foto-vertical {
	  border: solid 1px #C9C9C9;
	  border-radius: 5px;
	  padding: 0 !important;
	  width: 100%;
	  height: auto;
    box-sizing: border-box;
	}

  section.verticales .btn-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40%;
  margin-top: -27px;
  width:80%;
  /*padding-left: 15%;*/
  /*padding-right: 15%;*/
  background-color: #ED3829;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: robotomedium;
  font-size: 1.2em;
 }

.btn-primary:hover {
  background-color: #ED3829;
  border-color: #ED3829;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: robotomedium;
  font-size: 1.2em;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: #ED3829;
  border-color: #ED3829;
  border: none;
}

.btn-primary:visited {
  background-color: #ED3829;
  border-color: #ED3829;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: robotomedium;
  font-size: 1.2em;
}

  .btn-otros {
    background-color: #ED3829;
    border-color: #ED3829;
    border:none;
    border-radius: 3px;
    color: #fff;
    font-family: robotomedium;
    font-size: 1.2em;
    width: 30%;
    margin-left: 35%;
    margin-top: 4%;
    padding: 1%;
  }

  .btn-otros:hover {
    color: #fff;
  }

  .btn-otros:focus {
    color: #fff;
  }

	.btn-primary:focus, .btn-primary.focus {
	  background-color: #ED3829;
	  border-color: #ED3829;
	  border: none;
	}

	.btn-primary:visited {
	  background-color: #ED3829;
	  border-color: #ED3829;
	  border: none;
	  border-radius: 3px;
	  color: #fff;
	  font-family: robotomedium;
	  font-size: 1em;
	}

	.boton {
	  transition: .5s ease;
	  opacity: 0;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  /*transform: translate(-50%, -50%);*/
	  /*-ms-transform: translate(-50%, -50%);*/
	  text-align: center;
	  background-color: rgba(0, 0, 0, 0.8);
	  width: 100%;
	  height: 100%;
	  border-radius: 3px;
	}

	.foto-vertical:hover .boton {
	  opacity: 1;
	}

	.otros p {
		margin-top: 5%;
	  font-family: robotomedium;
	  font-size: 1.3em;
	  text-align: center;
	}

	.otros .modal-body p{
	  font-family: robotolight;
	  font-size: 1em;
	  color: #666666;
	  line-height: 1.5em;
	  text-align: justify;
	}

	/*----------------------------------------------------------------------------*/

	/*------------------------------------MODAL-----------------------------------*/
	.modal-dialog {
	width: 50%;
	}

	.modal-title {
	  font-family: robotobold;
	  font-size: 1.8em;
	  text-align: center;
	}

	.modal-header .close {
	  margin-top: -60px;
	  margin-right: 3%;
	}

	.close {
	  float: right;
	  font-size: 2em;
	  font-family: robotolight;
	  font-weight: lighter;
	  line-height: 1;
	  color: #fff;
	  opacity: .9;
	  text-shadow: none;
	}

	.cabecera {
	  position: relative;
	  margin: 0 auto;
	  border-top-left-radius: 5px;
	  border-top-right-radius: 5px;
	  width: 100%;
	}

	.cabecera img {
	  border-top-left-radius: 5px;
	  border-top-right-radius: 5px;
	  width: 100%;
	}

	.modal-header {
	  padding: 0 !important;
	  border-bottom: none;
	}

	.cabecera .titulo-modal {
	  position: absolute;
	  bottom: 0;
	  background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
	  color: #fff;
	  width: 100%;
	  height: 100%;
	  padding: 11% 0% 0% 4%;
	  border-top-left-radius: 5px;
	  border-top-right-radius: 5px;
	}

	.modal-body {
	  padding: 8%;
	}

	.modal-body p{
	  font-family: robotolight;
	  font-size: 1em;
	  color: #666666;
	  line-height: 1.5em;
	  text-align: justify;
	}

  .modal-body .titulo-ap {
  font-family: robotobold;
  font-size: 1.7em;
  color: #000;
  margin-top: 5%;
  }

  .modal-body h6 {
    font-family: robotobold;
    font-size: 1.3em;
    color: #ED3829;
    margin-top: 5%;
  }

	.modal-body ul {
	  margin-top: 4%;
	  list-style-type: none; /* no default bullets */
	}

	.modal-body li { 
	  font-family: robotolight;
	  font-size: 1em;
	  color: #666666;
	  line-height: 1.5em;
	  text-align: justify;
	  margin-bottom: 2%;
	  margin-left: -8%;
	}

	.modal-body li:before { /* the custom styled bullets */
	  background-color: #ED3829;
	  border-radius: 50%;
	  content: "";
	  display: inline-block;
	  margin-right: 10px;
	  margin-bottom: 2px;
	  height: 6px;
	  width: 6px;
	}


	/*----------------------------------------------------------------------------*/

	/*----------------------------SOLICITALO CORPORATIVO---------------------------*/
	.solicitalo h2 {
	  font-family: robotobold;
	  font-size: 2.1em;
	  color: #000;
	}

	/*----------------------------------------------------------------------------*/

	/*---------------------------HELP CENTER CORPORATIVO--------------------------*/
	.help-center h3 {
	  font-family: robotobold;
	  font-size: 2.3em;
	  color: #000;
	  margin-top: 3%;
	  margin-bottom: 2%;
	}

	/*----------------------------------------------------------------------------*/

	/*-----------------------------------CLIENTES----------------------------------*/
	section.clientes {
	  padding-left: 10%;
	  margin-top: 3%;
	  margin-bottom: 3%;
	}

	.clientes {
		width: 105%;
	}
	/*-----------------------------------------------------------------------------*/

	/*-----------------------------------FOOTER----------------------------------*/
	footer {
	  background-color: #1A1A1A;
	  padding: 2%;
	  width: 102%;
	  padding-top: 3%;
	}


	footer .col-md-3 {
		margin-left: 3%;
	}

	footer img {
	  width: 20%;
	  float: left;
	}

	.derechos {
	  float: right;
	  padding-top: 3%;
	  padding-right: 20%;
	  color: #fff;
	  font-family: robotoregular;
	  font-size: 0.8em;
	}

	footer p {
	  font-family: robotoregular;
	  font-size: 0.8em;
	  color: #333333;
	}

	.powered {
	  float: right;
	  margin-right: -135%;
	  margin-top: -11%;
	}
}

/*--------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	
	body {
		overflow-x: hidden;
	}

	.dropdown {
		display: none;
	}

	.intro {
		width: 100%;
	}

	.slogan {
 		font-family: robotobold;
  	font-size: 2.1em;
  	color: #fff;
  	padding-top: 5%;
  	padding-left: 5%;
	}

	.brand {
		float: left;
		margin-left: 12%;
    margin-top: -0.5%;
	}

	.brand span {
		font-family: robotobold;
	  font-size: 1.1em;
	  color: #fff;
	  padding-top: 5%;
	  padding-left: 5%;
	}

	.brand img {
	  width: 14%;
	  float: right;
	  margin-right: 74%;
	}

	.intro h1 {
		margin-top: -6%;
	}

	.intro h2 {
    font-size: 2em;
    line-height: 1.4em;
	}

	.foto-header {
    padding-top: 2%;
	}

	.carousel-indicators {
		margin-left: 42%;
	}

	section.features-movil {
  border-bottom: solid 1px #B0B0B0;
	}

	.titular-movil h5 {
		margin-left: -4%;
	}

	.titular-movil p {
    font-family: robotoregular;
    font-size: 1.5em;
    color: #000;
    margin-top: 2%;
    width: 85%;
    margin-left: 5%;
	}

	.titular-web h5 {
		width: 82%;
	  margin-left: 8%;
	}

	.subtitulo-web {
    width: 90%;
    margin-left: -6%;
  }

  section.verticales {
  	padding: 7%;
  }

  .foto-vertical {
  	width: 100%;
  	/*margin-left: -19%;*/
  }

  .boton {
    position:absolute;
  	top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  /*.btn-primary {
  	left: 50%;
  }*/

  .modal-header .close {
    margin-top: -60px;
    margin-right: 2%;
	}

	.close {
    float: right;
    font-size: 2em;
    font-family: robotolight;
    font-weight: lighter;
    line-height: 1;
    color: #fff;
    opacity: .9;
    text-shadow: none;
	}

  .solicitalo h1 {
  	margin-top: -1%;
  }

  .solicitalo h2 {
  	margin-top: -2.5%;
  }

  .derechos {
  	padding-right: 6%;
  }

  .help-center h3 {
    font-size: 2em;
  }

  /* ---------- DESCARGAR APP ---------- */
  .titulo-descarga h4 {
    font-size: 2em;
  }

  .titulo-descarga span {
    color: #EC3728;
  }

}

@media only screen and (max-width: 768px) {

  body {
  overflow-x: hidden;
  margin: 0% !important;
  }

  .carousel-indicators {
    bottom: 38%;
  }

  .caption {
    padding: 12% 0% 0% 6%;
  }

  .foto-header {
    padding-top: 3%;
    padding-right: 12%;
    margin-left: 5%;
    margin-bottom: 4%;
  }

  .caption h3 {
    font-size: 2em;
  }

  .caption h4 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .titular-movil {
    width: 80%;
    margin-left: 10%;
  }

  .titular-movil h5 {
    font-size: 2em;
    line-height: 1.5em;
  }

  .titular-movil p {
    font-size: 1.3em;
  }

  .features-left {
    padding-right: 14%;
  }

  .features-left img {
    margin-top: 1%;
    width: 10%;
    float: left;
    margin-right: 4%;
  }

  .features-left h6 {
  	margin-left: 16%;
    margin-top: -10%;
  }

  .features-left p {
  	margin-left: 16%;
    margin-right: 6%;
  }

  .features-left .row {
    margin-bottom: 5%;
  }

  .movil {
    margin-top: -2%;
    float: right;
    margin-right: -6%;
  }

  section.features-movil {
  border-bottom: solid 1px #B0B0B0;
  }

  .titular-web h5 {
    font-size: 2em;
    width: 85%;
    padding-left: 19%;
    line-height: 1.5em;
  }

  .titular-web p {
    font-size: 1.3em;
  }

  .subtitulo-web {
    width: 92%;
    float: none;
    padding-left: 10%;
  }

  .laptop {
    width: 70%;
    margin-bottom: 4%;
    margin-left: 15%;
  }

  .features-right {
    padding-left: 14%;
  }

  .features-right img {
    margin-top: 1%;
    width: 10%;
    float: left;
    margin-right: 4%;
  }

  .features-right .row {
    margin-bottom: 5%;
  }

  .foto-industrias {
  	width: 250px;
  }

  .modal-header .close {
    margin-top: -60px;
    margin-right: 4%;
	}

	.close {
    float: right;
    font-size: 2em;
    font-family: robotolight;
    font-weight: lighter;
    line-height: 1;
    color: #fff;
    opacity: .9;
    text-shadow: none;
	}

  .contenedor-solicitalo .caption-solicitalo {
    padding: 4% 0% 0% 8%;
  }

  .solicitalo h1 {
    font-size: 1.8em;
  }

  .solicitalo p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 4%;
  }

  /* ---------- DESCARGAR APP ---------- */
  .titulo-descarga h4 {
    font-size: 2em;
  }

  .help-center h2 {
    font-size: 2em;
  }

  .help-center p {
    font-size: 1.1em;
  }

  section.clientes .col-md-3 {
    width: 25%;
  }

  footer .col-md-3 {
    float: left;
  }

  .derechos {
    padding-right: 40%;
    padding-top: 4.5%;
  }

  footer .col-md-2 {
    float: right;
    width: 22%;
    padding-top: 2%;
  }

  .verticales h1 {
    font-size: 1.8em;
  }

  .texto-descriptivo {
    font-size: 1.2em;
  }

  .foto-vertical {
  	/*margin-left: 6%; */
  }

  .boton {
    position:absolute;
  	top: 0px;
    left: 0px;
  }
}


@media only screen and (max-width: 375px) {
  .dropdown {
  	display: block;
  	float: left;
  	font-size: 0.9em;
  	color: #000;
  	font-family: robotoregular;
  	margin-left: -2%;
    margin-top: 3%;
  }
  .navbar-default .navbar-brand {
    padding-top: 4.3%;
}

.logo-claro {
  display: none;
}

  button.btn.btn-primary.dropdown-toggle {
  	background-color: transparent;
  	color: #000;
  	font-family: robotoregular;
  	font-size: 1.2em;	
  }

  .dropdown-menu {
    position: absolute;
    top: -23%;
    left: 5%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 41px -5px 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: none;
	}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    font-family: robotobold;
    text-decoration: none;
    background-color: #fff;
	}

	.btn .caret {
    margin-left: 15%;
	}

  .btn-primary {
    border-color: transparent;
  }

	.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #000;
    background-color: transparent;
    border-color: none;
}

	.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    border-color: none;
  }

  .navbar {
    width: 115%;
  }

  .navbar ul {
    display: none;
  }

  .intro {
    width: 110%;
  }

  .slogan {
 		font-family: robotobold;
  	font-size: 1.8em;
  	color: #fff;
  	padding-top: 6%;
  	padding-left: 12%;
	}

	.brand {
		float: left;
		margin-left: 24%;
    margin-top: -0.5%;
	}

	.brand span {
		font-family: robotobold;
	  font-size: 1.1em;
	  color: #fff;
	  padding-top: 5%;
	  padding-left: 5%;
	}

	.brand img {
	  width: 14%;
	  float: right;
	  margin-right: 74%;
	}

  .main-copy {
    padding-left: 15%;
    padding-top: 15%;
    width: 100%;
    float: none;
}

  .main-copy h1 {
    font-size: 2.5em;
    margin-left: -4%;
  }

  .main-copy h2 {
    font-size: 1.5em;
    padding-right: 7%;
    margin-left: -5%;
  }

  .foto-header {
    padding-top: 4%;
    padding-right: 16%;
    margin-left: 1%;
    margin-bottom: 5%;
    float: none;
    width: 100%;

  }

  .metodos {
    width: 110%;
  }

  .carousel-indicators {
    margin-left: 35%;
    bottom: 28%;
  }

  .contenedor-metodos .caption {
    bottom: 1px;
    padding: 10% 0% 0% 12%;
  }

  img.icono {
    width: 7%;
    height: auto;
    margin-bottom: -2%;
    margin-left: 28%;
  }

  img.icon-larger {
  	width: 11%;
  	margin-left: 22%;
  }

  .caption h3 {
  	text-align: center;
    margin-left: -26%;
    font-size: 1.5em;
  }

  .caption h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    width: 75%;
    text-align: center;
  }

   section.features-movil {
    width: 110%;
  }

  .titular-movil {
    width: 80%;
    margin-left: 10%;
  }

  .titular-movil h5 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 10%;
    margin-bottom: 8%;
  }

  .titular-movil p {
    font-size: 1.3em;
  }

  .features-left {
    text-align: center;
    width: 94%;
    margin-left: -8%;
  }

  .features-left img {
    margin-top: 7%;
    margin-bottom: 7%;
    width: 30%;
    margin-left: 40%;
  }

  .features-left h6 {
    margin-top: 5%;
  }

  .features-left p {
    margin-top: 5%;
    line-height: 1.8em;
    margin-right: 0%;
  }

  .movil {
    margin-top: 4%;
    margin-right: -14%;
  }

  .titular-web {
    text-align: center;
  }

  .titular-web h5 {
    font-size: 2em;
    width: 90%;
    margin-left: -4%;
    line-height: 1.3em;
    margin-top: 10%;
    margin-bottom: 8%;
  }

  .titular-web p {
    font-size: 1.3em;
    width: 96%;
    margin-left: -2.5%;
    line-height: 1.6em;
  }

  .laptop {
    width: 95%;
    margin-top: 5%;
    margin-bottom: 8%;
    margin-left: 3%;
}

  .features-right {
    text-align: center;
    width: 94%;
    margin-left: -1%;
  }

  .features-right img {
    margin-top: 7%;
    margin-bottom: 7%;
    width: 30%;
    margin-left: 34%;
  }

  .features-right h6 {
    margin-top: 5%;
  }

  .features-right p {
    margin-top: 5%;
    line-height: 1.8em;
  }

  .verticales {
    width: 100%;
  }

  .verticales h1 {
    font-size: 1.8em;
    line-height: 1.5em;
    width: 90%;
  }

  .texto-descriptivo {
    margin-top: 7%;
    margin-left: -1%;
    width: 90%;
  }

  .foto-vertical {
    /*margin-left: -8.5%;*/
    width: 100%;
  }

  .boton {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }

  /*.btn-primary {
    left: 22%;
    height: 45px;
    font-size: 1.3em;
  }*/

  .titulo-vertical {
    margin-top: 7%;
    margin-bottom: 8%;
    font-size: 1.3em;
  }

  .modal-content {
  	width: 75%;
  }

  .cabecera .titulo-modal {
    width: 100%;
  }

  .modal-title {
    margin-top: -2%;
    margin-left: -1%;
    width: 95%;
    font-family: robotobold;
    font-size: 1.5em;
    text-align: center;
  }

  .cabecera img {
    width: 100%;
  }

  .modal-header .close {
    margin-top: -10%;
    margin-right: 4%;
  }

  .close {
    float: right;
    font-size: 2em;
    font-family: robotolight;
    font-weight: lighter;
    line-height: 1;
    color: #fff;
    opacity: .9;
    text-shadow: none;
  }

  .otros {
  	margin-left: 0%;
  }

  .otros p {
		margin-top: 8%;
		margin-bottom: 30%;
  	font-family: robotomedium;
  	font-size: 1.3em;
  	text-align: center;
	}

	.otros span {
		font-family: robotobold;
	}

  .btn-otros {
    background-color: #ED3829;
    border-color: #ED3829;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: robotomedium;
    font-size: 1.2em;
    width: 90%;
    margin-left: 5%;
    margin-top: -21%;
    padding: 5%;
}

	.otros .modal-header .close {
    margin-top: -60px;
    margin-right: -16%;
	}

	.otros .modal-body p {
  	font-family: robotolight;
  	font-size: 1em;
  	color: #666666;
  	line-height: 1.5em;
  	text-align: justify;
  	width: 100%;
	}

  section.solicitalo {
    width: 100%;
  }

  .contenedor-solicitalo img {
    height: 300px;
    width: auto;
  }

  .contenedor-solicitalo .caption-solicitalo {
    padding: 13% 0% 0% 10%;
  }

  .solicitalo p {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 4%;
    width: 90%;
  }

  .contenedor-solicitalo .btn-default {
    margin-left: 9%;
    padding: 11px 80px 10px 70px;
  }

  .btn-default {
    padding: 11px 80px 10px 60px;
    height: 45px;
    margin-top: 5%;
  }

  section.help-center {
    width: 100%;
  }

  .help-center h2 {
    margin-top: 10%;
  }

  .help-center h3 {
    font-size: 2em;
    margin-left: -9%;
    margin-top: 7%;
  }

  .help-center p {
    font-size: 1.3em;
    width: 83%;
    margin-left: 4%;
    margin-top: 7%;
  }

  .help-center .btn-default {
    background-color: #EC3728;
    color: #fff;
    font-family: robotomedium;
    font-size: 1.3em;
    height: 50px;
    border-radius: 3px;
    border: none;
    padding: 11px 60px 10px 60px;
    margin-bottom: 11%;
    margin-left: 0;
  }

  section.clientes .col-xs-12 {
    width: 100%;
    margin-left: 26%;
    margin-top: 6%;
    margin-bottom: 6%;
  }

  footer {
    width: 100%;
    padding-bottom: 7%;
  }

  footer .col-md-3 {
    margin-left: 0%;
	}

  footer img {
    width: 25%;
    margin-top: 6%;
    margin-left: 37%;
  }

  .derechos {
    padding-right: 12%;
    padding-top: 6.5%;
    font-size: 1em;
  }

  .powered {
  	float: none;
		padding-left: 34%;
		margin-top: 5%;
	}

  footer .col-xs-12 {
    width: 100%;
  }

  /*-----------------------FORMULARIO SOLICITUD LOCALIZAME-----------------------*/
  section.corporaciones {
    background-image: url(../images/fondo-formulario.jpg);
    background-size: cover;
  }

  section.masivo {
    background-image: url(../images/fondo-formulariom.jpeg);
    background-size: cover;
  }

  .formulario {
    background-color: rgba(255,255,255,0.9);
  }

  .formulario h1 {
    font-family: robotobold;
    font-size: 2.1em;
    color: #333;
    text-align: center;
  }

  .formulario h1 span {
    color: #ED3829;
  }

  .formulario p {
    font-family: robotoregular;
    font-size: 1.2em;
    color: #333;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .formulario p span {
    font-family: robotobold;
  }

  .formulario label {
    font-family: robotolight;
    font-size: 1.2em;
    color: #333;
  }

  .formulario input {
    margin-bottom: 3%;
    border-radius: 0px;

  }

  .formulario select {
    margin-bottom: 3%;
    border-radius: 0px;
    font-family: robotolight;
    font-size: 1em;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right 50%;
    padding: .5em;
  }

  .formulario select option {
    font-family: robotolight;
    font-size: 1em;
    color: #333;
  }

  .sliderspan {
    font-family: robotolight;
    font-size: 1em;
  }

  .btn-formulario {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 25%;
  }

  .slidecontainer {
    padding-top: 2%;
  }

  .slidecontainer p {
    padding-top: 0%;
    text-align: left;
    font-family: robotolight;
    font-size: 1.1em;
  }

  /* ---------- DESCARGAR APP ---------- */
  section.descarga-app {
    padding: 10%;
  }

  .titulo-descarga h4 {
    font-family: robotobold;
    font-size: 1.8em;
    text-align: center;
    color: #000;
    line-height: 4rem;
  }

  .titulo-descarga span {
    color: #EC3728;
  }

  .botones-store {
    margin-top: 7%;
  }

  .play-store img {
    width: 88.2%;
    margin-left: 5%;
  }

  /* ---- DESCARGA APP MASIVO ---- */
  nav.navbar.navbar-default.app-landing {
    height: 70px;
  }
  .app-landing .navbar-brand img {
    margin: 0%;
    width: 35px;
    height: auto;
  }
  
  .app-store-links {
    margin: 3.5% 0 0 50%;
  }
  
  a.col-md-1 {
    width: 3%;
  }
  
  .app-store-links h6 {
    display: none;
  }

  .app-store-links img {
    width: 25px;
    margin: 4%;
  }
  
  section.welcome {
    color: #fff;
    background-image: linear-gradient(#FF0B00, #F14924);
    padding: 5% 0;
  }
  
  .main-copy-landing {
    margin: 10% 0 0 0;
  }
  
  .main-copy-landing h1 {
    font-size: 2.5em;
    line-height: 6rem;
    text-align: center;
  }
  .main-copy-landing h2 {
    font-size: 1.5em;
    line-height: 3rem;
    text-align: center;
    width: 90%;
    margin: 0 0 0 5%;
  }
  
  .main-copy-landing p {
    font-size: 1.3em;
    margin: 5% 0 0 5%;
    width: 90%;
    text-align: center;
  }
  
  .welcome img {
    width: 70%;
    margin: 0 0 0 15%;
  }
  
  a.rounded-btn {
    margin: 10% 0 10% 22%;
  }  
}
/*-----------------------------------------------------------------------------*/