@charset "UTF-8";
html,
body {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans';
  font-size: 100%;
}

strong {
  font-weight: bold;
}

a,
a:hover,
a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
}

#pce {
  background-image: url(../images/bkg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  /* Estos margenes evitan espacios en blanco entre el header y footer */
  /*margin-bottom: -25px;*/
	margin-top: -30px;
}

#pce .menutrigger {
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  opacity: 1;
  position: fixed;
  right: 14px;
  top: 205px;
  width: 40px;
  z-index: 999999999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce .menutrigger .trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  padding: 6px;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce .menutrigger .trigger::before {
  color: #fff;
  content: "Buscar por categoría";
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 7px;
  line-height: 7px;
  margin-bottom: 6px;
  text-align: center;
  text-transform: uppercase;
}

#pce .menutrigger .trigger span {
  background: #fff;
  border-radius: 5px;
  display: block;
  height: 3px;
  margin-top: 5px;
  opacity: 1;
  position: relative;
  width: 70%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#pce .menutrigger .trigger span:nth-child(1) {
  margin-top: 0;
}

#pce .menutrigger.revelio {
  top: 14px;
}

#pce .menutrigger.active .trigger span {
  background: #fff;
}

#pce .menutrigger.active .trigger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(6px) translateX(5px);
          transform: rotate(45deg) translateY(6px) translateX(5px);
}

#pce .menutrigger.active .trigger span:nth-child(2) {
  opacity: 0;
}

#pce .menutrigger.active .trigger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(5px);
          transform: rotate(-45deg) translateY(-6px) translateX(5px);
}

#pce .mainmenu {
  display: none;
}

#pce #home {
  height: 612px;
}

#pce #home .container {
  height: 100%;
}

#pce #home .container .row {
  height: 100%;
}

#pce #home .container .row .aa {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pce #home .container .row .aa .a {
  margin-bottom: 12px;
}

#pce #home .container .row .aa .b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 42px;
}

#pce #home .container .row .aa .b h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
  margin-top: 15px;
}

#pce #home .container .row .aa .b span {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 100;
  padding: 0px 22px;
}

#pce #home .container .row .aa .c {
  margin-bottom: 46px;
}

#pce #home .container .row .aa .c a {
  background-color: #ffffff;
  border-radius: 21px;
  color: #6a6a6a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  height: 42px;
  margin: 0 35px;
  padding: 10px 20px 10px 50px;
  position: relative;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #home .container .row .aa .c a:hover, #pce #home .container .row .aa .c a.active {
  background-color: #741371;
  color: #ffffff;
}

#pce #home .container .row .aa .c a:nth-child(1)::before {
  background-image: url(../images/ico1.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #home .container .row .aa .c a:nth-child(2)::before {
  background-image: url(../images/ico2.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #home .container .row .aa .c a:nth-child(3)::before {
  background-image: url(../images/ico3.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #home .container .row .aa .d .scroller {
  border: 1px solid #ffffff;
  border-radius: 50%;
  bottom: 0;
  height: 58px;
  position: relative;
  width: 58px;
  z-index: 99999;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #home .container .row .aa .d .scroller:hover {
  bottom: 5px;
}

#pce #home .container .row .aa .d .scroller .scroller-ico {
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}

#pce #home .container .row .aa .d .scroller .scroller-ico a {
  background: url(../images/scroller.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

#pce #como_funciona {
  height: 670px;
}

#pce #como_funciona .container {
  background-image: url(../images/cf_bkg.jpg);
  background-position: top right;
  background-repeat: repeat-y;
  height: 100%;
}

#pce #como_funciona .container .row .zz {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#pce #como_funciona .container .row .zz .nav a {
  background-color: #ffffff;
  border-radius: 21px;
  color: #6a6a6a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  height: 42px;
  margin: 0 15px;
  padding: 10px 20px 10px 50px;
  position: relative;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #como_funciona .container .row .zz .nav a:hover, #pce #como_funciona .container .row .zz .nav a.active {
  background-color: #741371;
  color: #ffffff;
}

#pce #como_funciona .container .row .zz .nav a:nth-child(1)::before {
  background-image: url(../images/ico1.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #como_funciona .container .row .zz .nav a:nth-child(2)::before {
  background-image: url(../images/ico2.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #como_funciona .container .row .zz .nav a:nth-child(3)::before {
  background-image: url(../images/ico3.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #como_funciona .container .row .aa .a img {
  left: -20px;
  position: relative;
}

#pce #como_funciona .container .row .bb {
  padding-top: 70px;
}

#pce #como_funciona .container .row .bb .a {
  margin: 0 auto;
  width: 445px;
}

