.difuminar {
  filter: blur(5px);
  /*filter: url("blur.svg#gaussian_blur");*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 100ms;
  -moz-transform: scale(0.8, 0.8);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 100ms;
}
.carousel-pattern {
  background: url('/images/trama.png');
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.circle-gray-disabled {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -276px -112px;
  cursor: pointer;
}
.circle-gray-enabled {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -132px -120px;
  cursor: pointer;
}
.servicios-content {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.punto-netelip {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -236px -112px;
}
.logo-netelip-blanco {
  width: 38px;
  height: 46px;
  background: url('/images/sprite-telcombs.png') -76px -167px;
}
.punto-netelip-active {
  width: 55px;
  height: 55px;
  background: url('/images/sprite-telcombs.png') -68px -112px;
}
.punto-netelip-empresa-active {
  width: 55px;
  height: 55px;
  background: url('/images/sprite-telcombs.png') -12px -112px;
}
.punto-voicetrunk {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -316px -112px;
}
.punto-voicetrunk-active {
  width: 55px;
  height: 55px;
  background: url('/images/sprite-telcombs.png') -180px -112px;
}
.punto-apagado {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -276px -112px;
}
.pattern {
  background: url('/images/trama.png');
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
#dvLoading {
  background: url('/images/loading.gif') no-repeat center center;
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}
body {
  font-family: Akagi-BK;
  color: #000000;
}
@font-face {
  font-family: Akagi-BK;
  src: url('/fonts/Akagi-BK.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
span.telcombs {
  font-family: Akagi-EBIT;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Akagi-SB";
}
@font-face {
  font-family: "Akagi-SB";
  src: url('/fonts/Akagi-SB.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
.btn {
  font-family: "Akagi-SB";
}
@font-face {
  font-family: "Akagi-SB";
  src: url('/fonts/Akagi-SB.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#netelipXSLogo {
  background-image: url('/images/logo-netelip.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 60px;
  height: 20px;
  z-index: 100;
}
#voicetrunkXSLogo {
  background-image: url('/images/logo-voicetrunk.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 80px;
  height: 15px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}
#main-menu {
  background-color: rgba(34, 34, 34, 0.6);
  border: none;
}
#main-menu a {
  font-size: 20px;
  line-height: 45px;
  color: #ffffff;
}
#main-menu .active > a,
#main-menu .active > a:hover,
#main-menu .active > a:focus .open > a,
#main-menu .open > a:hover,
#main-menu .open > a:focus {
  font-family: "Akagi-EB";
  background: -webkit-linear-gradient(transparent, #222222);
  /* For Safari */
  background: -o-linear-gradient(transparent, #222222);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, #222222);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, #222222);
  /* Standard syntax (must be last) */
}
@font-face {
  font-family: "Akagi-EB";
  src: url('/fonts/Akagi-EB.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#main-menu .sub-menu {
  min-width: 615px;
  background: -webkit-linear-gradient(transparent, #222222);
  /* For Safari */
  background: -o-linear-gradient(transparent, #222222);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, #222222);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, #222222);
  /* Standard syntax (must be last) */
  background-color: rgba(34, 34, 34, 0.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
#main-menu .sub-menu a {
  font-family: Akagi-BK;
}
@font-face {
  font-family: Akagi-BK;
  src: url('/fonts/Akagi-BK.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#main-menu .sub-menu .active > a,
#main-menu .sub-menu .active > a:hover,
#main-menu .sub-menu .active > a:focus {
  /*text-decoration:underline;*/
  background: -webkit-linear-gradient(transparent, transparent);
  /* For Safari */
  background: -o-linear-gradient(transparent, transparent);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, transparent);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, transparent);
  /* Standard syntax (must be last) */
  font-family: Akagi-BK;
}
@font-face {
  font-family: Akagi-BK;
  src: url('/fonts/Akagi-BK.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#main-menu .sub-menu-netelip {
  width: 410px;
  float: left;
}
#main-menu .sub-menu-netelip ul {
  width: 200px;
  float: left;
  margin-top: -5px;
}
#main-menu .sub-menu-voicetrunk {
  width: 205px;
  float: left;
}
#main-menu .sub-menu-voicetrunk ul {
  margin-top: -10px;
  width: 200px;
  float: left;
}
#main-menu .sub-menu h4,
#main-menu .sub-menu h5 {
  font-family: "Akagi-EB";
}
@font-face {
  font-family: "Akagi-EB";
  src: url('/fonts/Akagi-EB.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#main-menu .sub-menu h4 {
  color: #FFF;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
}
#main-menu .sub-menu h5 {
  padding-left: 15px;
  color: #FFF;
  font-size: 14px;
}
#main-menu .sub-menu hr {
  margin-left: 15px;
  margin-right: 15px;
}
#main-menu .sub-menu a {
  font-size: 14px;
  line-height: inherit;
}
#main-menu .sub-menu li > a:hover,
#main-menu .sub-menu .nav > li > a:focus {
  text-decoration: underline;
  background: none;
}
.carousel-control-left {
  display: block;
  height: 75px;
  width: 75px;
  background: url('/images/sprite-telcombs.png') -396px -832px;
  top: 50%;
  right: 50%;
  position: absolute;
}
.carousel-control-right {
  display: block;
  height: 75px;
  width: 75px;
  background: url('/images/sprite-telcombs.png') -470px -832px;
  top: 50%;
  right: 50%;
  position: absolute;
}
div.paises {
  background-image: url('/images/paises2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 300px;
  margin: 0px auto;
  z-index: 50;
  position: absolute;
  height: 900px;
  width: 100%;
}
div.lineas {
  background-image: url('/images/lineas-paises.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 300px;
  margin: 0px auto;
  z-index: 50;
  position: absolute;
  height: 900px;
  width: 0%;
}
#intro {
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
}
#intro .carousel {
  height: 968px;
}
#intro .carousel-caption,
#intro .carousel-control {
  z-index: 20;
}
#intro .carousel-indicators {
  z-index: 30;
}
#intro .carousel-caption {
  position: absolute;
  bottom: 12%;
  text-shadow: none;
}
#intro .carousel .item {
  height: 968px;
  background-color: transparent;
 /* width: 100%; /* or whatever is required */
 /* text-align: center; /* ensures the image is always in the h-middle */
 /* overflow: hidden; /* hide the cropped portion */
}
#intro .carousel-inner > .item > img {
  display: initial;
  max-width: inherit;
 /* position: relative; /* allows repositioning */
 /* left: 100%; /* move the whole width of the image to the right */
 /* margin-left: -200%; /* magic! */
}
#conoce h2,
#paises h2,
#conoce p.description,
#paises p.description {
  color: #737373;
}
#conoce .container,
#paises .container {
  padding-top: 95px;
}
#conoce h2,
#paises h2 {
  font-size: 80px;
  line-height: 70px;
  margin-top: 0px;
}
#conoce p.description,
#paises p.description {
  margin: 0px auto 10px auto;
  font-size: 30px;
  line-height: normal;
  text-align: left;
}
#conoce p,
#paises p {
  margin: 25px auto 10px auto;
  font-size: 24px;
  line-height: normal;
}
#conoce b,
#paises b {
  font-family: Akagi-EBIT;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#conoce #etapa-1 {
  left: -1px;
  position: absolute;
  top: 50px;
}
#conoce #etapa-2 {
  left: -1px;
  position: absolute;
  top: 215px;
}
#conoce #etapa-3 {
  left: -1px;
  position: absolute;
  bottom: 50px;
}
#conoce div.linea-etapas {
  width: 3px;
  height: 465px;
  background: url('/images/sprite-telcombs.png');
  background-position: -3px -3px !important;
}
#conoce div.etapa {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -276px -112px;
  cursor: pointer;
}
#conoce div.active {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -132px -120px;
  cursor: pointer;
}
#conoce div.etapa div {
  width: 100px;
  font-family: 'Akagi-EBIT';
  font-size: 20px;
  line-height: normal;
  color: #cfcfcf;
  margin-left: 40px;
  margin-top: 10px;
}
@font-face {
  font-family: 'Akagi-EBIT';
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#conoce div.active div {
  margin-top: 5px;
  font-family: 'Akagi-EBIT';
  font-size: 30px;
  line-height: normal;
  color: #737373;
}
@font-face {
  font-family: 'Akagi-EBIT';
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#conoce div.screen {
  background-image: url('/images/screen.png');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 30;
}
#conoce div.screen img {
  position: absolute;
  z-index: -1;
}
#intro-marcas {
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  /*background: url('/images/conoce.jpg') no-repeat 50% 0 fixed;*/
  background: no-repeat 50% 0 fixed;
  text-align: center;
}
#intro-marcas div.container {
  padding-top: 120px;
}
#intro-marcas img {
  margin: 0em auto 0em auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}
