html,
body {
  height: auto;
  min-height: 100vh;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 500;
  color: #272727;
}
button:focus{
  outline: none;
}
img, a{
  border:none;
  outline: none;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #272727;
  margin-bottom: 0.5rem;
  letter-spacing: -1.5px;
}
h1{
  font-size: 2.8rem;
  line-height: 3rem;
}
h2{
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
}
h3{
  font-size: 1.6rem;
  line-height: 1.7rem;
}
p{
  font-size: 1rem;
  line-height: 1.4rem;
}
a {
  color: #ff4b36;
}
a:hover {
  color: #272727;
  text-decoration: none;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.5rem;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-grey {
  color: #272727 !important;
}
.text-orange {
  color: #ff4b36 !important;
}


#topNav {
  background-color: #272727;
  margin: 0rem;
  padding: 0rem;
  z-index: 110;
  border-bottom: 1px solid #444444;
}
#topNav .container{
  padding-right: 15px;
}
#topNav .nav-link {
  font-size: 0.7rem;
  text-transform: uppercase;
  background-color: #272727;
  color: #fff;
  padding: 5px 20px 4px 20px;
  border-right: 1px solid #444444;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}
#topNav .nav-link:hover, #topNav .nav-link.active{
  color: #ff4b36;
}
#topNav .icos {
  font-size: 1.2rem;
  background-color: #272727;
  color: #ff4b36;
  padding: 5px 18px 4px 18px;
  border-right: 1px solid #444444;
  transition: all 0.2s ease;
  font-weight: 400;
}
#topNav .icos:hover, #topNav .icos.active{
  background-color: #ff4b36;
  color: #fff;
}
#topNav ul{
  margin: 0px;
  padding: 0px;
}

#mainNav {
  background-color: rgba(39,39,39,0);
  margin-top: 28px;
  transition: all 0.3s ease;
  z-index: 100;
}
#mainNav #logo{
  height: 55px;
  margin: 10px 0px 15px 0px;
  transition: all 0.3s ease;
}
#mainNav .nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding: 18px 20px;
  transition: all 0.2s ease;
}
#mainNav .nav-link:hover {
  color: #ff4b36;
  font-weight: 600;
}
#mainNav .nav-link.active {
  color: #ff4b36;
}
#mainNav .last {
  padding: 18px 0px 18px 20px !important;
}
#mainNav .navbar-toggler{
  width: 51x;
  height: 34px;
}
#mainNav .navbar-toggler>.close {
  display:inline;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 4px 7px 6px 5px;
  color: #ff4b36;
  text-shadow: none;
  opacity: 1;
}
#mainNav .navbar-toggler.collapsed>.close, #mainNav .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,75,54,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler.navbar-toggler {
  border-color: rgba(255,75,54,0.5);
} 


header{
  z-index: 10;
}

.header-int{
  z-index: 10;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wrapper-gris-cla-int{
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/onda-gris-cla.png) no-repeat center top;
  position: relative;
  background-size: 250px;
  z-index: 50;
  margin: -56px 0px 10px 0px;
  padding: 20px 0px 0px 0px;
}
.wrapper-bla-int{
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/onda-bla.png) no-repeat center top;
  position: relative;
  background-size: 250px;
  z-index: 50;
  margin: -56px 0px 10px 0px;
  padding: 20px 0px 0px 0px;
}

.carousel-indicators {
  text-align: left;
  float: left;
  left: unset;
  right: unset;
  bottom: 10px;
  margin-left: unset;
  margin-right: unset;
  z-index: 60;
}
.carousel-indicators li{
  width: 8px;
  height: 8px;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 100%;
  opacity: 1;
  background-color: #fff;
}
.carousel-indicators li.active{
  background-color: #ff4b36;
}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-control-prev-icon {
  background-image: url("../images/flecha-prev.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.carousel-control-next-icon {
  background-image: url("../images/flecha-next.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.carousel-caption {
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
  left: unset;
  right: unset;
}
.carousel-caption .logo{
  max-height: 100px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.carousel-caption h2{
  color: #fff;
  text-transform: none;
  max-width: 600px;
}
.carousel-caption p{
  color: #fff;
}


.fondo-bla{
  background-color: #ffffff;
}
.fondo-gri{
  background-color: #f1f1f1;
}


#texto-inicial{
  padding: 0px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 40;
}
#texto-inicial .card-body{
  padding: 1.25rem 0rem;
}
#texto-inicial .card-body h3{
  margin-top: 0px;
}


#soluciones{
  padding: 1px 0px 60px 0px;
  margin: 10px 0px;
  z-index: 50;
}

.card{
  border: none;
  background: rgba(255,255,255,0);
}
.card .imagen{
  padding: 0px 10px;
}
.card .imagen img{
  max-width: 150px;
}
.card h3{
  margin-top: 10px;
}
.card a{
  font-weight: 700;
}


#parallax{
  background: url(../images/parallax.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: #272727;
  padding: 50px 0px 220px 0px;
  margin: 0px 0px;
  z-index: 50;
}