#pce #como_funciona .container .row .bb .a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 auto;
}

#pce #como_funciona .container .row .bb .a h2 {
  color: #741371;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}

#pce #como_funciona .container .row .bb .a h2::before {
  background-color: #741371;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#pce #como_funciona .container .row .bb .b {
  margin: 0 auto;
  width: 445px;
}

#pce #como_funciona .container .row .bb .b p {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: justify;
  margin: 15px;
}

#pce #como_funciona .container .row .bb .b p strong {
  font-weight: 700;
}

#pce #como_funciona .container .row .bb .b h3 {
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

#pce #como_funciona .container .row .bb .c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 445px;
}

#pce #como_funciona .container .row .bb .c a {
  background-color: #741371;
  border: 2px solid #741371;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 900;
  padding: 6px 12px;
  text-transform: uppercase;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #como_funciona .container .row .bb .c a:hover {
  background-color: #ffffff;
  border: 2px solid #741371;
  color: #741371;
}

#pce #area_cobertura .container {
  background-image: url(../images/dot_bkg.jpg);
  background-position: top left;
  background-repeat: repeat;
}

#pce #area_cobertura .container .row .zz {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#pce #area_cobertura .container .row .zz .nav a {
  background-color: #ffffff;
  border-radius: 21px;
  color: #6a6a6a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  height: 42px;
  margin: 0 15px;
  padding: 10px 20px 10px 50px;
  position: relative;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #area_cobertura .container .row .zz .nav a:hover, #pce #area_cobertura .container .row .zz .nav a.active {
  background-color: #741371;
  color: #ffffff;
}

#pce #area_cobertura .container .row .zz .nav a:nth-child(1)::before {
  background-image: url(../images/ico1.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #area_cobertura .container .row .zz .nav a:nth-child(2)::before {
  background-image: url(../images/ico2.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #area_cobertura .container .row .zz .nav a:nth-child(3)::before {
  background-image: url(../images/ico3.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #area_cobertura .container .row .aa {
  padding-top: 70px;
}

#pce #area_cobertura .container .row .aa .a {
  margin: 0 auto;
  width: 445px;
}

#pce #area_cobertura .container .row .aa .a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 auto;
}

#pce #area_cobertura .container .row .aa .a h2 {
  color: #741371;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}

#pce #area_cobertura .container .row .aa .a h2::before {
  background-color: #741371;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#pce #area_cobertura .container .row .aa .b {
  margin: 0 auto;
  width: 445px;
}

#pce #area_cobertura .container .row .aa .b p {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-align: center;
}

#pce #area_cobertura .container .row .aa .b p strong {
  font-weight: 700;
}

#pce #area_cobertura .container .row .aa .b h3 {
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

#pce #area_cobertura .container .row .bb .a img {
  right: -20px;
  position: relative;
}

#pce #especificaciones .container {
  background-image: url(../images/dot_bkg.jpg);
  background-position: top left;
  background-repeat: repeat;
}

#pce #especificaciones .container .row .zz {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#pce #especificaciones .container .row .zz .nav a {
  background-color: #ffffff;
  border-radius: 21px;
  color: #6a6a6a;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  height: 42px;
  margin: 0 15px;
  padding: 10px 20px 10px 50px;
  position: relative;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #especificaciones .container .row .zz .nav a:hover, #pce #especificaciones .container .row .zz .nav a.active {
  background-color: #741371;
  color: #ffffff;
}

#pce #especificaciones .container .row .zz .nav a:nth-child(1)::before {
  background-image: url(../images/ico1.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #especificaciones .container .row .zz .nav a:nth-child(2)::before {
  background-image: url(../images/ico2.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #especificaciones .container .row .zz .nav a:nth-child(3)::before {
  background-image: url(../images/ico3.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 9;
}

#pce #especificaciones .container .row .aa .a {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 920px;
}

#pce #especificaciones .container .row .aa .a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 auto;
}

#pce #especificaciones .container .row .aa .a h2 {
  color: #741371;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}

#pce #especificaciones .container .row .aa .a h2::before {
  background-color: #741371;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#pce #especificaciones .container .row .aa .b {
  margin: 0 auto;
  width: 920px;
}

#pce #especificaciones .container .row .aa .b ul li {
  background-image: url(../images/ul.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
  padding-left: 24px;
}

#pce #especificaciones .container .row .aa .b ul li.dsp {
  padding-right: 60px;
  position: relative;
}