#marcas {
  background: #FFF 50% 0 fixed;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#marcas .container {
  padding-top: 85px;
}
#marcas h2 {
  font-size: 80px;
  line-height: 70px;
  color: #737373;
  font-family: Akagi-BK;
}
@font-face {
  font-family: Akagi-BK;
  src: url('/fonts/Akagi-BK.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#marcas p {
  font-size: 30px;
  line-height: inherit;
  color: #737373;
  font-family: Akagi-BKIT;
  margin: 25px auto 10px auto;
}
@font-face {
  font-family: Akagi-BKIT;
  src: url('/fonts/Akagi-BKIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#marcas b {
  color: #191919;
  font-family: Akagi-EBIT;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#marcas a.phone {
  text-decoration: none;
  display: block;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
#marcas a:hover {
  margin-top: -75px;
  -webkit-transform: scale(1.3, 1.3);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.3, 1.3);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  position: relative;
  z-index: 99;
}
#marcas div.phone-netelip {
  /*background-image: url('/images/phone-netelip.png');*/
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  min-height: 530px;
  position: absolute;
  visibility: hidden;
  margin-top: 50px;
}
#marcas div.phone-voicetrunk {
  /*background-image: url('/images/phone-voicetrunk.png');*/
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  min-height: 530px;
  position: absolute;
  visibility: hidden;
  margin-top: 50px;
}
#servicios {
  position: relative;
}
#servicios .servicios-nav {
  position: absolute;
  bottom: 0px;
  z-index: 60;
  width: 100%;
  text-align: center;
  list-style: none;
  background: rgba(232, 232, 232, 0.8);
}
#servicios .servicios-nav ol {
  display: block;
  list-style: none;
}
#servicios .servicios-nav ol li {
  float: left;
  margin-right: 2%;
  cursor: pointer;
  background-repeat: no-repeat;
  margin: 10px 10px 10px 10px;
}
#servicios .servicios-nav a {
  visibility: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #737373;
  font-family: Akagi-EB;
  font-size: 20px;
  line-height: normal;
  pointer-events: none;
}
@font-face {
  font-family: Akagi-EB;
  src: url('/fonts/Akagi-EB.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#servicios .servicios-nav a.break-word {
  white-space: inherit;
}
#servicios .servicios-nav ol li.active,
#servicios .servicios-nav ol li.active-empresa {
  padding-top: 55px;
  padding-left: 10px;
  margin: 0px 0px 0px 0px;
}
#servicios .servicios-nav ol li.active a,
#servicios .servicios-nav ol li.active-empresa a {
  visibility: hidden;
  position: absolute;
  margin-left: -15px;
  text-align: left;
}
#servicios .servicios-nav ol li:hover {
  padding-top: 55px;
  padding-left: 10px;
  margin: 0px 0px 0px 0px;
}
#servicios .servicios-nav ol li:hover a {
  visibility: visible;
  position: absolute;
  margin-left: -15px;
  text-align: left;
}
#servicios .servicios-nav ol li {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -236px -112px;
}
#servicios .servicios-nav ol li:hover,
#servicios .servicios-nav ol li.active {
  width: 55px;
  height: 55px;
  background: url('/images/sprite-telcombs.png') -68px -112px;
}
#servicios .servicios-nav ol li.empresa:hover,
#servicios .servicios-nav ol li.active-empresa {
  width: 55px;
  height: 55px;
  background: url('/images/sprite-telcombs.png') -12px -112px;
}
#servicios .servicios-nav .netelip {
  padding: 15px 15px 10px 15px;
}
#servicios .servicios-nav .netelip ol {
  margin-top: 20px;
}
#servicios .servicios-nav .netelip .logo {
  width: 195px;
  height: 72px;
  background: url('/images/sprite-telcombs.png') -10px -38px;
}
#servicios .servicios-nav .netelip .logo-blanco {
  background: url('/images/sprite-telcombs.png') -205px -38px;
  width: 195px;
  height: 72px;
}
#servicios .servicios-nav .voicetrunk {
  padding: 10px 15px 20px 15px;
}
#servicios .servicios-nav .voicetrunk ol {
  margin-top: -10px;
}
#servicios .servicios-nav .voicetrunk .logo {
  width: 300px;
  height: 40px;
  background: url('/images/sprite-telcombs.png') -10px 0;
}
#servicios .servicios-nav .voicetrunk .logo-blanco {
  background: url('/images/sprite-telcombs.png') -310px 0;
  width: 300px;
  height: 40px;
}
#servicios .servicios-nav .voicetrunk ol li {
  width: 35px;
  height: 35px;
  background: url('/images/sprite-telcombs.png') -316px -112px;
}
#servicios .servicios-nav .voicetrunk ol li:hover,
#servicios .servicios-nav .voicetrunk ol li.active {
  width: 55px;
  height: 55px;
  background: url('/images/sprite-telcombs.png') -180px -112px;
}
#servicios .netelip-info {
  position: absolute;
}
#servicios .logo-netelip-blanco {
  width: 38px;
  height: 46px;
  position: absolute;
  bottom: 40px;
  background: url('/images/sprite-telcombs.png') -76px -167px;
  margin-left: -40px;
}
#servicios .servicio a.voicetrunk-info {
  padding-left: 65px;
  position: absolute;
}
#servicios .voicetrunk-info .logo-voicetrunk-blanco {
  width: 60px;
  height: 38px;
  background: url('/images/sprite-telcombs.png') -12px -167px;
  position: absolute;
  bottom: 10px;
  margin-left: -70px;
}
#servicios .servicio {
  position: relative;
  left: 0px;
  visibility: hidden;
  width: 100%; /* or whatever is required */
  text-align: center; /* ensures the image is always in the h-middle */
  overflow: hidden; /* hide the cropped portion */
}
#servicios .servicio img {
  position: relative; /* allows repositioning */
  left: 100%; /* move the whole width of the image to the right */
  margin-left: -200%; /* magic! */
}
#servicios .servicio a {
  padding-left: 40px;
}
#servicios .active {
  visibility: visible;
}
#servicios .captiontitle {
  top: 150px;
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: center;
}
#servicios .captiontitle h3 {
  font-size: 120px;
  line-height: 70px;
  font-family: Akagi-BK;
  color: #FFF;
}
@font-face {
  font-family: Akagi-BK;
  src: url('/fonts/Akagi-BK.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#servicios .caption {
  color: #FFF;
  z-index: 20;
  top: 280px;
  width: 100%;
  position: absolute;
  z-index: 60;
  list-style: none;
}
#servicios .caption h4 {
  margin-top: 0px;
  font-size: 50px;
  line-height: 50px;
  font-family: Akagi-EBIT;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#servicios .caption p {
  font-size: 30px;
  line-height: inherit;
  font-family: Akagi-BKIT;
  color: #FFF;
  margin-bottom: 20px;
}
@font-face {
  font-family: Akagi-BKIT;
  src: url('/fonts/Akagi-BKIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#servicios .caption a {
  font-family: Akagi-EBIT;
  color: #FFF;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#servicios .trama {
  background: url('/images/trama-servicios.png');
  background-color: rgba(32, 32, 32, 0.3);
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
#servicios .netelip-blanco {
  width: 195px;
  height: 72px;
  background: url('/images/sprite-telcombs.png') -206px -38px;
}
#servicios .voicetrunk-blanco {
  width: 300px;
  height: 40px;
  background: url('/images/sprite-telcombs.png') -310px 0px;
}
#paises {
  background-image: url('/images/world.png');
  background-position: center -50px;
  background-attachment: fixed;
  background-size: auto auto;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
}
#paises p.description {
  margin: 15px auto 10px auto;
}
#paises div.lista-paises {
  position: absolute;
  width: 200px;
  left: 60%;
  z-index: 60;
}
#paises div.lista-paises ul {
  list-style: none;
  text-align: left;
  border: 1px solid black;
  background: #ffffff;
  padding: 40px;
  width: 200px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  font-size: 20px;
  line-height: normal;
  font-family: Akagi-EBIT;
  margin-top: 0px;
  margin-left: -20px;
  margin: 25px auto auto auto;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#intro-prensa {
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  /*background: url('/images/intro-prensa.jpg') no-repeat 50% 0 fixed;*/
  background: no-repeat 50% 0 fixed;
  text-align: center;
}
#intro-prensa div.container {
  padding-top: 20%;
}
#intro-prensa img {
  margin: 0em auto 0em auto;
}
#intro-prensa p {
  font-size: 50px;
  line-height: 50px;
  color: #FFF;
  font-family: Akagi-EBIT;
  margin: 25px auto 10px auto;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#prensa {
  padding-top: 7%;
  background: #FFF 50% 0 fixed;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
}
#prensa .thumbnail {
  border: none;
}
#prensa .border {
  border-right: 1px solid #737373;
}
#prensa h2 {
  font-size: 80px;
  line-height: 70px;
  color: #737373;
  margin-bottom: 50px;
}
#prensa h4 {
  font-size: 18px;
  line-height: normal;
  font-family: Akagi-EBIT;
  margin-top: 20px;
  color: inherit;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#prensa a {
  color: #333;
}
#prensa h5 {
  color: #737373;
  font-size: 16px;
  line-height: normal;
  font-family: Akagi-SB;
  margin-top: 20px;
}
@font-face {
  font-family: Akagi-SB;
  src: url('/fonts/Akagi-SB.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#prensa p {
  margin-top: 30px;
  color: #737373;
  font-size: 14px;
  line-height: normal;
  font-family: Akagi-SB;
}
@font-face {
  font-family: Akagi-SB;
  src: url('/fonts/Akagi-SB.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#contacta {
  /*background: url('/images/contacta.jpg') 50% 0 fixed;*/
  background: 50% 0 fixed;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#contacta h2 {
  font-size: 80px;
  line-height: 70px;
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
#contacta p {
  font-family: Akagi-SBIT;
  font-size: 24px;
  line-height: normal;
  color: #FFF;
}
@font-face {
  font-family: Akagi-SBIT;
  src: url('/fonts/Akagi-SBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#contacta p span {
  font-family: Akagi-EBIT;
  font-size: 44px;
  line-height: normal;
}
@font-face {
  font-family: Akagi-EBIT;
  src: url('/fonts/Akagi-EBIT.otf');
  font-weight: normal;
  font-style: normal;

  /*src:url('fonts/@{family}.eot');
        src:url('fonts/@{family}.eot?#iefix') format('embedded-opentype'),
            url('fonts/@{family}.woff') format('woff'),
            url('fonts/@{family}.ttf') format('truetype'),
            url('fonts/@{family}.svg#icon') format('svg');*/
}
#contacta p.description {
  margin-bottom: 50px;
}
#contacta .container {
  padding-top: 85px;
}
#footer .footer {
  background: rgba(34, 34, 34, 0.6);
  z-index: 30;
  margin-top: -170px;
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  height: 170px;
}
#footer .container {
  padding-top: 30px;
  padding-bottom: 20px;
}
#footer .navbar-nav {
  float: none;
  margin-bottom: 20px;
  margin-top: 5px;
}
#footer a,
#footer p {
  color: #FFF;
  font-size: 20px;
  line-height: normal;
}
#footer .navbar-nav > li:first-child > a {
  padding-left: 0px;
}
#footer .nav > li > a:hover,
#footer .nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
#footer .iqnet {
  padding: 5px;
  padding-top: 25px;
}
#footer .oca {
  padding: 5px;
  padding-top: 15px;
}
#footer .aenor {
  padding: 5px;
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
/*
==============================================
slideDown
==============================================
*/
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  div.carousel-pattern {
    background-color: rgba(32, 32, 32, 0.3);
  }
  div.screen {
    min-height: 325px;
  }
  div.screen img {
    left: 10%;
    top: 5%;
    width: 80%;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-brand {
    max-width: 200px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .carousel-caption {
    z-index: 20;
    top: 35%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .carousel-control {
    z-index: 20;
  }
  .carousel-control-right {
    height: 28px;
    width: 20px;
    background: url('/images/sprite-telcombs.png') -500px -854px;
  }
  .carousel-control-left {
    height: 27px;
    width: 30px;
    background: url('/images/sprite-telcombs.png') -410px -854px;
  }
  .carousel-caption h3,
  .carousel-caption h4 {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .carousel-caption p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .carousel-caption a {
    color: #FFF;
  }
  .img-telcombs {
    height: 20px;
  }
  #intro h1 {
    margin-bottom: 0px;
  }
  #intro .carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
  }
  #intro .carousel-caption {
    bottom: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #intro .carousel-caption p {
    font-size: 160%;
    line-height: normal;
  }
  #conoce {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #conoce .container {
    padding-top: 0px;
  }
  #conoce .col-xs-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #conoce h2 {
    font-size: 140%;
    line-height: normal;
  }
  #conoce p.description {
    font-size: 80%;
    line-height: normal;
  }
  #conoce #etapa-1 {
    top: 15px;
  }
  #conoce #etapa-2 {
    top: 75px;
  }
  #conoce #etapa-3 {
    bottom: 15px;
  }
  #conoce div.etapa {
    width: 5px;
    height: 5px;
    background: none;
    background-color: #ccc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: 0px;
  }
  #conoce div.etapa div {
    font-size: 8px;
    line-height: normal;
    margin: -2px auto auto 7px;
  }
  #conoce div.active div {
    font-size: 10px;
    line-height: normal;
    margin: -2px auto auto 7px;
  }
  #conoce .linea-etapas .active {
    background-color: #737373;
  }
  #conoce div.etapa-content p {
    font-size: 80%;
    line-height: normal;
    margin: auto auto 5px auto;
  }
  #conoce div.linea-etapas {
    height: 150px;
  }
  div.pattern {
    height: auto;
    position: relative;
  }
  #intro-marcas,
  #intro-prensa,
  #contacta {
    background-attachment: scroll;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  #intro-marcas img.img-responsive,
  #intro-prensa img.img-responsive,
  #contacta img.img-responsive {
    height: 260px;
  }
  #intro-marcas div.container,
  #intro-prensa div.container,
  #contacta div.container {
    padding: 15px;
  }
  #intro-marcas h2,
  #intro-prensa h2,
  #contacta h2 {
    font-size: 140%;
    line-height: normal;
  }
  #intro-marcas p,
  #intro-prensa p,
  #contacta p,
  #intro-marcas p span,
  #intro-prensa p span,
  #contacta p span {
    font-size: 80%;
    line-height: normal;
  }
  #intro-marcas p.description,
  #intro-prensa p.description,
  #contacta p.description {
    margin-bottom: 20px;
  }
  #intro-prensa p {
    font-size: 140%;
    line-height: normal;
  }
  #contacta {
    padding-bottom: 20px;
    min-height: 220px;
  }
  #contacta h2 {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  #marcas {
    min-height: 380px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #marcas h2 {
    font-size: 140%;
    line-height: normal;
    margin-top: 0px;
  }
  #marcas p {
    font-size: 80%;
    line-height: normal;
  }
  #marcas div.phone-netelip {
    visibility: visible;
    margin-top: 20px;
  }
  #marcas div.phone-voicetrunk {
    visibility: visible;
    margin-top: 20px;
  }
  #marcas div.container {
    padding-top: 50px;
  }
  #paises {
    background-size: 100%;
    background-attachment: scroll;
    background-position: center center;
    background: none;
    padding-top: 50px;
    padding-bottom: 40px;
    height: auto;
  }
  #paises .container {
    padding-top: 0px;
  }
  #paises h2 {
    font-size: 120%;
    line-height: normal;
  }
  #paises p.description {
    font-size: 65%;
    line-height: normal;
    margin: 0px -15px 0px -15px;
  }
  div.lineas {
    width: 100%;
    background-size: 50%;
    margin: -50px auto;
    height: 220px;
    background-attachment: scroll;
    background-position: center;
  }
  div.paises {
    width: 100%;
    background-size: 50%;
    margin: -50px auto;
    height: 220px;
    background-attachment: scroll;
    background-position: center;
  }
  #prensa {
    padding-top: 40px;
  }
  #prensa h2 {
    font-size: 200%;
    line-height: normal;
    margin-bottom: 10px;
  }
  #prensa h4 {
    font-size: 100%;
    line-height: normal;
    margin-top: 0px;
  }
  #footer .footer {
    margin-top: -60px;
    height: 60px;
  }
  #footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer .navbar-nav {
    margin-bottom: 5px;
    margin-top: 0px;
  }
  #footer a,
  #footer p {
    font-size: 12px;
    line-height: normal;
    float: left;
  }
  #footer a {
    padding: 5px;
  }
  #footer .navbar-nav > li:first-child > a {
    padding-left: 15px;
  }
  #footer .iqnet {
    padding: 2px;
    padding-top: 15px;
  }
  #footer .iqnet img {
    width: 50px;
  }
  #footer .oca {
    padding: 2px;
    padding-top: 10px;
  }
  #footer .oca img {
    width: 30px;
  }
  #footer .aenor {
    padding: 2px;
  }
  #footer .aenor img {
    width: 27px;
  }
}
@media (min-width: 768px) {
  #paises {
    background-size: auto auto;
  }
  .img-telcombs {
    height: 2.67em;
  }
  .carousel-caption p {
    font-size: 2.67em;
    line-height: normal;
  }
  .img-telcombs {
    height: 30px;
  }
  div.screen {
    min-height: 325px;
  }
  div.screen img {
    left: 40px;
    top: 25px;
    width: 350px;
  }
  #main-menu {
    min-height: 40px;
  }
  #main-menu a {
    font-size: 14px;
    line-height: normal;
    padding: 15px;
  }
  #main-menu .navbar-header {
    max-width: 150px;
  }
  #main-menu .navbar-brand {
    padding: 10px;
  }
  #main-menu img {
    max-width: 120px;
  }
  #main-menu .sub-menu {
    right: -115px;
  }
  #footer a,
  #footer p {
    font-size: 14px;
    line-height: normal;
  }
  #contacta p span {
    font-size: 24px;
  }
  #servicios .captiontitle {
    top: 30px;
  }
  #servicios .captiontitle h3 {
    font-size: 60px;
    line-height: auto;
  }
  #servicios .caption {
    top: 120px;
  }
  #servicios .caption h4 {
    font-size: 30px;
    line-height: 50px;
  }
  #servicios .caption p {
    font-size: 24px;
    line-height: auto;
  }
  #servicios .caption a {
    font-size: 30px;
    line-height: 50px;
  }
  #intro-marcas,
  #intro-prensa,
  #contacta {
    background-attachment: scroll;
  }
}
@media (min-width: 992px) {
  .carousel-caption p {
    font-size: 4.67em;
    line-height: normal;
  }
  .img-telcombs {
    height: 50px;
  }
  div.screen {
    min-height: 425px;
  }
  div.screen img {
    left: 60px;
    top: 45px;
    width: 450px;
  }
  #main-menu a {
    font-size: 18px;
    line-height: normal;
  }
  #main-menu .navbar-header {
    max-width: 210px;
  }
  #main-menu .navbar-brand {
    padding: 6px;
  }
  #main-menu img {
    max-width: 180px;
  }
  #main-menu .sub-menu {
    right: 0px;
  }
  #servicios .captiontitle {
    top: 120px;
  }
  #servicios .captiontitle h3 {
    font-size: 90px;
    line-height: auto;
  }
  #servicios .caption {
    top: 220px;
  }
  #servicios .caption h4 {
    font-size: 40px;
    line-height: 40px;
  }
  #servicios .caption p,
  #servicios .caption a {
    font-size: 30px;
    line-height: inherit;
  }
  #intro-marcas,
  #intro-prensa,
  #contacta {
    background-attachment: fixed;
  }
}
@media (min-width: 1200px) {
  #contacta {
    background-size: 100%;
  }
  .carousel-caption p {
    font-size: 80px;
    line-height: normal;
  }
  .img-telcombs {
    height: 67px;
  }
  div.screen {
    min-height: 515px;
  }
  div.screen img {
    left: 60px;
    top: 45px;
    width: 550px;
  }
  #main-menu a {
    font-size: 20px;
    line-height: 45px;
  }
  #main-menu .navbar-brand {
    padding: 15px;
  }
  #servicios .captiontitle {
    top: 150px;
  }
  #servicios .captiontitle h3 {
    font-size: 120px;
    line-height: 70px;
  }
  #servicios .caption {
    top: 280px;
  }
  #servicios .caption h4 {
    font-size: 50px;
    line-height: 50px;
  }
  #servicios .caption p,
  #servicios .caption a {
    font-size: 30px;
    line-height: inherit;
  }
}
@media (max-width: 510px) {
  #marcas {
    min-height: 265px;
  }
  div.screen {
    min-height: 300px;
  }
  div.screen img {
    left: 10%;
    top: 5%;
    width: 75%;
  }
  #footer a,
  #footer p {
    font-size: 10px;
    line-height: normal;
    float: left;
  }
  #footer a {
    padding: 2px;
  }
  #footer .navbar-nav > li:first-child > a {
    padding-left: 15px;
  }
  #footer .iqnet {
    padding: 2px;
    padding-top: 15px;
  }
  #footer .iqnet img {
    width: 35px;
  }
  #footer .oca {
    padding: 2px;
    padding-top: 10px;
  }
  #footer .oca img {
    width: 25px;
  }
  #footer .aenor {
    padding: 2px;
  }
  #footer .aenor img {
    width: 22px;
  }
}
@media (max-width: 400px) {
  #marcas {
    min-height: 220px;
  }
  div.screen {
    min-height: 210px;
  }
  div.screen img {
    left: 15%;
    top: 5%;
    width: 70%;
  }
  #footer .footer {
    margin-top: -40px;
    height: 40px;
  }
  #footer a,
  #footer p {
    font-size: 8px;
    line-height: normal;
    float: left;
  }
  #footer a {
    padding: 2px;
  }
  #footer .navbar-nav > li:first-child > a {
    padding-left: 15px;
  }
  #footer .iqnet {
    padding: 2px;
    padding-top: 15px;
  }
  #footer .iqnet img {
    width: 23px;
  }
  #footer .oca {
    padding: 2px;
    padding-top: 10px;
  }
  #footer .oca img {
    width: 18px;
  }
  #footer .aenor {
    padding: 2px;
  }
  #footer .aenor img {
    width: 13px;
  }
}
@media (max-width: 290px) {
  div.screen {
    min-height: 205px;
  }
  div.screen img {
    left: 15%;
    top: 2%;
    width: 68%;
  }
}
@media (max-width: 380px) {
  #intro .carousel-caption p {
    font-size: 100%;
    line-height: normal;
  }
  div.screen {
    min-height: 180px;
  }
  #intro-marcas img.img-responsive,
  #intro-prensa img.img-responsive,
  #contacta img.img-responsive {
    height: 170px;
  }
  #conoce h2 {
    font-size: 120%;
    line-height: normal;
  }
  #conoce p.description {
    font-size: 60%;
    line-height: normal;
    margin-top: 5px;
    margin-right: -15px;
  }
  #conoce #etapa-1 {
    top: 15px;
  }
  #conoce #etapa-2 {
    top: 85px;
  }
  #conoce #etapa-3 {
    bottom: 15px;
  }
  #conoce div.linea-etapas {
    height: 170px;
  }
  #conoce div.etapa-content {
    padding-top: 15px;
  }
  #conoce div.etapa-content p {
    font-size: 60%;
    margin-right: -10px;
    margin-bottom: 10px;
  }
  #marcas h2 {
    font-size: 110%;
    line-height: normal;
  }
  #marcas p {
    font-size: 70%;
    line-height: normal;
    margin-top: 0px;
  }
  #footer .footer {
    margin-top: -43px;
    height: 43px;
  }
}
#prensaLeft,
#prensaRight {
  position: absolute;
  top: 180px;
  cursor: pointer;
}
#prensaLeft {
  left: 5px;
}
#prensaRight {
  right: 5px;
}
#prensaLeft:hover,
#prensaRight:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.crop {
  float: left;
  position: relative;
  width: 150px;
  height: 90px;
  border: 1px solid #ccc;
  margin: .5em 10px .5em 0;
}
.crop p {
  margin: 0;
  position: absolute;
  top: -20px;
  left: -55px;
  clip: rect(20px 205px 110px 55px);
  /* Agujero rectángulo de medida específica */
}