#servicios, #servicios-int1, #servicios-int2, #servicios-int3{
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 40;
}
.iconos{
  text-align: right;
  max-width: 100px;
}
#items .row{
  margin-bottom: 1rem;
}

#empresas{
  padding: 1px 0px 60px 0px;
  margin: 10px 0px;
  z-index: 50;
}

img.bn {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 70%;
}


#quedicen{
  background-color: #565656;
  background: url(../images/fondo-que-dicen.gif) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}
#quedicen h5{
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.5rem;
}
#quedicen p{
  font-size: 0.8rem;
  line-height: 1.2rem;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
}
#quedicen .logos{
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 20px;
}
#quedicen .logos img{
  width: 80%;
  margin: 0 auto;
}


#porque{
  padding: 1px 0px 40px 0px;
  margin: 0px 0px;
  z-index: 50;
}
#porque h4{
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}
#porque p{
  line-height: 1.2rem;
  margin-bottom: 0rem;
}


#soluciones-int{
  background-color: #565656;
  background: url(../images/fondo-que-dicen.gif) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}
#soluciones-int h3{
  color: #fff;
}
#soluciones-int p{
  color: #fff;
}


#funcionalidades{
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}
#funcionalidades .card{
  border: none;
  background: rgba(255,255,255,0);
}
#funcionalidades .card .imagen img{
  max-width: 60px;
}
#funcionalidades .card p{
  line-height: 1.2rem;
}


#funcionalidades-int{
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}
#funcionalidades-int .card{
  border: none;
  background: rgba(255,255,255,0);
}
#funcionalidades-int .card .imagen img{
  max-width: 60px;
}
#funcionalidades-int .card p{
  line-height: 1.2rem;
}
#funcionalidades-int ul {
  margin-bottom: 0rem;
  padding-left: 0px;
  list-style: none;
}
#funcionalidades-int ul li{
  background: url("../images/check.png") no-repeat left top;
  padding: 4px 0px 10px 25px;
  list-style: none;
  margin: 0;
  line-height: 1.4rem;
}


#modulos .card{
  border: none;
  background: rgba(255,255,255,0);
}
#modulos .card .imagen img{
  max-width: 60px;
}
#modulos .card p{
  line-height: 1.2rem;
}


#accordion{
  padding: 1px 0px 100px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}
#accordion h3{
  font-weight: 300;
  letter-spacing: -1px;
}

.panel-title>a, .panel-title>a:active{
  display:block;
  color: #ff4b36;
  transition: all 0s;
}
.panel-title>a:hover{
  color: #272727;
  transition: all 0s;
}
.panel-heading i {
   transition: all 0.2s;
}
.panel-heading.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
} 
.panel-body{
  text-align: left;
}


#descripcion{
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}
#descripcion-ampliada{
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}
#descripcion-ampliada h5{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-top: 20px;
}
#descripcion-ampliada h5 a{
  color: #ff4b36;
}
#descripcion-ampliada h5 a:hover{
  color: #272727;
}
#descripcion-ampliada h1{
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 0px;
}
#descripcion-ampliada h2{
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: 0px;
}
#descripcion-ampliada h3{
  font-size: 1rem;
  line-height: 1.1rem;
  letter-spacing: 0px;
}
#descripcion-ampliada .panel-title{
  /*font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: 300;
  letter-spacing: -1px;*/
  letter-spacing: -0.5px;
}
#descripcion-ampliada .panel-title2{
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: 300;
  letter-spacing: -1px;
}
#descripcion-ampliada img{
  margin: 10px;
}


#modulos{
  padding: 1px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 50;
}


#clientes{
  padding: 0px 0px 120px 0px;
  margin: 0px 0px -20px 0px;
  z-index: 40;
}
#clientes-logos p{
  color: #999999;
  margin: 5px 0px;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
#clientes-logos .card{
  padding: 2rem 0rem;
}
#clientes-logos .logos{
  height: 90px;
  text-align: center;
}
#clientes-logos .logos img{
  max-width: 120px;
  margin: 0 auto;
}


#formulario{
  padding: 1px 0px 60px 0px;
  margin: -10px 0px -20px 0px;
  z-index: 50;
}

.g-recaptcha div{
  padding-top: 10px;
}

#mapa-datos{
  padding: 0px;
  margin: 0px;
  z-index: 50;
}
#mapa{
  background: url('../images/mapa.jpg') no-repeat center center;
  min-height: 300px;
}


.nav-pills .nav-link{
  margin: 10px 5px 0px 5px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 7px;
  transition: all 0.2s ease;
  text-align: center;
  background-color: rgba(255,75,54,0);
  border: 1px solid #505050;
  color: #505050;
}
.nav-pills .nav-link:hover{
  background-color: rgba(80,80,80,0.1);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  font-weight: 600;
  font-size: 1rem;
  border-radius: 7px;
  background-color: #505050;
  border: 1px solid #505050;
  color: #fff;
}


