body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li,
section,
header,
aside,
footer {
  font-family: 'Lato', Arial, Sans-serif;
}
body {
  font-size: 17px;
  color: #6c6c6c;
}
p {
  color: #6c6c6c;
}
@media (min-width: 1200px) {
  p {
    font-size: 19px;
  }
}
.oculto {
  display: none;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  background: #10314A;
  padding-bottom: 15px;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  header {
    padding: 15px 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  header {
    padding: 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  header {
    padding: 30px 0 30px;
  }
}
@media (min-width: 768px) {
  header .container-fluid {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  header .container-fluid {
    width: 85%;
    margin: 0 auto;
  }
}
header h1 {
  text-align: left;
  margin: 10px 0;
  padding: 0;
}
@media (min-width: 768px) {
  header h1 {
    margin: 0px 0;
  }
}
header h1 img {
  width: 50%;
  max-width: 150px;
}
@media (min-width: 768px) {
  header h1 img {
    margin-top: 5px;
    width: 100%;
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  header h1 img {
    max-width: 180px;
  }
}
header .navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  border-color: rgba(255, 255, 255, 0.9);
  border-width: 1px;
}
header .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.9);
  width: 18px;
}
header .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
header #main-menu ul {
  list-style-type: none;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
header #main-menu li {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  header #main-menu li {
    display: inline-block;
  }
}
header #main-menu span.menu-item {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media (min-width: 768px) {
  header #main-menu span.menu-item {
    background: transparent;
  }
}
header #main-menu a,
header #main-menu span.menu-item {
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.6px;
  -webkit-transition: background, 0.5s;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  transition: background, 0.5s;
}
@media all and (min-width: 768px) {
  header #main-menu a,
  header #main-menu span.menu-item {
    font-size: 12px;
    padding: 15px 5px;
    border-bottom: 2px solid transparent;
  }
}
@media all and (min-width: 992px) {
  header #main-menu a,
  header #main-menu span.menu-item {
    font-size: 14px;
    padding: 24px 6px 10px;
  }
}
@media all and (min-width: 1200px) {
  header #main-menu a,
  header #main-menu span.menu-item {
    font-size: 14px;
    padding: 24px 15px 10px;
  }
}
@media all and (min-width: 1400px) {
  header #main-menu a,
  header #main-menu span.menu-item {
    font-size: 16px;
    padding: 20px 15px 14px;
  }
}
header #main-menu a.activo,
header #main-menu span.menu-item.activo {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  header #main-menu a.activo,
  header #main-menu span.menu-item.activo {
    background: transparent;
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 992px) {
  header #main-menu a.activo,
  header #main-menu span.menu-item.activo {
    border-bottom: 3px solid #fff;
  }
}
header #main-menu a:hover,
header #main-menu span.menu-item:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  color: #CCC;
}
@media (min-width: 768px) {
  header #main-menu a:hover,
  header #main-menu span.menu-item:hover {
    background: transparent;
  }
}
header #main-menu a.activo,
header #main-menu span.menu-item.activo {
  cursor: default;
}
header #main-menu .submenu {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  header #main-menu .submenu {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
}
header #main-menu .submenu li a {
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.7);
  background: #393939;
  margin-left: 0;
  padding-left: 10px;
}
header #main-menu .submenu li a:hover,
header #main-menu .submenu li a.activo {
  background: #393939;
}
header #main-menu .submenu li a.activo {
  cursor: default;
}
@media (min-width: 768px) {
  header #main-menu .submenu li a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    width: 300px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 992px) {
  header #main-menu .submenu li a {
    width: 320px;
  }
}
@media (min-width: 992px) {
  header #main-menu .submenu li a {
    width: 350px;
  }
}
@media (min-width: 768px) {
  header #main-menu .submenu li a .glyphicon {
    display: none;
  }
}
#slideshow {
  margin-bottom: 4px;
}
@media all and (min-width: 992px) {
  #slideshow {
    height: 80%;
  }
}
@media all and (min-width: 1200px) {
  #slideshow {
    height: 100%;
  }
}
#slideshow .jumbotron {
  padding: 0;
  margin-bottom: 4px;
}
@media all and (min-width: 992px) {
  #slideshow .jumbotron {
    height: 100%;
  }
}
#slideshow nav.inner ol {
  list-style-type: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  bottom: 0px;
}
@media (min-width: 768px) {
  #slideshow nav.inner ol {
    display: block;
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: center;
  }
}
#slideshow nav.inner ol li {
  display: block;
  margin-bottom: 1px;
  padding-left: 0;
  font-size: 14px;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  float: left;
  padding: 0 0.5px;
}
@media (min-width: 768px) {
  #slideshow nav.inner ol li {
    display: inline-block;
    width: 33.33%;
  }
}
#slideshow nav.inner ol li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
#slideshow nav.inner ol li a span {
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
#slideshow nav.inner ol li a.active {
  background: rgba(3, 139, 179, 0.9);
  border-color: #65CEF2;
  text-decoration: none;
  color: white;
}
#slideshow nav.inner ol li a:hover {
  background: rgba(34, 173, 209, 0.8);
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  #slideshow nav.inner ol li a {
    padding: 15px 3px 15px;
  }
}
@media (min-width: 992px) {
  #slideshow nav.inner ol li a {
    padding: 20px 3px;
  }
}
@media (min-width: 1200px) {
  #slideshow nav.inner ol li a {
    padding: 25px 5px;
    font-size: 16px;
    font-weight: 600;
    min-height: none;
  }
}
#slideshow .carousel-control {
  width: 10%;
}
@media all and (min-width: 992px) {
  #slideshow .carousel,
  #slideshow .carousel-inner {
    height: 100%;
    top: 0 !important;
  }
}
#slideshow .item {
  min-height: 450px;
}
@media (min-width: 768px) {
  #slideshow .item {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  #slideshow .item {
    min-height: 550px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  #slideshow .item {
    min-height: 700px;
    height: 100%;
  }
}
#slideshow .item.videovigilancia {
  background: url(../img/slide-videovigilancia.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideshow .item.control-acceso {
  background: url(../img/slide-control-acceso.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideshow .item.hogar-inteligente {
  background: url(../img/slide-automatizacion.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideshow .item.energia {
  background: url(../img/slide-gps.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideshow .item.csi {
  background: url(../img/slide-csi.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideshow .item .container {
  position: relative;
  padding-top: 30px;
  width: 85%;
  margin: 0 auto;
  padding-top: 80px;
}
@media (min-width: 400px) {
  #slideshow .item .container {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  #slideshow .item .container {
    padding-top: 140px;
    width: 75%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #slideshow .item .container {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  #slideshow .item .container {
    width: 80%;
    padding-top: 200px;
  }
}
@media (min-width: 1400px) {
  #slideshow .item .container {
    width: 60%;
    padding-top: 230px;
  }
}
#slideshow .item a.go {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: 2px solid #fff;
  margin: 20px auto;
  font-size: 30px;
  line-height: 75px;
  width: 75px;
  height: 75px;
  color: white;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
#slideshow .item a.go:hover {
  background: #038bb3e6;
  text-decoration: none;
}
@media (min-width: 768px) {
  #slideshow .item a.go {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #slideshow .item a.go {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 46px;
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  #slideshow .item a.go {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 55px;
    margin-top: 65px;
  }
}
@media (min-width: 1400px) {
  #slideshow .item a.go {
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 60px;
  }
}
#slideshow .item h2 {
  color: #fff;
  width: 100%;
  font-size: 20px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 375px) {
  #slideshow .item h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  #slideshow .item h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  #slideshow .item h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  #slideshow .item h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
#slideshow .item h3 {
  margin-top: 3px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  #slideshow .item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  #slideshow .item h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
#head .jumbotron {
  padding: 0;
}
#head .item {
  position: relative;
}
@media (min-width: 768px) {
  #head .item {
    min-height: 150px;
  }
}
@media (min-width: 992px) {
  #head .item {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  #head .item {
    min-height: 250px;
  }
}
#head .item .container {
  position: relative;
}
@media (min-width: 992px) {
  #head .item .container {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  #head .item .container {
    min-height: 500px;
  }
}
#head .item img {
  width: 100%;
}
@media (min-width: 768px) {
  #head .item img {
    display: none;
  }
}
@media (min-width: 768px) {
  #head .item.videovigilancia {
    background: url(../img/slide-videovigilancia-int.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #head .item.control-acceso {
    background: url(../img/slide-control-acceso-int.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #head .item.hogar-inteligente {
    background: url(../img/slide-automatizacion-int.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #head .item.csi {
    background: url(../img/slide-csi-int.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #head .item.energia {
    background: url(../img/slide-gps-int.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #head .item.outsourcing {
    background: url(../img/slide-outsourcing.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #head .item.partners {
    background: url(../img/slide-partners-int.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #head .item.contacto-head {
    background: url(../img/slide-contacto-int.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #head .item.clientes {
    background: url(../img/slide-clientes-int.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#head .item .container {
  position: absolute;
  height: 100%;
  top: 0;
}
@media (max-width: 768px) {
  #head .item .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #head .item .container {
    position: relative;
  }
}
#head .item .texto {
  position: absolute;
  top: 30px;
}
@media (max-width: 768px) {
  #head .item .texto {
    left: 10%;
  }
}
@media (min-width: 768px) {
  #head .item .texto {
    top: 30%;
  }
}
@media (min-width: 992px) {
  #head .item .texto {
    top: 35%;
  }
}
#head .item h2 {
  color: #fff;
  width: 90%;
  font-size: 25px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  #head .item h2 {
    font-size: 40px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  #head .item h2 {
    padding-top: 00px;
    font-size: 40px;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  #head .item h2 {
    width: 60%;
    font-size: 50px;
    width: 70%;
  }
}
#head .item h3 {
  color: #fff;
  z-index: 3;
}
#banners .container-fluid {
  padding-left: 2px;
  padding-right: 2px;
}
#banners .container-fluid .col-sm-4 {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  #banners .container-fluid .col-sm-4 {
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media (min-width: 992px) {
  #banners .container-fluid .col-sm-4 {
    padding-left: 2px;
    padding-right: 2px;
  }
}
#banners .banner {
  display: block;
  margin-bottom: 4px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  #banners .banner {
    max-height: 350px;
    overflow: hidden;
  }
}
#banners .banner .over {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 12;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
#banners .banner:hover .over {
  opacity: 1;
}
#banners .banner .imagen img {
  width: 100%;
}
#banners .banner .texto {
  position: absolute;
  color: #fff;
  top: 10px;
  padding: 15px;
  z-index: 20;
  width: 100%;
}
#banners .banner .texto img {
  height: 55px;
}
@media (min-width: 768px) {
  #banners .banner .texto img {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  #banners .banner .texto img {
    height: 52px;
  }
}
@media (min-width: 1440px) {
  #banners .banner .texto img {
    height: 65px;
  }
}
@media (min-width: 450px) {
  #banners .banner .texto {
    top: 15%;
  }
}
@media (min-width: 768px) {
  #banners .banner .texto {
    top: 15px;
  }
}
@media (min-width: 992px) {
  #banners .banner .texto {
    top: 25px;
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  #banners .banner .texto {
    top: 20px;
    padding: 35px;
  }
}
@media (min-width: 1440px) {
  #banners .banner .texto {
    top: 45px;
    padding: 35px;
  }
}
#banners .banner .texto.texto-3 {
  top: 10px;
}
@media (min-width: 450px) {
  #banners .banner .texto.texto-3 {
    top: 15%;
  }
}
@media (min-width: 768px) {
  #banners .banner .texto.texto-3 {
    top: 15px;
  }
}
@media (min-width: 992px) {
  #banners .banner .texto.texto-3 {
    top: 25px;
  }
}
@media (min-width: 1200px) {
  #banners .banner .texto.texto-3 {
    top: 20px;
  }
}
@media (min-width: 1440px) {
  #banners .banner .texto.texto-3 {
    top: 45px;
  }
}
#banners .banner .texto h4 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #banners .banner .texto h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #banners .banner .texto h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #banners .banner .texto h4 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  #banners .banner .texto h4 {
    font-size: 34px;
  }
}
#banners .banner .texto h5 {
  font-size: 20px;
}
@media (min-width: 768px) {
  #banners .banner .texto h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #banners .banner .texto h5 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #banners .banner .texto h5 {
    font-size: 24px;
  }
}
.articulos {
  display: none;
  text-align: center;
}
.articulos .articulo {
  display: inline-block;
  width: 100%;
  padding: 20px 0 30px;
  vertical-align: top;
}
@media (min-width: 450px) {
  .articulos .articulo {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .articulos .articulo {
    width: 20%;
  }
}
.articulos .articulo .imagen {
  text-align: center;
}
.articulos .articulo img {
  width: 85%;
  max-width: 160px;
}
.articulos .articulo h2 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #517692;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .articulos .articulo h2 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .articulos .articulo h2 {
    font-size: 16px;
  }
}
.articulos .servicios p {
  font-size: 17px;
  text-align: center;
}
@media (min-width: 992px) {
  .articulos .servicios p {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .articulos .servicios p {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 19px;
  }
}
.articulos .consultoria h2 {
  text-align: center;
  text-transform: uppercase;
  color: uppercase;
  font-weight: 600;
}
@media (min-width: 992px) {
  .articulos .consultoria h2 {
    font-size: 22px;
  }
}
.articulos .consultoria p {
  font-size: 17px;
  text-align: left;
}
@media (min-width: 992px) {
  .articulos .consultoria p {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .articulos .consultoria p {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 19px;
  }
}
.lista-solucion {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  .lista-solucion {
    margin: 0 25px;
  }
}
@media all and (min-width: 992px) {
  .lista-solucion {
    margin: 0 75px;
  }
}
@media all and (min-width: 1200px) {
  .lista-solucion {
    margin: 0 95px;
  }
}
.lista-solucion li {
  text-align: left;
  padding-top: 10px;
  padding: 20px 0 20px 30px ;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.lista-solucion li:after {
  position: absolute;
  z-index: 3;
  border-style: solid;
  height: 0;
  width: 0;
  top: 24px;
  left: 10px;
  content: " ";
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #FAAF3F;
}
#clientes {
  background: #FBFDFD;
  text-align: center;
  border-top: 1px solid #ECECEC;
  overflow: hidden;
}
#clientes img {
  height: 80px;
}
@media all and (min-width: 768px) {
  #clientes img {
    height: 100px;
  }
}
@media all and (min-width: 992px) {
  #clientes img {
    height: auto;
    width: 100%;
  }
}
#prefooter {
  background: #164465;
}
#prefooter .logo {
  text-align: center;
  padding: 25px 0 15px 20px;
}
@media all and (min-width: 768px) {
  #prefooter .logo {
    text-align: left;
  }
}
#prefooter nav {
  text-align: center;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  #prefooter nav {
    text-align: right;
  }
}
#prefooter nav ul {
  list-style: none;
  list-style-type: none;
  margin: 25px 0 0;
  padding: 0;
}
#prefooter nav ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
#prefooter nav ul li a {
  display: block;
  vertical-align: top;
}
#prefooter nav ul li a.twitter {
  background: url(../img/icono-twitter-over.png) no-repeat;
}
#prefooter nav ul li a.facebook {
  background: url(../img/icono-facebook-over.png) no-repeat;
}
#prefooter nav ul li a.linkedin {
  background: url(../img/ico-in-footer-o.png) no-repeat;
}
#prefooter nav ul li a img {
  opacity: 1;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