#pce #especificaciones .container .row .aa .b ul li.dsp::before {
  background-image: url(../images/disponible.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 47px;
  position: absolute;
  right: 0;
  width: 61px;
}

#pce #especificaciones .container .row .aa .b ul li span {
  display: block;
}

#pce #especificaciones .container .row .aa .b ul li strong {
  color: #741371;
}

#pce #especificaciones .container .row .aa .b ul li a {
  color: #741371;
  font-weight: 600;
}

#pce #especificaciones .container .row .aa .b .ttt .tt {
  padding-left: 24px;
}

#pce #especificaciones .container .row .aa .b .ttt .tt strong {
  background-image: url(../images/arrowdown.png);
  background-position: center right;
  background-repeat: no-repeat;
  color: #741371;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 140px 20px 0;
  position: relative;
  z-index: 99;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #especificaciones .container .row .aa .b .ttt .tt strong.active {
  background-image: url(../images/arrowup.png);
}

#pce #especificaciones .container .row .aa .b .ttt .uu {
  display: none;
  margin-bottom: 40px;
  padding: 24px 24px 48px 24px;
  position: relative;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #especificaciones .container .row .aa .b .ttt .uu.active {
  display: block;
}

#pce #especificaciones .container .row .aa .b .ttt .uu::before {
  background-image: url(../images/uu-top.png);
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#pce #especificaciones .container .row .aa .b .ttt .uu::after {
  background-image: url(../images/uu-bottom.png);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 54px;
  left: 0;
  position: absolute;
  width: 100%;
}

#pce #especificaciones .container .row .aa .b .ttt .uu p {
  color: #741371;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 30px;
}

#pce #especificaciones .container .row .aa .b .ttt .uu ol {
  padding-left: 30px;
}

#pce #especificaciones .container .row .aa .b .ttt .uu ol li {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

#pce #especificaciones .container .row .aa .b .ttt .uu img {
  display: block;
  margin: 0 auto 0 auto;
}

#pce #especificaciones .container .row .aa .c ul li {
  background-image: url(../images/ul.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
  padding-left: 24px;
}

#pce #especificaciones .container .row .aa .c ul li.dsp {
  padding-right: 70px;
  position: relative;
}

#pce #especificaciones .container .row .aa .c ul li.dsp::before {
  background-image: url(../images/disponible.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 47px;
  position: absolute;
  right: 0;
  width: 61px;
}

#pce #especificaciones .container .row .aa .c ul li span {
  display: block;
}

#pce #especificaciones .container .row .aa .c ul li strong {
  color: #741371;
}

#pce #especificaciones .container .row .aa .c ul li a {
  color: #741371;
  font-weight: 600;
}

#pce #especificaciones .container .row .aa .c .ttt .tt {
  padding-left: 24px;
}

#pce #especificaciones .container .row .aa .c .ttt .tt strong {
  background-image: url(../images/arrowdown.png);
  background-position: center right;
  background-repeat: no-repeat;
  color: #741371;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 140px 20px 0;
  position: relative;
  z-index: 99;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #especificaciones .container .row .aa .c .ttt .tt strong.active {
  background-image: url(../images/arrowup.png);
}

#pce #especificaciones .container .row .aa .c .ttt .uu {
  display: none;
  margin-bottom: 40px;
  padding: 24px 24px 48px 24px;
  position: relative;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

#pce #especificaciones .container .row .aa .c .ttt .uu.active {
  display: block;
}

#pce #especificaciones .container .row .aa .c .ttt .uu::before {
  background-image: url(../images/uu-top.png);
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#pce #especificaciones .container .row .aa .c .ttt .uu::after {
  background-image: url(../images/uu-bottom.png);
  background-repeat: repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 54px;
  left: 0;
  position: absolute;
  width: 100%;
}

#pce #especificaciones .container .row .aa .c .ttt .uu p {
  color: #741371;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 30px;
}

#pce #especificaciones .container .row .aa .c .ttt .uu ol {
  padding-left: 30px;
}

#pce #especificaciones .container .row .aa .c .ttt .uu ol li {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

#pce #especificaciones .container .row .aa .c .ttt .uu img {
  display: block;
  height: auto;
  margin: 0 auto 0 auto;
  width: 100%;
}

#pce .show-desk {
  display: block !important;
}

#pce .show-res {
  display: none !important;
}

/* sobreescribiendo las clases de app_peru.css */
.carousel {
  display: block !important;
}