.btn {
  margin: 20px 0px 0px 0px;
  padding: 10px 22px 10px 24px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  border-radius: 7px;
  transition: all 0.2s ease;
  background-color: #ff4b36;
  border: 1px solid rgba(255,255,255,0);
  color: rgba(255,255,255,0.8);
  text-align: center;
}
.btn img{
  opacity: 0.7;
  transition: all 0.2s ease;
  transform: translateX(0px);
}
.btn:hover img{
  opacity: 1;
  transform: translateX(5px);
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: rgba(255,255,255,1) !important;
  text-decoration: none;
  box-shadow: none !important;
}


.btn-border {
  margin: 10px 0px 0px 0px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  border-radius: 7px;
  transition: all 0.2s ease;
  background-color: rgba(255,75,54,0);
  border: 1px solid rgba(255,75,54,0.8);
  color: rgba(255,255,255,1);
  text-align: center;
}
.btn-border img{
  opacity: 0.7;
  transition: all 0.2s ease;
  transform: translateX(0px);
}
.btn-border:hover img{
  opacity: 1;
  transform: translateX(5px);
}
.btn-border:hover,
.btn-border:focus,
.btn-border.focus,
.btn-border.active {
  background-color: rgba(255,75,54,1);
  color: rgba(255,255,255,1) !important;
  text-decoration: none;
  box-shadow: none !important;
}

.wrapper-transparente {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/onda-transparente.png) no-repeat center top;
  position: relative;
  z-index: 50;
  margin: -50px 0px 150px 0px;
  padding: 20px 0px 0px 0px;
}
.wrapper-bla {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/onda-bla.png) no-repeat center top;
  position: relative;
  background-size: 250px;
  z-index: 50;
  margin: -56px 0px 40px 0px;
  padding: 20px 0px 0px 0px;
}
.wrapper-gris-cla {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/onda-gris-cla.png) no-repeat center top;
  position: relative;
  background-size: 250px;
  z-index: 50;
  margin: -56px 0px 40px 0px;
  padding: 20px 0px 0px 0px;
}
.wrapper-gris-osc {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/onda-gris-osc.png) no-repeat center top;
  position: relative;
  background-size: 250px;
  z-index: 50;
  margin: -56px 0px 40px 0px;
  padding: 20px 0px 0px 0px;
}
.wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.scroll-down {
  display: block;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.arrow-down {
  display: block;
  margin: 0 auto 30px auto;
  width: 9px;
  height: 25px;
  background-image: url(../images/scroll.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-down-bla {
  display: block;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.arrow-down-bla {
  display: block;
  margin: 0 auto 30px auto;
  width: 9px;
  height: 25px;
  background-image: url(../images/scroll-bla.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.form-control-label {
  font-size: 1rem;
  line-height: 1rem;
  width: 100%;
  cursor: pointer;
  margin: 10px 0px 7px 0px;
  padding: 0;
}
.form-control, textarea, select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  height: 40px;
  padding: 0px 10px;
  background-color: #fff;
  border: 1px solid #272727;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.2s ease;
}
.form-control:focus, textarea:focus, select:focus {
  background-color: #fff;
  border: 1px solid #ff4b36;
  box-shadow: none;
}
.form-active .form-control:invalid {
  border-color: #ff0000;
}
.form-check-input {
  position: relative !important;
  margin-top: .0rem !important;
  margin-left: 0rem !important;
  margin-right: 5px;
}
textarea {
  padding-top: 10px !important;
  height: 120px !important;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url("../images/flecha-select.png") no-repeat center right;
}


#ico-flotante-ws{
  z-index: 110;
  position: fixed;
  right: 20px;
  bottom: 120px;
  transition: all 0.3s ease;
  margin-right: -100px;
}
#ico-flotante-call{
  z-index: 110;
  position: fixed;
  right: 100px;
  bottom: 10px;
  transition: all 0.4s ease;
  margin-right: -150px;
}
#ico-flotante-ws img, #ico-flotante-call img{
  transition: all 0.2s ease;
  max-width: 75px;
}
#ico-flotante-ws:hover img, #ico-flotante-call:hover img{
  max-width: 80px;
}


#sub-footer {
  background: #272727;
}
#sub-footer p, #sub-footer a{
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
  letter-spacing: 0.5px;
  margin-bottom: 0.05rem !important;
}
#sub-footer a:hover{
  color: #ff4b36;
}
#sub-footer h2{
  text-transform: uppercase;
  color: #454545;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 800;
}
#sub-footer h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: 0.2px;
  font-weight: 700;
}
#sub-footer ul{
  margin: 0px;
  padding: 0px;
}

footer {
  background: #ff4b36;
  color: #fff;
  padding: 30px 0px;
}
footer p, footer a{
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}


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

::selection {
    text-shadow: none;
    color: #fff;
    background: #000;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #000;
}
.less-link, .more-link{
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: 600;
	letter-spacing: 0px;
}