#prefooter nav ul li a:hover img {
  opacity: 0;
  transform: rotate(145deg);
  -webkit-transform: rotate(145deg);
}
.intro {
  border-bottom: 1px solid #ccc;
}
.intro .titulo-seccion {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  color: #164465;
}
@media (max-width: 768px) {
  .intro .titulo-seccion {
    font-size: 30px;
  }
}
.intro .titulo-seccion.titulo-solo {
  margin-bottom: 45px;
}
.intro .texto-intro {
  font-size: 20px;
  text-align: center;
  max-width: 800px;
  width: 95%;
  margin: 0 auto 48px;
  line-height: 32px;
  color: #444;
}
@media (min-width: 768px) {
  .intro .texto-intro {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .intro .texto-intro {
    font-size: 23px;
  }
}
h2.subtitulo-seccion {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: -20px;
  font-weight: 700;
  color: #759CB9;
  font-size: 15px;
}
@media (min-width: 768px) {
  h2.subtitulo-seccion {
    font-size: 22px !important;
  }
}
.info {
  padding-top: 40px;
}
.info p {
  line-height: 30px;
  margin-bottom: 30px;
}
#servicios-profesionales {
  padding: 30px 15px;
}
.consultoria h2 {
  font-size: 22px;
  color: #517692;
}
.consultoria .col-md-4 p {
  text-align: justify;
}
@media (min-width: 1200px) {
  .consultoria .col-md-4 p {
    font-size: 17px;
  }
}
.consultoria .pasos {
  margin-bottom: 65px;
}
button.toogle {
  width: 100%;
  text-transform: uppercase;
  padding: 20px;
  background: #E2E8F3;
  border: 1px solid #D8E0EF;
  color: #517692;
  font-weight: 700;
  margin-bottom: 2px;
  position: relative;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
@media (min-width: 1200px) {
  button.toogle {
    font-size: 18px;
    padding: 25px 20px;
  }
}
button.toogle:hover {
  background: #517692;
  border: 1px solid #517692;
  color: #E2E8F3;
}
button.toogle:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  webkit-appereance: none;
  appereance: none;
}
button.toogle span.glyphicon {
  position: absolute;
  right: 10px;
  top: 40%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
button.toogle.opened {
  background: #517692;
  border: 1px solid #517692;
  color: #E2E8F3;
}
button.toogle.opened span.glyphicon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 38%;
}
.highlights {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ECECEC;
}
.highlight {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
@media (min-width: 500px) {
  .highlight {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .highlight {
    width: 20%;
  }
}
.highlight img {
  width: 65%;
}
@media (min-width: 500px) {
  .highlight img {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .highlight img {
    width: 50%;
  }
}
.highlight h6 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 0px;
  color: #444;
}
@media (min-width: 992px) {
  .highlight {
    width: 24%;
    max-width: 300px;
  }
}
#testimonios {
  min-height: 300px;
  margin: 40px 0 30px;
}
#testimonios .carousel-inner {
  min-height: 350px;
}
@media (min-width: 992px) {
  #testimonios .carousel-inner {
    min-height: 210px;
  }
}
#testimonios .item {
  height: 100%;
}
#testimonios .item h1 {
  text-transform: uppercase;
  text-align: center;
  color: #164465;
  font-weight: 700;
}
@media (max-width: 768px) {
  #testimonios .item h1 {
    font-size: 28px;
  }
}
#testimonios .item p {
  padding: 20px 40px;
  text-align: center;
}
@media (min-width: 992px) {
  #testimonios .item p {
    padding: 20px 230px;
    text-align: center;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #testimonios .item p {
    font-size: 20px;
  }
}
#testimonios .carousel-indicators {
  bottom: -30px;
}
#testimonios .carousel-indicators li {
  background: #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px;
}
#testimonios .carousel-indicators li.active {
  background: #517692;
  width: 20px;
  height: 20px;
  margin: 1px;
}
#testimonios .carousel-control.left {
  background: transparent;
}
#testimonios .carousel-control.right {
  background: transparent;
}
#testimonios .carousel-control span {
  color: #517692;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