.carousel-control {
  margin-top: initial !important;
  padding-top: initial !important;
}

.carousel-control:before,
.carousel-control:after {
  display: none !important;
}

@media screen and (max-width: 633px) {
  #pce {
    background-image: none;
  }
  #pce .menutrigger {
    display: block;
  }
  #pce .mainmenu {
    display: block;
    position: fixed;
    top: -340px;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
  }
  #pce .mainmenu.active-res {
    top: 0;
  }
  #pce .mainmenu ul {
    background-color: #ffffff;
    padding-top: 66px;
  }
  #pce .mainmenu ul li {
    border-bottom: 1px solid #000;
    height: 50px;
  }
  #pce .mainmenu ul li:nth-child(1) {
    border-top: 1px solid #000;
  }
  #pce .mainmenu ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pce #home {
    background-image: url(../images/bkg-res.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 263px;
  }
  #pce #home .container .row .aa .a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pce #home .container .row .aa .a img {
    height: auto;
    width: 70%;
  }
  #pce #home .container .row .aa .b {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  #pce #home .container .row .aa .b img {
    height: auto;
    width: 70%;
  }
  #pce #home .container .row .aa .b h1 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 15px;
  }
  #pce #home .container .row .aa .b span {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding: 0px 22px;
  }
  #pce #home .container .row .aa .c {
    display: none;
  }
  #pce #home .container .row .aa .d {
    display: none;
  }
  #pce #como_funciona {
    height: auto;
  }
  #pce #como_funciona .container .row .zz {
    display: none;
  }
  #pce #como_funciona .container .row .bb {
    padding-top: 20px;
  }
  #pce #como_funciona .container .row .bb .a {
    width: 100%;
  }
  #pce #como_funciona .container .row .bb .b {
    width: 100%;
  }
  #pce #como_funciona .container .row .bb .b p {
    font-size: 15px;
  }
  #pce #como_funciona .container .row .bb .b h3 {
    font-size: 16px;
  }
  #pce #como_funciona .container .row .bb .c {
    margin-bottom: 14px;
    width: 100%;
  }
  #pce #como_funciona .container .row .bb .d img {
    height: auto;
    width: 100%;
  }
  #pce #area_cobertura .container .row .zz {
    display: none;
  }
  #pce #area_cobertura .container .row .aa .a {
    width: 100%;
  }
  #pce #area_cobertura .container .row .aa .b {
    width: 100%;
  }
  #pce #area_cobertura .container .row .aa .b p {
    font-size: 15px;
  }
  #pce #area_cobertura .container .row .aa .b img {
    height: auto;
    width: 100%;
  }
  #pce #especificaciones .container .row .zz {
    display: none;
  }
  #pce #especificaciones .container .row .aa .a {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 94%;
  }
  #pce #especificaciones .container .row .aa .a h2 {
    font-size: 20px;
  }
  #pce #especificaciones .container .row .aa .b {
    display: none;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-indicators {
    bottom: 0;
    left: initial;
    margin-left: 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-indicators li {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #741371;
    height: 30px;
    font-size: 20px;
    margin: 0;
    text-decoration: underline;
    text-indent: initial;
    width: 30px;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-indicators li.active {
    background-color: #741371;
    color: #ffffff;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-control {
    background-image: none;
    height: 70px !important;
    opacity: 1;
    z-index: 99999999;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-control.left {
    background-image: url(../images/arrowl.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 16%;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-control.left span {
    display: none;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-control.right {
    background-image: url(../images/arrowr.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    right: 16%;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-control.right span {
    display: none;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item {
    -webkit-transition: 8s ease-in-out left;
    transition: 8s ease-in-out left;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it ul li {
    background-image: url(../images/ul.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 24px;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it ul li span {
    display: block;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it ul li strong {
    color: #741371;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it ul li a {
    color: #741371;
    font-weight: 600;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it .ttt .tt {
    padding-left: 24px;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it .ttt .tt strong {
    color: #741371;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 50px 20px 0;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it .ttt .uu {
    border-top: 1px solid #000;
    padding: 24px 0;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it .ttt .uu p {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 30px;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it .ttt .uu p strong {
    color: #741371;
    display: block;
  }
  #pce #especificaciones .container .row .aa .c .carousel .carousel-inner .item .it .ttt .uu img {
    display: block;
    margin: 0 auto 0 auto;
  }
  #pce .show-desk {
    display: none !important;
  }
  #pce .show-res {
    display: block !important;
  }
}

/* landscacpes */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background-color: #3e9ad3;
}