footer {
  font-size: 15px;
  padding: 50px 0;
  background: #10314a;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
footer a {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
#contacto {
  padding: 30px 0;
  text-align: center;
}
#contacto a {
  display: inline-block;
  background: #038bb3;
  font-weight: 600;
  line-height: 150px;
  color: #fff;
  width: 150px;
  height: 150px;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background, 0.5s;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  transition: background, 0.5s;
}
#contacto a:hover {
  background: #8DA6B9;
  text-decoration: none;
}
#logos {
  padding-bottom: 50px;
}
#logos img {
  width: 100%;
  display: block;
  margin: 45px auto 30px ;
}
@media (min-width: 768px) {
  #logos img {
    width: 85%;
  }
}
@media (min-width: 992px) {
  #logos img {
    width: 75%;
  }
}
#logos hr {
  border-top: 1px dashed #d8d8d8;
}
#logos h2 {
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  color: #517692;
}
@media all and (min-width: 992px) {
  #logos h2 {
    text-align: left;
  }
}
#clientes-sec {
  padding-bottom: 50px;
}
#formulario {
  padding-bottom: 60px;
}
#formulario .form-item {
  position: relative;
}
#formulario .error {
  color: red;
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
#formulario .obligatorio {
  color: red;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: -15px;
  font-size: 22px;
}
#formulario label.checkbox {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
}
#formulario .text-mandatory {
  font-size: 14px;
  position: relative;
  padding-left: 12px;
}
#formulario .text-mandatory span {
  position: absolute;
  color: red;
  font-size: 20px;
  top: 0;
  left: 0;
}
#formulario input[type="text"],
#formulario textarea {
  display: block;
  background-color: #eeeff2;
  color: #6c6c6c;
  margin: 20px 0;
  border: none;
  width: 100%;
  padding: 15px 10px;
  font-size: 18px;
}
#formulario input[type="submit"] {
  -webkit-appearance: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  border: none;
  display: block;
  width: 140px;
  line-height: 140px;
  border-radius: 50%;
  background: #038bb3;
  margin: 30px auto;
  cursor: pointer;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
#formulario .form-item button {
  display: block;
  background-color: #eeeff2;
  color: #A9A9A9;
  margin: 15px 0;
  border: none;
  width: 96%;
  font-size: 18px;
  padding: 20px 10px;
  width: 100% !important;
}
#formulario .select {
  background: #eeeff2;
  margin: 15px 0;
  width: 100%;
}
.ui-multiselect-menu {
  background: #E0E0E0;
  padding: 0 !important;
}
.ui-multiselect-menu .ui-multiselect-header {
  padding: 12px !important;
  background: #9a9a9a;
  color: #fff !important;
}
.ui-multiselect-menu .ui-multiselect-header ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 5px 15px;
  display: block;
}
.ui-multiselect-menu .ui-multiselect-header ul li {
  float: none;
  display: inline-block;
}
.ui-multiselect-menu .ui-multiselect-checkboxes {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto !important;
}
.ui-multiselect-menu .ui-multiselect-checkboxes input[type="checkbox"] {
  display: inline-block;
  margin-right: 20px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li {
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
}
.ui-multiselect-menu .ui-widget-header a,
.ui-multiselect-menu .ui-widget-header a span {
  color: #fff !important;
}
.ui-multiselect-menu .ui-widget-header span,
.ui-multiselect-menu .ui-multiselect-checkboxes li {
  font-size: 18px;
}
#datos-contacto {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #datos-contacto .infoCon {
    padding-left: 60px;
    padding-bottom: 10px;
    font-size: 19px;
  }
}
#datos-contacto .infoCon img {
  display: inline-block;
  width: 20%;
  max-width: 76px;
  vertical-align: top;
}
@media (min-width: 992px) {
  #datos-contacto .infoCon img {
    margin-right: 15px;
  }
}
#datos-contacto .infoCon div {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
#datos-contacto .infoCon a {
  color: #6c6c6c;
}
#datos-contacto .infoCon .padding-top {
  padding-top: 20px;
}
@media (min-width: 992px) {
  #datos-contacto .infoCon .padding-top-2 {
    padding-top: 10px;
  }
}
.modal button {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.modal button span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 5px;
  left: 0;
}
.modal button:hover {
  opacity: 1;
  background: #517692;
  color: #fff;
  text-shadow: none;
}
.modal .modal-body {
  padding: 0;
}
iframe {
  width: 100%;
  height: 300px;
  background: transparent;
  margin-bottom: -15px;
}
@media (min-width: 992px) {
  iframe {
    height: 510px;
  }
}
#exito {
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
  background: #EEEFF4;
}
.texto-1 {
  padding-top: 60px !important;
}
@media all and (min-width: 768px) {
  .texto-1 {
    padding-top: 35px !important;
  }
}
@media all and (min-width: 1200px) {
  .texto-1 {
    padding-top: 50px !important;
  }
}
@media all and (min-width: 1400px) {
  .texto-1 {
    padding-top: 70px !important;
  }
}
.csi-img {
  width: 90%;
  max-width: 600px;
  margin: 10px auto;
}
@media all and (min-width: 992px) {
  .csi-img {
    margin: 20px auto;
  }
}
.csi-img.cs3 {
  max-width: 500px;
}
.articulos-csi p {
  margin: 20px 15px;
  text-align: left;
}
@media all and (min-width: 992px) {
  .articulos-csi p.centered {
    margin: 20px 55px;
  }
}
.articulos-csi ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  margin: 20px 15px;
}
@media all and (min-width: 992px) {
  .articulos-csi ul {
    margin: 20px 75px;
  }
}
.articulos-csi ul li {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
}
.articulos-csi ul li.last {
  border-bottom: 1px solid white;
}
.productos-csi {
  margin: 0 0 20px;
}
.productos-csi h5 {
  color: #6c6c6c;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #efefef;
  padding-top: 14px;
  text-transform: uppercase;
  font-size: 20px;
}
.amplificador {
  display: block;
  text-align: center;
  font-size: .9em;
  vertical-align: top;
}
@media all and (min-width: 768px) {
  .amplificador {
    display: inline-block;
    width: 49%;
  }
}
@media all and (min-width: 992px) {
  .amplificador {
    display: inline-block;
    width: 24%;
  }
}
.amplificador p {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.amplificador p span {
  font-weight: normal;
  font-size: 14px;
}
.amplificador img {
  width: 40%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .amplificador img {
    width: 80%;
  }
}
.amplificador .fancybox-productos {
  transition: all .5s;
  padding: 7px;
  display: block;
  position: relative;
  border: 1px solid white;
}
.amplificador .fancybox-productos:after {
  position: absolute;
  content: "Ver producto";
  text-transform: uppercase;
  background: #ED1C26;
  color: #fff;
  top: 60%;
  padding: 10px 5%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 999;
}
.amplificador .fancybox-productos:hover {
  border: 1px solid #E8E8E8;
  text-decoration: none;
}
.amplificador .fancybox-productos:hover p {
  color: #393939;
}
.amplificador .fancybox-productos:hover:after {
  top: 40%;
  opacity: 1;
}
.row.no-margin {
  margin: 0;
}
.selector-amplificadores {
  margin-bottom: 5px;
}
.selector-amplificadores a {
  display: inline-block !important;
  font-size: 14px;
  margin: 0 3px;
  padding: 1px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: black;
}
.selector-amplificadores a:hover {
  color: #ed1c24;
  text-decoration: none;
}
.selector-amplificadores a:focus {
  color: #ed1c24;
  text-decoration: none;
}
.selector-amplificadores a.active {
  background: #ed1c24;
  color: #fff;
}
.selector-amplificadores a.active:hover {
  color: white;
}
.detalle-producto {
  display: none;
  background: #fff;
  width: 100%;
}
.detalle-producto .container {
  background: #fff;
  width: 100%;
  padding: 20px;
}
.detalle-producto .container p {
  color: #3c3c3c;
  font-size: 16px;
}
.detalle-producto .imagen {
  position: relative;
}
.detalle-producto .imagen,
.detalle-producto .texto {
  display: block;
  width: 100%;
  vertical-align: top;
}
@media all and (min-width: 992px) {
  .detalle-producto .imagen,
  .detalle-producto .texto {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
}
.detalle-producto .texto {
  font-size: 16px;
  color: #3c3c3c;
}
.imagen .main {
  text-align: center;
  padding: 20px 20px 0px;
}
@media all and (min-width: 992px) {
  .imagen .main {
    text-align: center;
    padding: 40px 20px 20px;
  }
}
.imagen .main img {
  width: 100%;
  max-width: 390px;
}
.carriers {
  text-align: center;
  padding-top: 20px;
}
.carriers img {
  width: 80px;
  margin: 0 5px 5px;
}
.detalle-producto h1 {
  color: #355267;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
}
@media all and (min-width: 992px) {
  .detalle-producto h1 {
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.detalle-producto h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.detalle-producto h4 {
  font-size: 1.125em;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
}
ul.kit {
  list-style: none;
  list-style-type: none;
  padding-top: 30px;
}
ul.kit li {
  display: inline-block;
  width: 30%;
  text-align: center !important;
  max-width: 100px;
  vertical-align: top;
}
@media all and (min-width: 600px) {
  ul.kit li {
    width: 19%;
  }
}
ul.kit li span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
ul.kit li img {
  height: 35px;
}
.main-features {
  margin-bottom: 20px;
  text-align: center;
}
.main-features div {
  display: block;
  background: #fff;
  color: #333;
  padding: 12px 2px;
  margin: 0 20px 0px 0px;
  border-bottom: 2px solid #ec0928;
  font-size: 14px;
  text-align: left;
}
@media all and (min-width: 600px) {
  .main-features {
    text-align: left;
  }
  .main-features div {
    display: inline-block;
    text-align: left;
  }
}
.columnas {
  margin-top: 10px;
}
.columnas .columna {
  display: block;
  width: 100%;
}
.columnas .columna ul {
  list-style-type: disc;
  list-style: disc;
  padding-left: 20px;
}
.columnas .columna ul li {
  color: #3c3c3c;
  line-height: 1.375;
  list-style-type: disc;
  list-style: disc;
  margin-top: 10px;
}
@media all and (min-width: 992px) {
  .columnas .columna {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
    vertical-align: top;
  }
}
.fancybox-wrap {
  width: 90% !important;
  max-width: 1200px;
}
.fancybox-inner {
  width: 100% !important;
  background: #fff;
}
.fancybox-outer,
.fancybox-skin {
  background-color: #FFF !important;
}
.display-md {
  display: none;
}
.display-sm {
  display: block;
}
@media all and (min-width: 992px) {
  .display-md {
    display: block;
  }
  .display-sm {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .tp-1 {
    padding-top: 25px;
  }
  .tp-2 {
    padding-top: 10px;
  }
  .tp-3 {
    padding-top: 0px;
  }
}
.row-clientes {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.row-clientes h3 {
  text-align: center;
  margin: 20px 0;
  padding: 20px 0;
  font-size: 1.3em;
  color: #164465;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.row-clientes .inner-logos {
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  .row-clientes .inner-logos {
    max-width: 900px;
  }
}
.row-clientes .logo {
  position: relative;
  display: inline-block;
  margin: 8px 3px;
}
.row-clientes .logo img:first-child {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
}
.row-clientes .logo:hover > img {
  opacity: 1;
}
.carousel-custom {
  margin-bottom: 30px;
}
.carousel-custom .carousel-control {
  background: transparent;
}
@media all and (min-width: 992px) {
  .carousel-custom .carousel-control.left {
    left: -50px;
  }
}
@media all and (min-width: 1200px) {
  .carousel-custom .carousel-control.left {
    left: -10px;
  }
}
@media all and (min-width: 992px) {
  .carousel-custom .carousel-control.right {
    right: -50px;
  }
}
@media all and (min-width: 1200px) {
  .carousel-custom .carousel-control.right {
    right: -10px;
  }
}
.carousel-custom .carousel-control .glyphicon {
  color: #10314a;
}
.carousel-custom .item {
  padding: 0 35px;
  text-align: center;
}
@media all and (min-width: 1200px) {
  .carousel-custom .item {
    padding: 0 90px;
  }
}
.carousel-custom .carousel-indicators {
  bottom: -30px;
}
.carousel-custom .carousel-indicators li {
  background: #ccc;
}
.carousel-custom .carousel-indicators li.active {
  background: #10314a;
}
#politicas {
  max-width: 800px;
  margin: 0 auto;
}
#politicas h2 {
  color: #517692;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-top: 60px;
}
#politicas p,
#politicas div,
#politicas li {
  font-size: 16px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: #3c3c3c;
  line-height: 24px;
}
#politicas li {
  margin-bottom: 10px;
}
@media all and (min-width: 992px) {
  #carousel-industria .item {
    height: 410px;
  }
}
@media all and (min-width: 992px) {
  #carousel-servicios .item {
    height: 410px;
  }
}
.sitemap {
  margin: 0 15px;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
@media all and (min-width: 992px) {
  .sitemap {
    margin: 0 auto;
    width: 700px;
  }
}
.sitemap li {
  border-bottom: 1px solid #ccc;
}
.sitemap li a {
  background: url(../img/flecha-site.png) no-repeat 10px 0;
  display: block;
  padding: 10px 15px 10px 40px;
  transition: all 0.5s;
}
.sitemap li a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
